Searched defs:__priv (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | hwif.h | 115 #define stmmac_set_tx_ic(__priv, __args...) \ argument 117 #define stmmac_get_tx_ls(__priv, __args...) \ argument 119 #define stmmac_tx_status(__priv, __args...) \ argument 127 #define stmmac_rx_status(__priv, __args...) \ argument 141 #define stmmac_set_mss(__priv, __args...) \ argument 217 #define stmmac_reset(__priv, __args...) \ argument 227 #define stmmac_axi(__priv, __args...) \ argument 245 #define stmmac_stop_tx(__priv, __args...) \ argument 249 #define stmmac_stop_rx(__priv, __args...) \ argument 406 #define stmmac_rx_ipc(__priv, __args...) \ argument [all …]
|
/linux-6.3-rc2/drivers/misc/ |
A D | hi6421v600-irq.c | 99 static irqreturn_t hi6421v600_irq_handler(int irq, void *__priv) in hi6421v600_irq_handler()
|
/linux-6.3-rc2/drivers/scsi/csiostor/ |
A D | csio_mb.h | 91 #define CSIO_INIT_MBP(__mbp, __cp, __tmo, __priv, __fn, __clear) \ argument
|
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/ |
A D | wsm.c | 85 #define wsm_cmd_lock(__priv) mutex_lock(&((__priv)->wsm_cmd_mux)) argument 86 #define wsm_cmd_unlock(__priv) mutex_unlock(&((__priv)->wsm_cmd_mux)) argument
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_drv.h | 1021 #define VMW_CMD_CTX_RESERVE(__priv, __bytes, __ctx_id) \ argument 1030 #define VMW_CMD_RESERVE(__priv, __bytes) \ argument
|
Completed in 16 milliseconds