Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 162) sorted by relevance

1234567

/drivers/s390/char/
A Dtape_char.c343 unsigned int no, void __user *data) in __tapechar_ioctl() argument
347 if (no == MTIOCTOP) { in __tapechar_ioctl()
384 if (no == MTIOCPOS) { in __tapechar_ioctl()
394 if (no == MTIOCGET) { in __tapechar_ioctl()
427 return device->discipline->ioctl_fn(device, no, (unsigned long)data); in __tapechar_ioctl()
440 rc = __tapechar_ioctl(device, no, (void __user *)data); in tapechar_ioctl()
452 if (no == MTIOCPOS32) in tapechar_compat_ioctl()
453 no = MTIOCPOS; in tapechar_compat_ioctl()
454 else if (no == MTIOCGET32) in tapechar_compat_ioctl()
455 no = MTIOCGET; in tapechar_compat_ioctl()
[all …]
/drivers/dma/
A Dapple-admac.c89 unsigned int no; member
260 if (direction != admac_chan_direction(adchan->no)) in admac_prep_dma_cyclic()
414 u32 startbit = 1 << (adchan->no / 2); in admac_start_chan()
421 switch (admac_chan_direction(adchan->no)) { in admac_start_chan()
437 u32 stopbit = 1 << (adchan->no / 2); in admac_stop_chan()
439 switch (admac_chan_direction(adchan->no)) { in admac_stop_chan()
457 ad->base + REG_CHAN_CTL(adchan->no)); in admac_reset_rings()
464 int ch = adchan->no; in admac_start_current_tx()
675 admac_handle_status_err(ad, no); in admac_handle_chan_int()
678 admac_handle_status_desc_done(ad, no); in admac_handle_chan_int()
[all …]
/drivers/gpu/drm/ci/
A Dkunit.yml5 …- apt-get install -y --no-install-recommends clang-${LLVM_VERSION} lld-${LLVM_VERSION} llvm-${LLVM…
21 - apt-get install -y --no-install-recommends qemu-system-arm
29 - apt-get install -y --no-install-recommends qemu-system-aarch64
37 - apt-get install -y --no-install-recommends qemu-system-x86
/drivers/acpi/
A Dtables.c425 int sig, no, table_nr = 0, total_offset = 0; in acpi_table_upgrade() local
442 for (no = 0; no < NR_ACPI_INITRD_TABLES; no++) { in acpi_table_upgrade()
520 for (no = 0; no < table_nr; no++) { in acpi_table_upgrade()
521 unsigned char *src_p = acpi_initrd_files[no].data; in acpi_table_upgrade()
522 phys_addr_t size = acpi_initrd_files[no].size; in acpi_table_upgrade()
/drivers/media/pci/b2c2/
A Dflexcop-dma.c127 flexcop_dma_index_t no, in flexcop_dma_control_timer_irq() argument
132 if (no & FC_DMA_1) in flexcop_dma_control_timer_irq()
135 if (no & FC_DMA_2) in flexcop_dma_control_timer_irq()
/drivers/vfio/pci/virtio/
A DKconfig10 otherwise this driver provides no additional functionality
28 otherwise this driver provides no additional functionality
/drivers/media/dvb-frontends/
A Ddib0070.c549 int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no) in dib0070_set_rf_output() argument
553 if (no > 3) in dib0070_set_rf_output()
554 no = 3; in dib0070_set_rf_output()
555 if (no < 1) in dib0070_set_rf_output()
556 no = 1; in dib0070_set_rf_output()
557 return dib0070_write_reg(state, 0x07, rxrf2 | (no << 11)); in dib0070_set_rf_output()
A Ddib0070.h53 extern int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no);
/drivers/clk/rockchip/
A Dclk-pll.c390 rate->no = ((pllcon >> RK3066_PLLCON0_OD_SHIFT) in rockchip_rk3066_pll_get_params()
421 do_div(rate64, cur.no); in rockchip_rk3066_pll_recalc_rate()
437 __func__, rate->rate, rate->nr, rate->no, rate->nf); in rockchip_rk3066_pll_set_params()
455 HIWORD_UPDATE(rate->no - 1, RK3066_PLLCON0_OD_MASK, in rockchip_rk3066_pll_set_params()
554 rate->no, cur.no, rate->nf, cur.nf, rate->nb, cur.nb); in rockchip_rk3066_pll_init()
555 if (rate->nr != cur.nr || rate->no != cur.no || rate->nf != cur.nf in rockchip_rk3066_pll_init()
/drivers/gpio/
A Dgpio-da9052.c35 #define DA9052_GPIO_SHIFT_COUNT(no) (no%8) argument
/drivers/media/common/b2c2/
A Dflexcop-common.h112 void flexcop_pass_dmx_packets(struct flexcop_device *fc, u8 *buf, u32 no);
127 flexcop_dma_index_t no, int onoff);
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
A Didle.fuc52 // set our "no interrupt has occurred during our execution" flag
81 // sleep if no interrupts have occurred
/drivers/auxdisplay/
A DKconfig26 It makes no sense to have this alone, you select your display driver
100 3 = 2x16 parallel LCD (Hantronix), no keypad
234 0 : no connection (eg: connected to ground)
249 0 : no connection (eg: connected to ground)
264 0 : no connection (eg: connected to ground)
279 0 : no connection (eg: connected to ground)
294 0 : no connection (eg: connected to ground)
309 0 : no connection (eg: connected to ground)
348 Previously, there was no option for this: the backlight flashed
/drivers/soc/samsung/
A DKconfig10 # There is no need to enable these drivers for ARMv8
47 # There is no need to enable these drivers for ARMv8
/drivers/iio/imu/inv_icm42600/
A Dinv_icm42600_gyro.c804 unsigned int no; in inv_icm42600_gyro_parse_fifo() local
813 for (i = 0, no = 0; i < st->fifo.count; i += size, ++no) { in inv_icm42600_gyro_parse_fifo()
827 st->fifo.nb.total, no); in inv_icm42600_gyro_parse_fifo()
/drivers/net/arcnet/
A DKconfig51 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
64 0=no hardware acknowledge
98 time only using memory-mapped mode, and no IO ports at all. This
/drivers/gpu/drm/
A DKconfig.debug35 no kernel-doc warnings.
99 developers. It depends on (UML || COMPILE_TEST) since no other driver
/drivers/iio/common/hid-sensors/
A Dhid-sensor-attributes.c97 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) in split_micro_fraction() argument
101 *val1 = no / divisor; in split_micro_fraction()
102 *val2 = no % divisor * int_pow(10, 6 - exp); in split_micro_fraction()
/drivers/misc/mchp_pci1xxxx/
A DKconfig12 Select yes, no or module here to include or exclude the driver
/drivers/interconnect/
A DKconfig10 If unsure, say no.
/drivers/media/pci/pt1/
A DKconfig11 Since these cards have no MPEG decoder onboard, they transmit
/drivers/gpu/drm/armada/
A DKconfig13 This driver provides no built-in acceleration; acceleration is
/drivers/siox/
A DKconfig10 Unless you know better, it is probably safe to say "no" here.
/drivers/media/pci/pluto2/
A DKconfig11 Since these cards have no MPEG decoder onboard, they transmit
/drivers/media/test-drivers/visl/
A DKconfig16 when no hardware is available or when the kernel uAPI for the codec

Completed in 49 milliseconds

1234567