Home
last modified time | relevance | path

Searched refs:SEND (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst77 .. _LIRC-CAN-SET-SEND-CARRIER:
84 .. _LIRC-CAN-SET-SEND-DUTY-CYCLE:
140 .. _LIRC-CAN-SEND-RAW:
146 .. _LIRC-CAN-SEND-PULSE:
156 .. _LIRC-CAN-SEND-MODE2:
163 .. _LIRC-CAN-SEND-LIRCCODE:
/linux/net/sctp/
H A Dprimitive.c163 DECLARE_PRIMITIVE(SEND);
/linux/drivers/infiniband/sw/rdmavt/
H A Dtrace_cq.h20 wc_opcode_name(SEND), \
H A Dtrace_tx.h22 wr_opcode_name(SEND), \
/linux/drivers/accel/ivpu/
H A Divpu_hw_btrs.c190 return REGB_POLL_FLD(VPU_HW_BTRS_MTL_WP_REQ_CMD, SEND, 0, PLL_TIMEOUT_US); in wp_request_sync()
192 return REGB_POLL_FLD(VPU_HW_BTRS_LNL_WP_REQ_CMD, SEND, 0, PLL_TIMEOUT_US); in wp_request_sync()
236 val = REG_SET_FLD(VPU_HW_BTRS_MTL_WP_REQ_CMD, SEND, val); in wp_request_mtl()
260 val = REG_SET_FLD(VPU_HW_BTRS_LNL_WP_REQ_CMD, SEND, val); in wp_request_lnl()
/linux/drivers/mtd/devices/
H A Dspear_smi.c66 #define SEND (0x1 << 7) /* Send data */ macro
466 writel((bank << BANK_SHIFT) | SEND | TFIE | (bytes << TX_LEN_SHIFT), in spear_smi_erase_sector()
764 val = (bank << BANK_SHIFT) | SEND | (1 << TX_LEN_SHIFT) | in spear_smi_probe_flash()
/linux/ipc/
H A Dmqueue.c54 #define SEND 0 macro
706 * sr: SEND or RECV
1023 struct ext_wait_queue *sender = wq_get_first_waiter(info, SEND); in pipelined_receive()
1112 ret = wq_sleep(info, SEND, timeout, &wait); in do_mq_timedsend()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c3105 ipw_hdr->host_command_reg = SEND; in ipw2100_tx_send_data()