/Linux-v5.4/Documentation/devicetree/bindings/serial/ |
D | rs485.txt | 11 it corresponds to the delay before sending data. 13 it corresponds to the delay after sending data and actual release of the line. 15 - rs485-rts-active-low: drive RTS low when sending (default is high). 19 while sending data.
|
/Linux-v5.4/Documentation/driver-api/serial/ |
D | serial-rs485.rst | 68 /* Set logical level for RTS pin equal to 1 when sending: */ 70 /* or, set logical level for RTS pin equal to 0 when sending: */ 73 /* Set logical level for RTS pin equal to 1 after sending: */ 75 /* or, set logical level for RTS pin equal to 0 after sending: */ 84 /* Set this flag if you want to receive data even while sending data */
|
/Linux-v5.4/net/dccp/ccids/ |
D | Kconfig | 21 where a flow is "reasonably fair" if its sending rate is generally 22 within a factor of two of the sending rate of a TCP flow under the 26 relatively smooth sending rate is of importance.
|
/Linux-v5.4/drivers/macintosh/ |
D | adb-iop.c | 42 sending, enumerator 88 if ((adb_iop_state == sending) && req && req->reply_expected) { in adb_iop_complete() 195 adb_iop_state = sending; in adb_iop_start()
|
D | via-macii.c | 105 sending, enumerator 347 macii_state = sending; in macii_start() 416 case sending: in macii_interrupt()
|
D | via-cuda.c | 157 sending, enumerator 631 cuda_state = sending; in cuda_interrupt() 635 case sending: in cuda_interrupt()
|
/Linux-v5.4/Documentation/devicetree/bindings/ata/ |
D | sata_highbank.txt | 27 cycles to transmit before sending an SGPIO pattern 29 cycles to transmit after sending an SGPIO pattern
|
/Linux-v5.4/Documentation/sparc/ |
D | console.rst | 1 Steps for sending 'break' on sunhv console
|
/Linux-v5.4/Documentation/networking/ |
D | hinic.txt | 55 Application Programmable Interface commands(API CMD) - Interface for sending 58 Management (MGMT) - the PF to MGMT channel that uses API CMD for sending MGMT 74 Command Queues(CMDQ) - The queues for sending commands for IO management and is
|
D | can_ucan_protocol.rst | 147 Setup bittiming by sending the the structure 248 reported by sending corresponding error frames (see 293 When the device outbound buffers are full it starts sending *NAKs* on
|
D | ipvs-sysctl.txt | 174 It controls sending icmp error messages (ICMP_DEST_UNREACH) 233 parts of memory when the sending rate is lower than the queuing 283 The version of the synchronisation protocol used when sending 287 should be used when sending synchronisation messages to a legacy
|
/Linux-v5.4/net/sunrpc/ |
D | xprt.c | 224 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt() 227 rpc_sleep_on(&xprt->sending, task, NULL); in xprt_reserve_xprt() 291 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt_cong() 294 rpc_sleep_on(&xprt->sending, task, NULL); in xprt_reserve_xprt_cong() 325 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next() 340 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next_cong() 1406 rpc_wake_up_queued_task_set_status(&xprt->sending, in xprt_prepare_transmit() 1480 xprt->stat.sending_u += xprt->sending.qlen; in xprt_request_transmit() 1488 rpc_wake_up_queued_task_set_status(&xprt->sending, task, status); in xprt_request_transmit() 1872 rpc_init_wait_queue(&xprt->sending, "xprt_sending"); in xprt_init() [all …]
|
/Linux-v5.4/tools/usb/usbip/src/ |
D | usbip_network.c | 96 int sending) in usbip_net_xmit() argument 105 if (sending) in usbip_net_xmit()
|
/Linux-v5.4/net/can/ |
D | Kconfig | 38 sending of RTR frames, and cyclic CAN messages without permanent user 51 msg sending and can optionally modify routed CAN frames on the fly.
|
/Linux-v5.4/Documentation/admin-guide/blockdev/drbd/ |
D | disk-states-8.dot | 15 Failed -> Diskless [ label = "sending notify to peer" ]
|
/Linux-v5.4/net/batman-adv/ |
D | tp_meter.c | 434 if (!atomic_dec_and_test(&tp_vars->sending)) in batadv_tp_sender_shutdown() 467 if (unlikely(atomic_read(&tp_vars->sending) == 0)) in batadv_tp_reset_sender_timer() 487 if (atomic_read(&tp_vars->sending) == 0) in batadv_tp_sender_timeout() 646 if (unlikely(atomic_read(&tp_vars->sending) == 0)) in batadv_tp_recv_ack() 848 while (atomic_read(&tp_vars->sending) != 0) { in batadv_tp_send() 871 if (atomic_dec_and_test(&tp_vars->sending)) in batadv_tp_send() 986 atomic_set(&tp_vars->sending, 1); in batadv_tp_start()
|
/Linux-v5.4/net/ax25/ |
D | TODO | 17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
|
/Linux-v5.4/Documentation/process/ |
D | email-clients.rst | 56 and successfully apply it with 'patch' before sending patches to Linux 63 Here are some specific MUA configuration hints for editing and sending 141 KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending 144 long lines, you must make the composer window very wide before sending 314 Does not work for sending patches.
|
/Linux-v5.4/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 64 situation by sending a message to guests using these VFs, and 83 situation by sending a message to guests using these VFs, and
|
/Linux-v5.4/Documentation/timers/ |
D | no_hz.rst | 68 If a CPU is idle, there is little point in sending it a scheduling-clock 73 The CONFIG_NO_HZ_IDLE=y Kconfig option causes the kernel to avoid sending 81 is strong motivation to avoid sending scheduling-clock interrupts to 107 If a CPU has only one runnable task, there is little point in sending it 113 sending scheduling-clock interrupts to CPUs with a single runnable task, 122 again strong motivation to avoid sending scheduling-clock interrupts. 273 this CPU, so there is no point in sending a scheduling-clock
|
/Linux-v5.4/Documentation/media/uapi/rc/ |
D | lirc-dev-intro.rst | 56 LIRC supports some modes of receiving and sending IR codes, as shown 65 This mode is for both sending and receiving IR. 67 For transmitting (aka sending), create a ``struct lirc_scancode`` with
|
/Linux-v5.4/drivers/hid/intel-ish-hid/ishtp/ |
D | client.h | 83 int sending; member
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | hi3660-clock.txt | 25 - mboxes: Phandle to the mailbox for sending message to MCU.
|
/Linux-v5.4/Documentation/driver-api/thermal/ |
D | x86_pkg_temperature_thermal.rst | 47 Setting 0, stops sending thermal notifications.
|
/Linux-v5.4/Documentation/hid/ |
D | uhid.rst | 48 The first thing you should do is sending an UHID_CREATE2 event. This will 50 start sending data to and reading data from UHID. However, unless UHID sends the 99 You can create a new device by sending UHID_CREATE2 again. There is no need to 103 You must send UHID_CREATE2 before sending input to the kernel! This event
|