| /linux/drivers/macintosh/ |
| H A D | via-macii.c | 82 #define TALK 0x0C macro 124 static u8 last_talk_cmd; /* the most recent Talk command byte transmitted */ 125 static u8 last_poll_cmd; /* the most recent Talk R0 command byte transmitted */ 178 /* Send an ADB poll (Talk Register 0 command prepended to the request queue) */ 207 /* Send a Talk Register 0 command */ in macii_queue_poll() 210 /* No need to repeat this Talk command. The transceiver will do that in macii_queue_poll() 424 if ((last_cmd & OP_MASK) == TALK) { in macii_interrupt() 459 } else if ((req->data[1] & OP_MASK) == TALK) { in macii_interrupt()
|
| H A D | adb-iop.c | 49 #define TALK 0x0C macro 111 /* Responses to Talk commands may be unsolicited as they are in adb_iop_listen() 114 if (op == TALK && ((1 << addr) & autopoll_devs)) in adb_iop_listen()
|
| /linux/Documentation/driver-api/media/ |
| H A D | dtv-core.rst | 8 - A bridge driver that is responsible to talk with the bus where the other 24 On most hardware, the frontend drivers talk with the bridge driver using an
|
| /linux/Documentation/spi/ |
| H A D | butterfly.rst | 17 similar cables to talk to many AVR boards, even a breadboard. 42 Then to let Linux master that bus to talk to the DataFlash chip, you must 60 That would let you talk to the AVR using custom SPI-with-USI firmware,
|
| H A D | spidev.rst | 22 * Developing simple protocols used to talk to microcontrollers acting 164 other drivers to talk to other devices.
|
| /linux/include/uapi/linux/ |
| H A D | dns_resolver.h | 38 DNS_SERVER_PROTOCOL_UDP = 1, /* Use UDP to talk to the server */ 39 DNS_SERVER_PROTOCOL_TCP = 2, /* Use TCP to talk to the server */
|
| /linux/scripts/tracing/ |
| H A D | ftrace-bisect.sh | 31 # [old-way] are dealing with thousands of functions. So go have coffee, talk 73 # iteration, so don't talk so much at the water cooler the second time.
|
| /linux/Documentation/security/tpm/ |
| H A D | xen-tpmfront.rst | 93 domains such as pv-grub that talk to the vTPM domain. 104 driver. This driver used by vtpmmgr-stubdom to talk directly to
|
| H A D | tpm_vtpm_proxy.rst | 40 Once the device has been created, the driver will immediately try to talk
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | ether.c | 39 * There's some hardware that can't talk CDC ECM. We make that hardware 118 /* For hardware that can't talk CDC, we use the same vendor ID that 125 * hardware that's not deeply broken ... even on hardware that can't talk 132 /* For hardware that can talk RNDIS and either of the above protocols,
|
| /linux/Documentation/driver-api/usb/ |
| H A D | writing_usb_driver.rst | 23 custom protocol to talk to their device, so a custom driver usually 166 trying to talk to the device. The first function called will be open, as 255 talk to the device, the release function in the driver is called. In
|
| /linux/drivers/input/misc/ |
| H A D | cm109.c | 11 * - Genius G-talk 21 * - Shaun Jackman <sjackman@gmail.com> for Genius G-talk keymap 198 Genius G-Talk keyboard matrix 200 4: 0 4 8 Talk 220 case 0x18: return KEY_ENTER; /* Talk (green handset) */ in keymap_gtalk() 892 "Keymap for Genius G-talk phone loaded\n"); in cm109_select_keymap()
|
| /linux/Documentation/devicetree/bindings/ptp/ |
| H A D | timestamper.txt | 9 Non-PHY MII time stamping drivers typically talk to the control
|
| /linux/Documentation/core-api/irq/ |
| H A D | concepts.rst | 11 An IRQ number is a kernel identifier used to talk about a hardware
|
| /linux/Documentation/usb/ |
| H A D | ohci.rst | 13 hardware register protocols used to talk to USB 1.1 host controllers. As
|
| H A D | usb-serial.rst | 10 interface from userspace to talk to the device. 70 This means that in order to talk to the device, the sync button must be 82 For some Sony Clié devices, /dev/ttyUSB0 must be used to talk to the 89 necessary. Some devices need this before they can talk to the USB port
|
| /linux/Documentation/devicetree/bindings/bus/ |
| H A D | qcom,ssbi.yaml | 27 Indicates the SSBI bus variant the controller should use to talk
|
| /linux/Documentation/hwmon/ |
| H A D | ibmaem.rst | 28 will be exported as platform devices; this driver can talk to both v1 and v2
|
| /linux/include/linux/platform_data/ |
| H A D | usb-omap1.h | 33 /* signaling pins used to talk to transceiver on usbN:
|
| /linux/arch/mips/include/asm/mach-lantiq/falcon/ |
| H A D | lantiq_soc.h | 58 /* allow the gpio and pinctrl drivers to talk to each other */
|
| /linux/Documentation/driver-api/hte/ |
| H A D | tegra-hte.rst | 22 kernel space consumers can directly talk to HTE subsystem while userspace
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | drxk.h | 18 * @no_i2c_bridge: Don't switch the I2C bridge to talk with tuner
|
| /linux/include/linux/ |
| H A D | psp-tee.h | 67 * talk to.
|
| /linux/drivers/staging/greybus/Documentation/firmware/ |
| H A D | firmware-management | 328 referenced while developing userspace application to talk to firmware-management 332 be referenced while developing userspace application to talk to
|
| /linux/drivers/spi/ |
| H A D | spi-butterfly.c | 22 * This uses SPI to talk with an "AVR Butterfly", which is a $US20 card 256 /* Bus 1 lets us talk to at45db041b (firmware disables AVR SPI), AVR in butterfly_attach()
|