Home
last modified time | relevance | path

Searched refs:txbuf_len (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/media/rc/
Dpwm-ir-tx.c28 unsigned int txbuf_len; member
106 pwm_ir->txbuf_len = count; in pwm_ir_tx_atomic()
132 if (pwm_ir->txbuf_index >= pwm_ir->txbuf_len) { in pwm_ir_timer()
/linux-6.12.1/drivers/usb/typec/tcpm/qcom/
Dqcom_pmic_typec_pdphy.c224 unsigned int val, hdr_len, txbuf_len, txsize_len; in qcom_pmic_typec_pdphy_pd_transmit_payload() local
231 txbuf_len = pd_header_cnt_le(msg->header) * 4; in qcom_pmic_typec_pdphy_pd_transmit_payload()
232 txsize_len = hdr_len + txbuf_len - 1; in qcom_pmic_typec_pdphy_pd_transmit_payload()
259 if (txbuf_len) { in qcom_pmic_typec_pdphy_pd_transmit_payload()
262 &msg->payload, txbuf_len); in qcom_pmic_typec_pdphy_pd_transmit_payload()
294 hdr_len, &msg->header, txbuf_len, &msg->payload, ret); in qcom_pmic_typec_pdphy_pd_transmit_payload()
/linux-6.12.1/drivers/net/wireless/ath/ath5k/
Dbase.c939 ah->txbuf_len = ATH_TXBUF; in ath5k_desc_alloc()
1172 ah->txbuf_len++; in ath5k_drain_tx_buffs()
1689 ah->txbuf_len--; in ath5k_tx_queue()
1700 ah->txbuf_len++; in ath5k_tx_queue()
1821 ah->txbuf_len++; in ath5k_tx_processq()
Dath5k.h1317 unsigned int txbuf_len; /* buf count in txbuf list */ member
Ddebug.c821 "available txbuffers: %d\n", ah->txbuf_len); in read_file_queue()