/drivers/char/hw_random/ |
D | Kconfig | 28 This driver provides kernel-side support for the Random Number 41 This driver provides kernel-side support for the Random Number 54 This driver provides kernel-side support for the Random Number 67 This driver provides kernel-side support for the Random Number 80 This driver provides kernel-side support for the Random Number 93 This driver provides kernel-side support for the Random 106 This driver provides kernel-side support for the Random Number 120 This driver provides kernel-side support for the Random Number 132 This driver provides kernel-side support for the virtual Random Number
|
/drivers/serial/ |
D | sb1250-duart.c | 785 int chip, side; in sbd_probe_duarts() local 809 for (side = 0; side < DUART_MAX_SIDE && line < max_lines; in sbd_probe_duarts() 810 side++, line++) { in sbd_probe_duarts() 811 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_probe_duarts() 847 int side = co->index % DUART_MAX_SIDE; in sbd_console_write() local 848 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_console_write() 875 int side = co->index % DUART_MAX_SIDE; in sbd_console_setup() local 876 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; in sbd_console_setup()
|
D | zs.c | 1074 int chip, side, irq; in zs_probe_sccs() local 1100 for (side = 0; side < ZS_NUM_CHAN; side++) { in zs_probe_sccs() 1101 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() 1195 int chip = co->index / ZS_NUM_CHAN, side = co->index % ZS_NUM_CHAN; in zs_console_setup() local 1196 struct zs_port *zport = &zs_sccs[chip].zport[side]; in zs_console_setup()
|
/drivers/usb/ |
D | Kconfig | 15 # Host-side USB depends on having a host controller 63 tristate "Support for Host-side USB" 78 Say Y here if your computer has a host-side USB port and you want 86 If your system has a device-side USB port, used in the peripheral 87 side of the USB protocol, see the "USB Gadget" framework instead.
|
D | README | 5 ("make pdfdocs", and then look at "usb.pdf" for host side and 6 "gadget.pdf" for peripheral side.) Also, Documentation/usb has
|
/drivers/infiniband/ |
D | Kconfig | 17 is the kernel side of the userspace MAD support, which allows 25 kernel side of userspace verbs and the userspace
|
/drivers/usb/gadget/ |
D | Kconfig | 6 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !! 28 familiar host side controllers have names like "EHCI", "OHCI", 34 peripheral/device side bus controller, and a "gadget driver" for 474 side is the master; the gadget side is the slave. Gadget drivers 482 Since such a gadget side driver needs to interoperate with a host 483 side Linux-USB device driver, this may help to debug both sides 541 it can work on top of most device-side usb controllers. It's 546 USB peripheral controller driver. Then you can use host-side 550 Gadget Zero also works with the host-side "usb-skeleton" driver, 551 and with many kinds of host-side test software. You may need [all …]
|
/drivers/block/ |
D | amiflop.c | 866 side, /* 0-1 */ member 1061 printk("(%3d,%d,%2d,%d) %x\n", hdr.track, hdr.side, in dos_read() 1077 if (hdr.side != unit[drive].track%unit[drive].type->heads) { in dos_read() 1079 hdr.side, in dos_read() 1105 hdr.track,hdr.side,hdr.sec,hdr.len_desc,scnt); in dos_read() 1116 "sc=%d, %x %x\n", hdr.track, hdr.side, in dos_read() 1171 hdr.side=unit[drive].track%unit[drive].type->heads; in ms_putsec()
|
D | ataflop.c | 282 #define IS_BUFFERED(drive,side,track) \ argument 283 (BufferDrive == (drive) && BufferSide == (side) && BufferTrack == (track)) 340 static void fd_select_side( int side ); 402 static void fd_select_side( int side ) in fd_select_side() argument 410 sound_ym.wd_data = (side == 0) ? sound_ym.rd_data_reg_sel | 0x01 : in fd_select_side()
|
/drivers/usb/wusbcore/ |
D | Kconfig | 15 Enable the host-side support for Wireless USB.
|
/drivers/usb/musb/ |
D | Kconfig | 73 # use USB_MUSB_HDRC_HCD not USB_MUSB_HOST to #ifdef host side support; 85 # side support ... OTG needs both roles
|
/drivers/staging/usbip/ |
D | usbip_common.c | 921 if (ud->side == USBIP_STUB) in usbip_recv_iso() 950 if (ud->side == USBIP_STUB) { in usbip_recv_xbuff() 974 if (ud->side == USBIP_STUB) { in usbip_recv_xbuff()
|
D | usbip_common.h | 340 enum usbip_side side; member
|
D | stub_dev.c | 337 sdev->ud.side = USBIP_STUB; in stub_device_alloc()
|
D | vhci_hcd.c | 912 vdev->ud.side = USBIP_VHCI; in vhci_device_init()
|
/drivers/spi/ |
D | Kconfig | 5 # nobody's needed a slave side API yet. The master-role API is not 39 # MASTER side ... talking to discrete SPI slave chips including microcontrollers
|
/drivers/usb/host/ |
D | Kconfig | 292 host side or peripheral side roles. Enable this option if your
|
/drivers/s390/net/ |
D | ctcm_mpc.c | 1693 static void mpc_action_side_xid(fsm_instance *fsm, void *arg, int side) in mpc_action_side_xid() argument 1747 if (side == XSIDE) { in mpc_action_side_xid() 1837 (side == XSIDE) ? "x-side XID" : "y-side XID"); in mpc_action_side_xid()
|
/drivers/char/ |
D | Kconfig | 444 terminal. Typical programs for the master side are telnet servers 478 terminal. Typical programs for the master side are telnet servers 933 This driver provides the kernel-side support for the intelligent
|
D | ChangeLog | 342 busy loop while waiting for the master side to open.
|
/drivers/staging/go7007/ |
D | go7007.txt | 89 CONFIG_USB - Support for Host-side USB
|
/drivers/watchdog/ |
D | Kconfig | 849 As a side note, saying Y here will automatically boost HZ to 1000
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 955 * transferring to the host, that the SCSI side of
|
D | aic79xx.seq | 1776 * transferring to the host, that the SCSI side of
|