[go: nahoru, domu]

Searched refs:receiver (Results 1 - 9 of 9) sorted by relevance

/drivers/staging/media/lirc/
H A DKconfig5 bool "Linux Infrared Remote Control IR receiver/transmitter drivers"
9 RF receiver and transmitter drivers will be displayed. When paired
10 with a remote control and the lirc daemon, the receiver drivers
/drivers/media/radio/
H A DKconfig88 tristate "Griffin radioSHARK USB radio receiver"
92 Choose Y here if you have this radio receiver.
106 tristate "Griffin radioSHARK2 USB radio receiver"
109 Choose Y here if you have this radio receiver.
140 Say Y here if you want to connect this type of AM/FM/SW receiver
/drivers/i2c/busses/
H A Di2c-omap.c205 unsigned receiver:1; /* true when we're in receiver mode */ member in struct:omap_i2c_dev
523 dev->receiver = !!(msg->flags & I2C_M_RD);
524 omap_i2c_resize_fifo(dev, msg->len, dev->receiver);
905 /* If we're in receiver mode, ignore XDR/XRDY */
906 if (dev->receiver)
/drivers/block/drbd/
H A Ddrbd_state.c1129 drbd_thread_stop_nowait(&connection->receiver);
1131 /* Now the receiver finished cleaning up itself, it should die */
1133 drbd_thread_stop_nowait(&connection->receiver);
1135 /* Upon network failure, we need to restart the receiver. */
1138 drbd_thread_restart_nowait(&connection->receiver);
1563 /* Upon network configuration, we need to start the receiver */
1565 drbd_thread_start(&connection->receiver);
H A Ddrbd_main.c296 * receiver thread and the worker thread.
339 /* if the receiver has been "EXITING", the last thing it did
342 * and receiver thread will be "started".
656 * receiver.
1974 if (first_peer_device(device)->connection->receiver.t_state != NONE)
1975 drbd_err(device, "ASSERT FAILED: receiver t_state == %d expected 0.\n",
1976 first_peer_device(device)->connection->receiver.t_state);
2570 connection->receiver.reset_cpu_mask = 1;
2656 drbd_thread_init(resource, &connection->receiver, drbd_receiver, "receiver");
[all...]
H A Ddrbd_receiver.c374 * The block_id is opaque to the receiver. It is not endianness
995 if (get_t_state(&connection->receiver) == EXITING)
1539 /* receiver context, in the writeout path of the other node.
2364 /* I really don't like it that the receiver thread
2655 * wrt the receiver, but it is not as straightforward as it may seem.
2663 * here, where the rest of the code expects the receiver to sleep for
3937 drbd_print_uuids(device, "receiver updated UUIDs to");
4603 while (get_t_state(&connection->receiver) == RUNNING) {
4606 drbd_thread_current_set_cpu(&connection->receiver);
4818 /* ASSERT current == connection->receiver
[all...]
H A Ddrbd_int.h741 struct crypto_hash *peer_integrity_tfm; /* checksums we verify, only accessed from receiver thread */
747 /* receiver side */
755 struct drbd_thread receiver; member in struct:drbd_connection
H A Ddrbd_nl.c831 /* there is still a theoretical deadlock when called from receiver
833 * remote READ does inc_ap_bio, receiver would need to receive answer
835 * receiver receive_sizes(), comes here,
930 right now the receiver expects the permissive behavior */
1244 /* asender is implicitly stopped by receiver
1246 drbd_thread_stop(&connection->receiver);
2415 * we want to really wait here until the receiver is no more.
2417 drbd_thread_stop(&connection->receiver);
2420 * necessary, if this was a forced disconnect during a receiver
2421 * restart. We may have "killed" the receiver threa
[all...]
/drivers/input/misc/
H A DKconfig339 Currently only the UIA-11 type of receiver has been tested. The tag
340 on the receiver that connects to the USB port should have a P/N that

Completed in 188 milliseconds