/Linux-v4.19/include/trace/events/ |
D | devlink.h | 18 TP_PROTO(const struct devlink *devlink, bool incoming, 21 TP_ARGS(devlink, incoming, type, buf, len), 27 __field(bool, incoming) 37 __entry->incoming = incoming; 45 __get_str(driver_name), __entry->incoming, __entry->type, 62 bool incoming, unsigned long type, in trace_devlink_hwmsg() argument
|
/Linux-v4.19/fs/nfs/ |
D | nfsroot.c | 186 static int __init root_nfs_parse_options(char *incoming, char *exppath, in root_nfs_parse_options() argument 194 p = strsep(&incoming, ","); in root_nfs_parse_options() 203 if (incoming != NULL && *incoming != '\0') in root_nfs_parse_options() 204 if (root_nfs_cat(nfs_root_options, incoming, in root_nfs_parse_options()
|
/Linux-v4.19/drivers/iio/buffer/ |
D | industrialio-buffer-dma.c | 325 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_request_update() 351 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_request_update() 410 list_for_each_entry_safe(block, _block, &queue->incoming, head) { in iio_dma_buffer_enable() 453 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_enqueue() 621 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_init() 653 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_exit()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-streamon.rst | 43 are any empty buffers in the incoming queue) until ``VIDIOC_STREAMON`` 46 succeed when at least one output buffer is in the incoming queue. 56 and it removes all buffers from the incoming and outgoing queues. That 66 the incoming queue and all are returned to the same state as after
|
D | userp.rst | 110 the incoming buffer queue, and perhaps by maintaining caches assuming 114 the pages of empty buffers in the incoming queue need not be saved to 115 disk. Output buffers must be saved on the incoming and outgoing queue
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_req.c | 1457 static void submit_fast_path(struct drbd_device *device, struct list_head *incoming) in submit_fast_path() argument 1463 list_for_each_entry_safe(req, tmp, incoming, tl_requests) { in submit_fast_path() 1484 struct list_head *incoming, in prepare_al_transaction_nonblock() argument 1493 while ((req = list_first_entry_or_null(incoming, struct drbd_request, tl_requests))) { in prepare_al_transaction_nonblock() 1529 LIST_HEAD(incoming); /* from drbd_make_request() */ in do_submit() 1535 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit() 1542 list_splice_init(&busy, &incoming); in do_submit() 1543 submit_fast_path(device, &incoming); in do_submit() 1544 if (list_empty(&incoming)) in do_submit() 1550 list_splice_init(&busy, &incoming); in do_submit() [all …]
|
/Linux-v4.19/Documentation/isdn/ |
D | README | 88 ATA Answer incoming call. 224 an incoming call happened (RING) and 254 bit. In this case, on incoming calls 267 Set on incoming call (during RING) to 271 Set on incoming call (during RING) to 287 All inactive physical lines are listening to all EAZs for incoming 289 When an incoming call is detected, the driver looks first for a network 315 If an incoming call matches one network interface, it gets connected to it. 316 If another incoming call for the same EAZ arrives, which does not match 369 and the number(s) for incoming calls: [all …]
|
D | README.diversion | 49 as normally done by isdn phones. In this case all incoming calls 56 In this case all incoming calls are checked by rules that may be 66 All incoming calls matching a rule except the ignore rule a reported and 116 your network incoming calls and reactions by the module may be shown on
|
D | INTERFACE.fax | 67 Defines outgoing/send or incoming/receive connection. 98 ISDN_TTY_FAX_FCON_I signals the established, incoming connection,
|
D | INTERFACE | 269 (Response to an incoming call) 292 actively rejecting an incoming call. 302 With this command, the HL-driver is told not to signal incoming 313 With this command, the HL-driver is told to signal incoming calls for 322 HL-driver should respond to ALL incoming calls, 339 With this command, the HL-driver is told to signal only incoming 417 With this command, the HL-driver is told to proceed with a incoming call. 503 With this call, the HL-driver signals an incoming call to the LL. 504 If ICALLW is signalled the incoming call is a waiting call without
|
/Linux-v4.19/drivers/md/ |
D | dm-service-time.c | 213 size_t incoming) in st_compare_load() argument 251 sz1 += incoming; in st_compare_load() 252 sz2 += incoming; in st_compare_load()
|
/Linux-v4.19/Documentation/netlabel/ |
D | lsm_interface.txt | 30 on outgoing packets as well as read the labels on incoming packets. Functions 45 when a incoming packet matches a cached value not only are the internal
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | Kconfig | 84 Enabling broadcast filtering will drop any incoming wireless 86 patterns (e.g. incoming arp requests). 89 expect incoming broadcasts for their normal operations.
|
/Linux-v4.19/Documentation/networking/ |
D | secid.txt | 8 the incoming packet this flow is being generated as a response to (e.g. tcp
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-service-time.txt | 6 the incoming I/O. 44 ('in-flight-size' + 'size-of-incoming-io') / 'relative_throughput'
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smp2p.txt | 65 Usage: required for incoming entries 73 Usage: required for incoming entries
|
/Linux-v4.19/drivers/virt/ |
D | Kconfig | 25 2) A file interface to reading incoming doorbells.
|
/Linux-v4.19/include/linux/iio/ |
D | buffer-dma.h | 113 struct list_head incoming; member
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 80 This statistic tracks the circumstance where incoming 87 i.e. was not woken to handle any incoming network packets for 106 Note that incoming packets on NFS transports will be dealt with in
|
/Linux-v4.19/drivers/staging/greybus/ |
D | connection.c | 642 bool incoming; in gb_connection_flush_incoming_operations() local 645 incoming = false; in gb_connection_flush_incoming_operations() 650 incoming = true; in gb_connection_flush_incoming_operations() 655 if (!incoming) in gb_connection_flush_incoming_operations()
|
/Linux-v4.19/Documentation/nfc/ |
D | nfc-hci.txt | 118 On the rx path, the driver is responsible to push incoming HCP frames to HCI 186 fast, cannot sleep. sends incoming frames to HCI where they are passed to 198 Dispatches incoming HCI commands or events. 228 receives incoming frames in an skb queue filled from the driver IRQ handler. 270 - driver (pn544) fails to deliver an incoming frame: it stores the error such 276 - SMW is basically a background thread to handle incoming and outgoing shdlc
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/gyroscope/ |
D | invensense,mpu3050.txt | 19 incoming I2C bus, alternatively drive traffic to a slave device (usually
|
/Linux-v4.19/net/bluetooth/ |
D | hci_sock.c | 219 if (!bt_cb(skb)->incoming) in hci_send_to_sock() 316 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 322 if (bt_cb(skb)->incoming) in hci_send_to_monitor() 719 bt_cb(skb)->incoming = 1; in hci_si_event() 1379 int incoming = bt_cb(skb)->incoming; in hci_sock_cmsg() local 1380 put_cmsg(msg, SOL_HCI, HCI_CMSG_DIR, sizeof(incoming), in hci_sock_cmsg() 1381 &incoming); in hci_sock_cmsg()
|
/Linux-v4.19/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-gth | 23 incoming data while output port is in reset.
|