/drivers/char/hw_random/ |
D | Kconfig | 28 This driver provides kernel-side support for a generic Random 43 This driver provides kernel-side support for the Random Number 56 This driver provides kernel-side support for the Random Number 69 This driver provides kernel-side support for the Random Number 83 This driver provides kernel-side support for the Random Number 96 This driver provides kernel-side support for the RNG200 109 This driver provides kernel-side support for the Random Number 122 This driver provides kernel-side support for the Random Number 135 This driver provides kernel-side support for the Random Number 148 This driver provides kernel-side support for the Pseudo-Random [all …]
|
/drivers/usb/usbip/ |
D | usbip_common.c | 606 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso() 628 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso() 690 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) { in usbip_recv_xbuff() 747 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_xbuff()
|
D | usbip_common.h | 260 enum usbip_side side; member
|
/drivers/char/ipmi/ |
D | Kconfig | 109 The driver implements the BMC side of the KCS contorller, it 110 provides the access of KCS IO space for BMC side. 121 The driver implements the BMC side of the KCS contorller, it 122 provides the access of KCS IO space for BMC side. 134 implements the BMC side of the BT interface.
|
/drivers/tty/serial/ |
D | sb1250-duart.c | 777 int chip, side; in sbd_probe_duarts() local 801 for (side = 0; side < DUART_MAX_SIDE && line < max_lines; in sbd_probe_duarts() 802 side++, line++) { in sbd_probe_duarts() 803 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_probe_duarts() 839 int side = co->index % DUART_MAX_SIDE; in sbd_console_write() local 840 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_console_write() 867 int side = co->index % DUART_MAX_SIDE; in sbd_console_setup() local 868 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_console_setup()
|
D | zs.c | 1076 int chip, side, irq; in zs_probe_sccs() local 1102 for (side = 0; side < ZS_NUM_CHAN; side++) { in zs_probe_sccs() 1103 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_probe_sccs() 1115 uport->line = chip * ZS_NUM_CHAN + side; in zs_probe_sccs() 1118 (side ^ ZS_CHAN_B) * ZS_CHAN_IO_SIZE; in zs_probe_sccs() 1151 int chip = co->index / ZS_NUM_CHAN, side = co->index % ZS_NUM_CHAN; in zs_console_write() local 1152 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_console_write() 1201 int chip = co->index / ZS_NUM_CHAN, side = co->index % ZS_NUM_CHAN; in zs_console_setup() local 1202 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_console_setup()
|
/drivers/block/ |
D | swim.c | 30 unsigned char side; member 456 int side, int track, in swim_read_sector() argument 468 swim_head(base, side); in swim_read_sector() 469 swim_write(base, mode0, side); in swim_read_sector() 485 if ((header.side != side) || (header.track != track) || in swim_read_sector() 498 int side, track, sector; in floppy_read_sectors() local 507 side = x / fs->secpertrack; in floppy_read_sectors() 512 ret = swim_read_sector(fs, side, track, sector, in floppy_read_sectors()
|
D | amiflop.c | 984 side, /* 0-1 */ member 1179 printk("(%3d,%d,%2d,%d) %x\n", hdr.track, hdr.side, in dos_read() 1195 if (hdr.side != unit[drive].track%unit[drive].type->heads) { in dos_read() 1197 hdr.side, in dos_read() 1223 hdr.track,hdr.side,hdr.sec,hdr.len_desc,scnt); in dos_read() 1234 "sc=%d, %x %x\n", hdr.track, hdr.side, in dos_read() 1289 hdr.side=unit[drive].track%unit[drive].type->heads; in ms_putsec()
|
D | ataflop.c | 364 #define IS_BUFFERED(drive,side,track) \ argument 365 (BufferDrive == (drive) && BufferSide == (side) && BufferTrack == (track)) 419 static void fd_select_side( int side ); 489 static void fd_select_side( int side ) in fd_select_side() argument 497 sound_ym.wd_data = (side == 0) ? sound_ym.rd_data_reg_sel | 0x01 : in fd_select_side()
|
/drivers/usb/ |
D | Kconfig | 45 tristate "Support for Host-side USB" 63 Say Y here if your computer has a host-side USB port and you want 71 If your system has a device-side USB port, used in the peripheral 72 side of the USB protocol, see the "USB Gadget" framework instead.
|
/drivers/nvme/target/ |
D | Kconfig | 9 This enabled target side support for the NVMe protocol, that is 26 to test NVMe host and target side features.
|
/drivers/vhost/ |
D | Kconfig.vringh | 6 the host side of a virtio ring.
|
/drivers/hwtracing/stm/ |
D | Kconfig | 24 The receiving side only needs to be able to decode the MIPI 39 The receiving side must be able to decode this protocol in
|
/drivers/infiniband/ |
D | Kconfig | 23 is the kernel side of the userspace MAD support, which allows 33 kernel side of userspace verbs and the userspace
|
/drivers/usb/gadget/legacy/ |
D | Kconfig | 7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 26 it can work on top of most device-side usb controllers. It's 31 USB peripheral controller driver. Then you can use host-side 35 Gadget Zero also works with the host-side "usb-skeleton" driver, 36 and with many kinds of host-side test software. You may need 122 The Linux-USB host-side "usbnet" driver interoperates with this
|
/drivers/firmware/imx/ |
D | Kconfig | 11 exchange information with DSP side.
|
/drivers/staging/wusbcore/ |
D | Kconfig | 12 Enable the host-side support for Wireless USB.
|
/drivers/block/drbd/ |
D | drbd_worker.c | 1732 void drbd_start_resync(struct drbd_device *device, enum drbd_conns side) in drbd_start_resync() argument 1750 if (side == C_SYNC_TARGET) { in drbd_start_resync() 1806 ns.conn = side; in drbd_start_resync() 1808 if (side == C_SYNC_TARGET) in drbd_start_resync() 1856 if (side == C_SYNC_TARGET) { in drbd_start_resync() 1870 if (side == C_SYNC_SOURCE && connection->agreed_pro_version < 96) in drbd_start_resync() 1884 if (side == C_SYNC_SOURCE) { in drbd_start_resync()
|
D | Kconfig | 63 512 insert data corruption on receiving side
|
/drivers/usb/gadget/udc/ |
D | Kconfig | 7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 456 side is the master; the gadget side is the slave. Gadget drivers 464 Since such a gadget side driver needs to interoperate with a host 465 side Linux-USB device driver, this may help to debug both sides
|
/drivers/staging/nvec/ |
D | Kconfig | 49 Say Y to enable control of the yellow side leds on Compal PAZ00 based
|
/drivers/staging/iio/Documentation/ |
D | ring.txt | 17 These are used to perform device specific steps on either side
|
/drivers/usb/gadget/ |
D | Kconfig | 7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 31 familiar host side controllers have names like "EHCI", "OHCI", 37 peripheral/device side bus controller, and a "gadget driver" for 370 USB peripheral controller driver. Then you can use host-side
|
/drivers/thermal/intel/ |
D | Kconfig | 29 digital temperature sensors (DTSs) using side band interface (IOSF). This
|
/drivers/perf/ |
D | qcom_l3_pmu.c | 659 L3CACHE_EVENT_ATTR(read-hit-d-side, L3_EVENT_READ_HIT_D), 660 L3CACHE_EVENT_ATTR(read-miss-d-side, L3_EVENT_READ_MISS_D),
|