Searched refs:SEND (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/userspace-api/media/rc/ |
H A D | lirc-get-features.rst | 77 .. _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 D | primitive.c | 109 * Format: SEND(association id, buffer address, byte count [,context] 163 DECLARE_PRIMITIVE(SEND);
|
/linux/drivers/accel/ivpu/ |
H A D | ivpu_hw_btrs.c | 191 return REGB_POLL_FLD(VPU_HW_BTRS_MTL_WP_REQ_CMD, SEND, 0, PLL_TIMEOUT_US); in wp_request_sync() 193 return REGB_POLL_FLD(VPU_HW_BTRS_LNL_WP_REQ_CMD, SEND, 0, PLL_TIMEOUT_US); in wp_request_sync() 237 val = REG_SET_FLD(VPU_HW_BTRS_MTL_WP_REQ_CMD, SEND, val); in wp_request_mtl() 261 val = REG_SET_FLD(VPU_HW_BTRS_LNL_WP_REQ_CMD, SEND, val); in wp_request_lnl()
|
/linux/drivers/mtd/devices/ |
H A D | spear_smi.c | 66 #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/drivers/infiniband/sw/rdmavt/ |
H A D | trace_tx.h | 22 wr_opcode_name(SEND), \
|
/linux/drivers/tty/serial/ |
H A D | imx.c | 194 SEND, enumerator 442 if (sport->tx_state == SEND) { in imx_uart_stop_tx() 684 * We cannot simply do nothing here if sport->tx_state == SEND already in imx_uart_start_tx() 686 * imx_uart_stop_tx(), but tx_state is still SEND. in imx_uart_start_tx() 734 sport->tx_state = SEND; in imx_uart_start_tx() 737 sport->tx_state = SEND; in imx_uart_start_tx() 1667 if (sport->tx_state == WAIT_AFTER_RTS || sport->tx_state == SEND) in imx_uart_shutdown() 1672 * WAIT_AFTER_RTS, or if tx_state was SEND and there is no in imx_uart_shutdown()
|
/linux/ipc/ |
H A D | mqueue.c | 55 #define SEND 0 macro 713 * sr: SEND or RECV 1049 struct ext_wait_queue *sender = wq_get_first_waiter(info, SEND); in pipelined_receive() 1138 ret = wq_sleep(info, SEND, timeout, &wait); in do_mq_timedsend()
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 613 #define SEND 33 macro
|
H A D | ipw2100.c | 3106 ipw_hdr->host_command_reg = SEND; in ipw2100_tx_send_data()
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 118 HR_OPC_MAP(SEND, SEND), 3825 HR_WC_OP_MAP(SEND, SEND), 3826 HR_WC_OP_MAP(SEND_WITH_INV, SEND), 3827 HR_WC_OP_MAP(SEND_WITH_IMM, SEND), 3849 HR_WC_OP_MAP(SEND, RECV),
|