| /drivers/s390/char/ |
| A D | tape_char.c | 343 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 D | apple-admac.c | 89 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 D | kunit.yml | 5 …- 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 D | tables.c | 425 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 D | flexcop-dma.c | 127 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 D | Kconfig | 10 otherwise this driver provides no additional functionality 28 otherwise this driver provides no additional functionality
|
| /drivers/media/dvb-frontends/ |
| A D | dib0070.c | 549 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 D | dib0070.h | 53 extern int dib0070_set_rf_output(struct dvb_frontend *fe, u8 no);
|
| /drivers/clk/rockchip/ |
| A D | clk-pll.c | 390 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 D | gpio-da9052.c | 35 #define DA9052_GPIO_SHIFT_COUNT(no) (no%8) argument
|
| /drivers/media/common/b2c2/ |
| A D | flexcop-common.h | 112 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 D | idle.fuc | 52 // set our "no interrupt has occurred during our execution" flag 81 // sleep if no interrupts have occurred
|
| /drivers/auxdisplay/ |
| A D | Kconfig | 26 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 D | Kconfig | 10 # 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 D | inv_icm42600_gyro.c | 804 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 D | Kconfig | 51 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 D | Kconfig.debug | 35 no kernel-doc warnings. 99 developers. It depends on (UML || COMPILE_TEST) since no other driver
|
| /drivers/iio/common/hid-sensors/ |
| A D | hid-sensor-attributes.c | 97 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 D | Kconfig | 12 Select yes, no or module here to include or exclude the driver
|
| /drivers/interconnect/ |
| A D | Kconfig | 10 If unsure, say no.
|
| /drivers/media/pci/pt1/ |
| A D | Kconfig | 11 Since these cards have no MPEG decoder onboard, they transmit
|
| /drivers/gpu/drm/armada/ |
| A D | Kconfig | 13 This driver provides no built-in acceleration; acceleration is
|
| /drivers/siox/ |
| A D | Kconfig | 10 Unless you know better, it is probably safe to say "no" here.
|
| /drivers/media/pci/pluto2/ |
| A D | Kconfig | 11 Since these cards have no MPEG decoder onboard, they transmit
|
| /drivers/media/test-drivers/visl/ |
| A D | Kconfig | 16 when no hardware is available or when the kernel uAPI for the codec
|