Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 57) sorted by relevance

123

/drivers/char/hw_random/
A DKconfig28 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
83 This driver provides kernel-side support for the Random Number
95 This driver provides kernel-side support for the Random Number
107 This driver provides kernel-side support for the Random Number
120 This driver provides kernel-side support for the Random Number
133 This driver provides kernel-side support for the RNG200
147 This driver provides kernel-side support for the Random Number
160 This driver provides kernel-side support for the Random Number
[all …]
/drivers/block/rnbd/
A DREADME12 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.
A DKconfig24 RNBD server is the server side of RNBD using rdma transport.
/drivers/nvme/target/
A DKconfig11 This enabled target side support for the NVMe protocol, that is
34 This enables target side NVMe passthru controller support for the
37 side, including executing Vendor Unique Commands.
48 to test NVMe host and target side features.
111 bool "NVMe over Fabrics In-band Authentication in target side"
116 target side.
/drivers/char/ipmi/
A DKconfig118 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/infiniband/ulp/rtrs/
A DREADME11 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/
A Dusbip_common.c687 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/
A Dsb1250-duart.c773 int chip, side; in sbd_probe_duarts() local
797 for (side = 0; side < DUART_MAX_SIDE && line < max_lines; in sbd_probe_duarts()
798 side++, line++) { in sbd_probe_duarts()
799 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_probe_duarts()
836 int side = co->index % DUART_MAX_SIDE; in sbd_console_write() local
837 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_console_write()
864 int side = co->index % DUART_MAX_SIDE; in sbd_console_setup() local
865 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_console_setup()
A Dzs.c1073 int chip, side, irq; in zs_probe_sccs() local
1099 for (side = 0; side < ZS_NUM_CHAN; side++) { in zs_probe_sccs()
1100 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_probe_sccs()
1113 uport->line = chip * ZS_NUM_CHAN + side; in zs_probe_sccs()
1116 (side ^ ZS_CHAN_B) * ZS_CHAN_IO_SIZE; in zs_probe_sccs()
1149 int chip = co->index / ZS_NUM_CHAN, side = co->index % ZS_NUM_CHAN; in zs_console_write() local
1150 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_console_write()
1199 int chip = co->index / ZS_NUM_CHAN, side = co->index % ZS_NUM_CHAN; in zs_console_setup() local
1200 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_console_setup()
/drivers/block/
A Dswim.c31 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()
A Damiflop.c985 side, /* 0-1 */ member
1180 printk("(%3d,%d,%2d,%d) %x\n", hdr.track, hdr.side, in dos_read()
1196 if (hdr.side != unit[drive].track%unit[drive].type->heads) { in dos_read()
1198 hdr.side, in dos_read()
1224 hdr.track,hdr.side,hdr.sec,hdr.len_desc,scnt); in dos_read()
1235 "sc=%d, %x %x\n", hdr.track, hdr.side, in dos_read()
1290 hdr.side=unit[drive].track%unit[drive].type->heads; in ms_putsec()
A Dataflop.c367 #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/crypto/allwinner/
A DKconfig32 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/usb/
A DKconfig45 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/gpu/drm/i915/
A DTODO.txt20 This is the matching task on the vm side compared to ttm/dma_resv on the
21 backing storage side.
/drivers/hwtracing/stm/
A DKconfig23 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/
A DKconfig23 is the kernel side of the userspace MAD support, which allows
33 kernel side of userspace verbs and the userspace
/drivers/misc/amd-sbi/
A DKconfig3 tristate "AMD side band RMI support"
/drivers/nvme/host/
A DKconfig115 bool "NVMe over Fabrics In-Band Authentication in host side"
121 host side.
/drivers/usb/gadget/udc/
A DKconfig7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
434 side is the controller; the gadget side is the device. Gadget drivers
442 Since such a gadget side driver needs to interoperate with a host
443 side Linux-USB device driver, this may help to debug both sides
/drivers/usb/gadget/legacy/
A DKconfig7 # 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/block/drbd/
A Ddrbd_worker.c1720 void drbd_start_resync(struct drbd_device *device, enum drbd_conns side) in drbd_start_resync() argument
1738 if (side == C_SYNC_TARGET) { in drbd_start_resync()
1794 ns.conn = side; in drbd_start_resync()
1796 if (side == C_SYNC_TARGET) in drbd_start_resync()
1844 if (side == C_SYNC_TARGET) { in drbd_start_resync()
1858 if (side == C_SYNC_SOURCE && connection->agreed_pro_version < 96) in drbd_start_resync()
1872 if (side == C_SYNC_SOURCE) { in drbd_start_resync()
/drivers/staging/nvec/
A DKconfig49 Say Y to enable control of the yellow side leds on Compal PAZ00 based
/drivers/firmware/imx/
A DKconfig11 exchange information with DSP side.
/drivers/thunderbolt/
A DKconfig41 on the other side of the cable. Used for electrical quality

Completed in 53 milliseconds

123