/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 57 This driver provides kernel-side support for the Random Number 70 This driver provides kernel-side support for the Random Number 82 This driver provides kernel-side support for the Random Number 94 This driver provides kernel-side support for the Random Number 107 This driver provides kernel-side support for the RNG200 121 This driver provides kernel-side support for the Random Number 134 This driver provides kernel-side support for the Random Number 147 This driver provides kernel-side support for the Random Number [all …]
|
/drivers/block/rnbd/ |
D | README | 12 on the client side as local block devices. 26 Server side: 29 Client side: 39 mapped from the server side. After the session to the server machine is 40 established, the mapped device will appear on the client side under 51 to the block device on the server side by concatenating dev_search_path 73 information: side, max_hw_sectors, etc.
|
D | Kconfig | 24 RNBD server is the server side of RNBD using rdma transport.
|
/drivers/char/ipmi/ |
D | Kconfig | 118 The driver implements the BMC side of the KCS contorller, it 119 provides the access of KCS IO space for BMC side. 130 The driver implements the BMC side of the KCS contorller, it 131 provides the access of KCS IO space for BMC side. 140 Provides a BMC-side character device implementing IPMI 171 implements the BMC side of the BT interface. 178 management (BMC) side. 180 The driver implements the BMC side of the SMBus system
|
/drivers/nvme/target/ |
D | Kconfig | 10 This enabled target side support for the NVMe protocol, that is 24 This enables target side NVMe passthru controller support for the 27 side, including executing Vendor Unique Commands. 38 to test NVMe host and target side features.
|
/drivers/infiniband/ulp/rtrs/ |
D | README | 11 possibility to either write data from an sg list to the remote side 12 or to request ("read") data transfer from the remote side into a given 29 server side for a given client for rdma transfer. A session 36 chunks reserved for him on the server side. Their number, size and addresses 49 discussed in LPC RDMA MC 2019. When always_invalidate=Y, on the server side we 97 side or network outage in an absence of IO. 123 on the server side and rdma writes there the user data, user header and the 140 on the server side and rdma writes there the user data, user header and the 163 on the server side and rdma writes there the user header and the 182 on the server side and rdma writes there the user header and the
|
/drivers/usb/usbip/ |
D | usbip_common.c | 687 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso() 709 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso() 771 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) { in usbip_recv_xbuff() 828 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_xbuff()
|
/drivers/tty/serial/ |
D | sb1250-duart.c | 772 int chip, side; in sbd_probe_duarts() local 796 for (side = 0; side < DUART_MAX_SIDE && line < max_lines; in sbd_probe_duarts() 797 side++, line++) { in sbd_probe_duarts() 798 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_probe_duarts() 835 int side = co->index % DUART_MAX_SIDE; in sbd_console_write() local 836 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_console_write() 863 int side = co->index % DUART_MAX_SIDE; in sbd_console_setup() local 864 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_console_setup()
|
D | zs.c | 1072 int chip, side, irq; in zs_probe_sccs() local 1098 for (side = 0; side < ZS_NUM_CHAN; side++) { in zs_probe_sccs() 1099 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_probe_sccs() 1112 uport->line = chip * ZS_NUM_CHAN + side; in zs_probe_sccs() 1115 (side ^ ZS_CHAN_B) * ZS_CHAN_IO_SIZE; in zs_probe_sccs() 1148 int chip = co->index / ZS_NUM_CHAN, side = co->index % ZS_NUM_CHAN; in zs_console_write() local 1149 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_console_write() 1198 int chip = co->index / ZS_NUM_CHAN, side = co->index % ZS_NUM_CHAN; in zs_console_setup() local 1199 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_console_setup()
|
/drivers/block/ |
D | swim.c | 31 unsigned char side; member 458 int side, int track, in swim_read_sector() argument 470 swim_head(base, side); in swim_read_sector() 471 swim_write(base, mode0, side); in swim_read_sector() 487 if ((header.side != side) || (header.track != track) || in swim_read_sector() 500 int side, track, sector; in floppy_read_sectors() local 509 side = x / fs->secpertrack; in floppy_read_sectors() 514 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 | 367 #define IS_BUFFERED(drive,side,track) \ argument 368 (BufferDrive == (drive) && BufferSide == (side) && BufferTrack == (track)) 422 static void fd_select_side( int side ); 502 static void fd_select_side( int side ) in fd_select_side() argument 510 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/crypto/allwinner/ |
D | Kconfig | 32 Select this option if you want to provide kernel-side support for 86 Select this option if you want to provide kernel-side support for 94 Select this option if you want to provide kernel-side support for 129 Select this option if you want to provide kernel-side support for
|
/drivers/gpu/drm/i915/ |
D | TODO.txt | 20 This is the matching task on the vm side compared to ttm/dma_resv on the 21 backing storage side.
|
/drivers/hwtracing/stm/ |
D | Kconfig | 23 The receiving side only needs to be able to decode the MIPI 38 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/firmware/imx/ |
D | Kconfig | 11 exchange information with DSP side.
|
/drivers/usb/gadget/legacy/ |
D | Kconfig | 7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 48 it can work on top of most device-side usb controllers. It's 53 USB peripheral controller driver. Then you can use host-side 57 Gadget Zero also works with the host-side "usb-skeleton" driver, 58 and with many kinds of host-side test software. You may need 144 The Linux-USB host-side "usbnet" driver interoperates with this
|
/drivers/usb/gadget/udc/ |
D | Kconfig | 7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 478 side is the controller; the gadget side is the device. Gadget drivers 486 Since such a gadget side driver needs to interoperate with a host 487 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/block/drbd/ |
D | drbd_worker.c | 1738 void drbd_start_resync(struct drbd_device *device, enum drbd_conns side) in drbd_start_resync() argument 1756 if (side == C_SYNC_TARGET) { in drbd_start_resync() 1812 ns.conn = side; in drbd_start_resync() 1814 if (side == C_SYNC_TARGET) in drbd_start_resync() 1862 if (side == C_SYNC_TARGET) { in drbd_start_resync() 1876 if (side == C_SYNC_SOURCE && connection->agreed_pro_version < 96) in drbd_start_resync() 1890 if (side == C_SYNC_SOURCE) { in drbd_start_resync()
|
D | Kconfig | 63 512 insert data corruption on receiving side
|
/drivers/net/ethernet/freescale/enetc/ |
D | Kconfig | 76 side, it can be loaded by Qos driver. Currently, it is only support
|
/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 377 USB peripheral controller driver. Then you can use host-side
|