| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | rs485.yaml | 22 milliseconds. It corresponds to the delay before sending data. 26 It corresponds to the delay after sending data and actual release 32 description: drive RTS high when sending (this is the default). 36 description: drive RTS low when sending (default is high). 50 description: enables the receiving of data even while sending data.
|
| /linux/drivers/hv/ |
| H A D | hv_trace.h | 145 TP_printk("sending ret %d", __entry->ret) 167 TP_printk("sending child_relid 0x%x, openid %d, " 186 TP_printk("sending child_relid 0x%x, ret %d", __entry->child_relid, 207 TP_printk("sending child_relid 0x%x, gpadl 0x%x, range_buflen %d " 227 TP_printk("sending msgnumber %d, gpadl 0x%x, ret %d", 245 TP_printk("sending child_relid 0x%x, gpadl 0x%x, ret %d", 269 TP_printk("sending vmbus_version_requested %d, target_vcpu 0x%x, " 287 TP_printk("sending child_relid 0x%x, ret %d", 306 TP_printk("sending guest_endpoint_id %pUl, host_service_id %pUl, "
|
| /linux/drivers/net/wireguard/ |
| H A D | send.c | 30 net_dbg_ratelimited("%s: Sending handshake initiation to peer %llu (%pISpfsc)\n", in wg_packet_send_handshake_initiation() 90 net_dbg_ratelimited("%s: Sending handshake response to peer %llu (%pISpfsc)\n", in wg_packet_send_handshake_response() 116 net_dbg_skb_ratelimited("%s: Sending cookie response for denied handshake message for %pISpfsc\n", in wg_packet_send_handshake_cookie() 131 send = keypair && READ_ONCE(keypair->sending.is_valid) && in keep_key_fresh() 134 wg_birthdate_has_expired(keypair->sending.birthdate, REKEY_AFTER_TIME))); in keep_key_fresh() 218 keypair->sending.key); in encrypt_packet() 234 net_dbg_ratelimited("%s: Sending keepalive packet to peer %llu (%pISpfsc)\n", in wg_packet_send_keepalive() 363 if (unlikely(!READ_ONCE(keypair->sending.is_valid))) in wg_packet_send_staged_packets() 365 if (unlikely(wg_birthdate_has_expired(keypair->sending.birthdate, in wg_packet_send_staged_packets() 392 WRITE_ONCE(keypair->sending.is_valid, false); in wg_packet_send_staged_packets()
|
| /linux/Documentation/process/ |
| H A D | researcher-guidelines.rst | 60 to perceive survey requests as just another demand on their time. Sending 74 To help clarify: sending patches to developers *is* interacting 76 contributions*. Sending intentionally flawed/vulnerable patches or 90 When engaging with the developer community, sending a patch has 103 When sending patches produced from research, the commit logs should 162 organization, and having them help with reviews before sending them to
|
| /linux/net/dccp/ccids/ |
| H A D | Kconfig | |
| /linux/Documentation/networking/device_drivers/can/ |
| H A D | can327.rst | 166 For this to function, the controller must be configured for SFF sending 187 If the ELM327's internal UART sending buffer runs full, it will abort 202 Sending RTR frames is not supported and will be dropped silently. 210 However, immediately after sending a frame, the ELM327 will be in 239 after sending a frame. The driver maximizes this time to make the 264 overruns. It may abort sending in the middle of the line, which will 290 An ELM327's UART sending buffer will easily overflow on heavy CAN bus
|
| /linux/include/uapi/linux/ |
| H A D | if_pppol2tp.h | 35 __u16 d_tunnel, d_session; /* For sending outgoing packets */ 47 __u16 d_tunnel, d_session; /* For sending outgoing packets */ 63 __u32 d_tunnel, d_session; /* For sending outgoing packets */ 72 __u32 d_tunnel, d_session; /* For sending outgoing packets */
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | regulatory.c | 310 IWL_DEBUG_RADIO(mld, "Sending PER_PLATFORM_ANT_GAIN_CMD\n"); in iwl_mld_ppag_send_cmd() 459 "sending LARI_CONFIG_CHANGE, config_bitmap=0x%x, oem_11ax_allow_bitmap=0x%x\n", in iwl_mld_configure_lari() 463 "sending LARI_CONFIG_CHANGE, oem_unii4_allow_bitmap=0x%x, chan_state_active_bitmap=0x%x\n", in iwl_mld_configure_lari() 467 "sending LARI_CONFIG_CHANGE, oem_uhb_allow_bitmap=0x%x, force_disable_channels_bitmap=0x%x\n", in iwl_mld_configure_lari() 471 "sending LARI_CONFIG_CHANGE, oem_uhb_allow_extension_bitmap=0x%x\n", in iwl_mld_configure_lari() 474 "sending LARI_CONFIG_CHANGE, edt_bitmap=0x%x, oem_320mhz_allow_bitmap=0x%x\n", in iwl_mld_configure_lari() 478 "sending LARI_CONFIG_CHANGE, oem_11be_allow_bitmap=0x%x\n", in iwl_mld_configure_lari() 481 "sending LARI_CONFIG_CHANGE, oem_11bn_allow_bitmap=0x%x\n", in iwl_mld_configure_lari() 484 "sending LARI_CONFIG_CHANGE, oem_unii9_enable=0x%x\n", in iwl_mld_configure_lari() 487 "sending LARI_CONFIG_CHANGE, wcpe_bitmap=0x%x\n", in iwl_mld_configure_lari() [all …]
|
| /linux/drivers/scsi/device_handler/ |
| H A D | scsi_dh_hp_sw.c | 63 "%s: sending tur failed, sense %x/%x/%x\n", in tur_done() 112 "%s: sending tur failed with %x\n", in hp_sw_tur() 124 * Sending START STOP UNIT activates the SP. 163 "%s: sending start_stop_unit failed, " in hp_sw_start_stop() 177 "%s: sending start_stop_unit failed, " in hp_sw_start_stop()
|
| /linux/Documentation/timers/ |
| H A D | no_hz.rst | 68 If a CPU is idle, there is little point in sending it a scheduling-clock 77 The CONFIG_NO_HZ_IDLE=y Kconfig option causes the kernel to avoid sending 85 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. 264 this CPU, so there is no point in sending a scheduling-clock
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-samsung-s6e63m0-dsi.c | 60 dev_err(dev, "error sending DCS command seq cmd %02x\n", cmd); in s6e63m0_dsi_dcs_write() 72 dev_err(dev, "error sending CMD %02x global param %02x\n", in s6e63m0_dsi_dcs_write() 78 dev_err(dev, "error sending CMD %02x chunk\n", cmd); in s6e63m0_dsi_dcs_write()
|
| /linux/net/mptcp/ |
| H A D | mib.h | 32 MPTCP_MIB_JOINSYNTX, /* Sending a SYN + MP_JOIN */ 33 MPTCP_MIB_JOINSYNTXCREATSKERR, /* Not able to create a socket when sending a SYN + MP_JOIN */ 34 MPTCP_MIB_JOINSYNTXBINDERR, /* Not able to bind() the address when sending a SYN + MP_JOIN */ 35 MPTCP_MIB_JOINSYNTXCONNECTERR, /* Not able to connect() when sending a SYN + MP_JOIN */
|
| /linux/drivers/bus/mhi/ep/ |
| H A D | sm.c | 81 dev_err(dev, "Failed sending M0 state change event\n"); in mhi_ep_set_m0_state() 89 dev_err(dev, "Failed sending AMSS EE event\n"); in mhi_ep_set_m0_state() 118 dev_err(dev, "Failed sending M3 state change event\n"); in mhi_ep_set_m3_state()
|
| /linux/include/trace/events/ |
| H A D | fsi_master_ast_cf.h | 113 TP_printk("fsi-acf%d: Sending ABS_ADR %06x", 129 TP_printk("fsi-acf%d: Sending REL_ADR %03x", 143 TP_printk("fsi-acf%d: Sending SAME_ADR",
|
| H A D | fsi_master_gpio.h | 137 TP_printk("fsi-gpio%d: Sending ABS_ADR %06x", 152 TP_printk("fsi-gpio%d: Sending REL_ADR %03x", 165 TP_printk("fsi-gpio%d: Sending SAME_ADR",
|
| /linux/drivers/infiniband/core/ |
| H A D | smi.c | 126 * Fixup a directed route SMP for sending 180 /* hop_ptr updated when sending */ in __smi_handle_dr_smp_recv() 189 /* hop_ptr updated when sending */ in __smi_handle_dr_smp_recv() 214 /* hop_ptr updated when sending */ in __smi_handle_dr_smp_recv() 226 /* hop_ptr updated when sending */ in __smi_handle_dr_smp_recv()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_mgmt.c | 385 rsi_dbg(INFO_ZONE, "%s: Sending rate symbol req frame\n", __func__); in rsi_load_radio_caps() 546 rsi_dbg(MGMT_TX_ZONE, "%s: Sending sta notify frame\n", __func__); in rsi_hal_send_sta_notify_frame() 633 rsi_dbg(MGMT_TX_ZONE, "%s: Sending AMPDU indication frame\n", __func__); in rsi_send_aggregation_params_frame() 670 rsi_dbg(MGMT_TX_ZONE, "%s: Sending program BB/RF frame\n", __func__); in rsi_program_bb_rf() 724 rsi_dbg(MGMT_TX_ZONE, "%s: Sending VAP capabilities frame\n", __func__); in rsi_set_vap_capabilities() 807 rsi_dbg(MGMT_TX_ZONE, "%s: Sending load key frame\n", __func__); in rsi_hal_load_key() 877 rsi_dbg(MGMT_TX_ZONE, "Sending common device config params\n"); in rsi_send_common_dev_params() 922 rsi_dbg(MGMT_TX_ZONE, "%s: Sending boot params frame\n", __func__); in rsi_load_bootup_params() 977 rsi_dbg(MGMT_TX_ZONE, "%s: Sending boot params frame\n", __func__); in rsi_load_9116_bootup_params() 1028 rsi_dbg(MGMT_TX_ZONE, "%s: Sending reset MAC frame\n", __func__); in rsi_send_reset_mac() [all …]
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | netpoll_basic.py | 12 sending netpoll messages (via netconsole) to trigger the poll. 285 # netpoll_poll_dev() while we are sending netconsole messages 305 # bpftrace is done, stop sending messages 355 Test netpoll by sending traffic to the interface and then sending
|
| /linux/include/linux/ |
| H A D | tfrc.h | |
| H A D | dibs.h | 42 * dibs device for exactly one (remote) sending dibs device. Only this 43 * sending device can send data into this dmb using move_data(). Sender 52 /* rgid - GID of designated remote sending device */ 289 * @dev: Local sending dibs device 342 * dibs devices can offer support for sending a control event of type 371 * @dev: Local sending ism device
|
| /linux/drivers/hid/ |
| H A D | hid-topre.c | 21 * events it's actually sending. It claims to send array events but is instead 22 * sending variable events.
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | keyboard_leds.c | 72 "Failed sending keyboard LEDs command: %d\n", ret); in send_kbbl_msg() 97 "EC reported failure sending keyboard LEDs command: %d\n", in set_kbbl() 150 "EC reported failure sending keyboard LEDs command: %d\n", in kbbl_init()
|
| /linux/drivers/net/ethernet/intel/ixd/ |
| H A D | ixd_virtchnl.c | 69 * Return: success or error if sending the get capability message fails 87 * Return: filled in virtchannel2 version info, ready for sending 148 * Return: success or error if sending fails or the response was not as expected
|
| /linux/sound/virtio/ |
| H A D | virtio_ctl_msg.h | 31 * virtsnd_ctl_msg_send_sync() - Simplified sending of synchronous message. 56 * virtsnd_ctl_msg_send_async() - Simplified sending of asynchronous message.
|
| /linux/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 58 Application Programmable Interface commands(API CMD) - Interface for sending 61 Management (MGMT) - the PF to MGMT channel that uses API CMD for sending MGMT 77 Command Queues(CMDQ) - The queues for sending commands for IO management and is
|