Searched refs:osl_pubinfo_t (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linux_osl.h | 148 } osl_pubinfo_t; typedef 156 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \ 157 ((osl_pubinfo_t*)osh)->tx_ctx = _tx_ctx; \ 162 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \ 163 ((osl_pubinfo_t*)osh)->rx_ctx = _rx_ctx; \ 169 ((osl_pubinfo_t*)osh)->rreg_fn = rreg; \ 170 ((osl_pubinfo_t*)osh)->wreg_fn = wreg; \ 171 ((osl_pubinfo_t*)osh)->reg_ctx = ctx; \ 318 #define SELECT_BUS_WRITE(osh, mmap_op, bus_op) if (((osl_pubinfo_t*)(osh))->mmbus) \ 320 #define SELECT_BUS_READ(osh, mmap_op, bus_op) (((osl_pubinfo_t*)(osh))->mmbus) ? \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linux_osl.h | 152 } osl_pubinfo_t; typedef 160 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \ 161 ((osl_pubinfo_t*)osh)->tx_ctx = _tx_ctx; \ 166 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \ 167 ((osl_pubinfo_t*)osh)->rx_ctx = _rx_ctx; \ 173 ((osl_pubinfo_t*)osh)->rreg_fn = rreg; \ 174 ((osl_pubinfo_t*)osh)->wreg_fn = wreg; \ 175 ((osl_pubinfo_t*)osh)->reg_ctx = ctx; \ 322 #define SELECT_BUS_WRITE(osh, mmap_op, bus_op) if (((osl_pubinfo_t*)(osh))->mmbus) \ 324 #define SELECT_BUS_READ(osh, mmap_op, bus_op) (((osl_pubinfo_t*)(osh))->mmbus) ? \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linux_osl.h | 153 } osl_pubinfo_t; typedef 161 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \ 162 ((osl_pubinfo_t*)osh)->tx_ctx = _tx_ctx; \ 167 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \ 168 ((osl_pubinfo_t*)osh)->rx_ctx = _rx_ctx; \ 310 #define SELECT_BUS_WRITE(osh, mmap_op, bus_op) if (((osl_pubinfo_t*)(osh))->mmbus) \ 312 #define SELECT_BUS_READ(osh, mmap_op, bus_op) (((osl_pubinfo_t*)(osh))->mmbus) ? \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linux_osl.h | 153 } osl_pubinfo_t; typedef 161 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \ 162 ((osl_pubinfo_t*)osh)->tx_ctx = _tx_ctx; \ 167 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \ 168 ((osl_pubinfo_t*)osh)->rx_ctx = _rx_ctx; \ 310 #define SELECT_BUS_WRITE(osh, mmap_op, bus_op) if (((osl_pubinfo_t*)(osh))->mmbus) \ 312 #define SELECT_BUS_READ(osh, mmap_op, bus_op) (((osl_pubinfo_t*)(osh))->mmbus) ? \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linux_osl.h | 161 } osl_pubinfo_t; typedef 169 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \ 170 ((osl_pubinfo_t*)osh)->tx_ctx = _tx_ctx; \ 175 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \ 176 ((osl_pubinfo_t*)osh)->rx_ctx = _rx_ctx; \ 318 #define SELECT_BUS_WRITE(osh, mmap_op, bus_op) if (((osl_pubinfo_t*)(osh))->mmbus) \ 320 #define SELECT_BUS_READ(osh, mmap_op, bus_op) (((osl_pubinfo_t*)(osh))->mmbus) ? \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | linux_osl.c | 1439 osl_rreg_fn_t rreg = ((osl_pubinfo_t*)osh)->rreg_fn; in osl_readb() 1440 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_readb() 1448 osl_rreg_fn_t rreg = ((osl_pubinfo_t*)osh)->rreg_fn; in osl_readw() 1449 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_readw() 1457 osl_rreg_fn_t rreg = ((osl_pubinfo_t*)osh)->rreg_fn; in osl_readl() 1458 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_readl() 1466 osl_wreg_fn_t wreg = ((osl_pubinfo_t*)osh)->wreg_fn; in osl_writeb() 1467 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_writeb() 1475 osl_wreg_fn_t wreg = ((osl_pubinfo_t*)osh)->wreg_fn; in osl_writew() 1476 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_writew() [all …]
|
| H A D | linux_osl_priv.h | 153 osl_pubinfo_t pub;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | linux_osl.c | 1439 osl_rreg_fn_t rreg = ((osl_pubinfo_t*)osh)->rreg_fn; in osl_readb() 1440 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_readb() 1448 osl_rreg_fn_t rreg = ((osl_pubinfo_t*)osh)->rreg_fn; in osl_readw() 1449 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_readw() 1457 osl_rreg_fn_t rreg = ((osl_pubinfo_t*)osh)->rreg_fn; in osl_readl() 1458 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_readl() 1466 osl_wreg_fn_t wreg = ((osl_pubinfo_t*)osh)->wreg_fn; in osl_writeb() 1467 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_writeb() 1475 osl_wreg_fn_t wreg = ((osl_pubinfo_t*)osh)->wreg_fn; in osl_writew() 1476 void *ctx = ((osl_pubinfo_t*)osh)->reg_ctx; in osl_writew() [all …]
|
| H A D | linux_osl_priv.h | 153 osl_pubinfo_t pub;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | linux_osl_priv.h | 139 osl_pubinfo_t pub;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | linux_osl_priv.h | 139 osl_pubinfo_t pub;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | linux_osl_priv.h | 139 osl_pubinfo_t pub;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | linux_osl.h | 147 } osl_pubinfo_t; typedef 155 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \ 156 ((osl_pubinfo_t*)osh)->tx_ctx = _tx_ctx; \ 274 #define SELECT_BUS_WRITE(osh, mmap_op, bus_op) if (((osl_pubinfo_t*)(osh))->mmbus) \ 276 #define SELECT_BUS_READ(osh, mmap_op, bus_op) (((osl_pubinfo_t*)(osh))->mmbus) ? \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | linux_osl.c | 191 osl_pubinfo_t pub;
|