[go: nahoru, domu]

Searched refs:no (Results 1 - 25 of 50) sorted by relevance

12

/drivers/misc/c2port/
H A DKconfig12 If your board have no such micro controllers you don't need this
/drivers/s390/char/
H A Dtape_char.c243 * Ok, the device has no more space. It has NOT written
343 unsigned int no, unsigned long data)
347 if (no == MTIOCTOP) {
386 if (no == MTIOCPOS) {
398 if (no == MTIOCGET) {
434 return device->discipline->ioctl_fn(device, no, data);
438 tapechar_ioctl(struct file *filp, unsigned int no, unsigned long data) argument
447 rc = __tapechar_ioctl(device, no, data);
454 tapechar_compat_ioctl(struct file *filp, unsigned int no, unsigned long data) argument
467 rval = device->discipline->ioctl_fn(device, no, arg
342 __tapechar_ioctl(struct tape_device *device, unsigned int no, unsigned long data) argument
[all...]
/drivers/media/pci/b2c2/
H A Dflexcop-dma.c124 flexcop_dma_index_t no,
129 if (no & FC_DMA_1)
132 if (no & FC_DMA_2)
141 flexcop_dma_index_t no,
146 if (no & FC_DMA_1)
149 if (no & FC_DMA_2)
123 flexcop_dma_control_size_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff) argument
140 flexcop_dma_control_timer_irq(struct flexcop_device *fc, flexcop_dma_index_t no, int onoff) argument
/drivers/media/common/b2c2/
H A Dflexcop-common.h111 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
126 flexcop_dma_index_t no, int onoff);
128 flexcop_dma_index_t no, int onoff);
H A Dflexcop-reg.h41 #error no endian defined
H A Dflexcop.c176 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no) argument
178 dvb_dmx_swfilter_packets(&fc->demux, buf, no);
234 err("no memory");
240 err("no memory");
/drivers/media/dvb-frontends/
H A Ddib0070.h56 extern int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no);
H A Ddib0070.c560 int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no) argument
564 if (no > 3)
565 no = 3;
566 if (no < 1)
567 no = 1;
568 return dib0070_write_reg(state, 0x07, rxrf2 | (no << 11));
/drivers/clk/rockchip/
H A Dclk-pll.c133 u64 nf, nr, no, rate64 = prate; local
148 no = (pllcon >> RK3066_PLLCON0_OD_SHIFT) & RK3066_PLLCON0_OD_MASK;
152 do_div(rate64, no + 1);
187 pr_debug("%s: rate settings for %lu (nr, no, nf): (%d, %d, %d)\n",
188 __func__, rate->rate, rate->nr, rate->no, rate->nf);
203 HIWORD_UPDATE(rate->no - 1, RK3066_PLLCON0_OD_MASK,
H A Dclk.h61 .no = _no, \
69 unsigned int no; member in struct:rockchip_pll_rate_table
/drivers/acpi/
H A DKconfig66 This option has no effect on /proc/acpi/ directories
248 via initrd. No functional change if no ACPI tables are passed via
H A Dosl.c119 * Linux has no way to tell the BIOS to skip the time-consuming
600 int sig, no, table_nr = 0, total_offset = 0; local
609 for (no = 0; no < ACPI_OVERRIDE_TABLES; no++) {
681 for (no = 0; no < table_nr; no++) {
682 unsigned char *src_p = acpi_initrd_files[no].data;
683 phys_addr_t size = acpi_initrd_files[no]
[all...]
/drivers/net/ethernet/alteon/
H A DKconfig40 out support for the older Tigon I based cards which are no longer
/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c95 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) argument
97 *val1 = no/pow_10(exp);
98 *val2 = no%pow_10(exp) * pow_10(6-exp);
/drivers/eisa/
H A DKconfig35 (no PCI slots). The Alpha Jensen is an example of such
/drivers/gpio/
H A Dgpio-da9052.c41 #define DA9052_GPIO_SHIFT_COUNT(no) (no%8)
/drivers/iio/
H A DKconfig34 no buffer events so it is up to userspace to work out how
/drivers/spi/
H A DKconfig209 has only been tested with m25p80 type chips. The hardware has no
442 no free DMA channels, or when doing transfers that required both
/drivers/uwb/
H A DKconfig21 below. It is ok to select all of them, no harm done.
/drivers/input/
H A DKconfig17 Say N here if you have a headless (no monitor, no keyboard) system.
/drivers/net/arcnet/
H A DKconfig54 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
67 0=no hardware acknowledge
101 time only using memory-mapped mode, and no IO ports at all. This
/drivers/block/paride/
H A DKconfig221 found in some no-name kits. If you chose to build PARIDE support
256 adapters appear in many no-name portable disk and CD-ROM products,
/drivers/isdn/i4l/
H A DKconfig12 Over digital connections such as ISDN, there is no need to
/drivers/memory/
H A DKconfig80 physical addresses that mapped by no local access window
/drivers/net/ethernet/
H A Dnetx-eth.c65 #define FIFO_PTR_FRAMENO(no) (((no) << 16) & FIFO_PTR_FRAMENO_MASK)

Completed in 492 milliseconds

12