| /OK3568_Linux_fs/kernel/sound/soc/dwc/ |
| H A D | dwc-pcm.c | 112 new_ptr = dev->tx_fn(dev, substream->runtime, ptr, in dw_pcm_transfer() 176 dev->tx_fn = dw_pcm_tx_16; in dw_pcm_hw_params() 181 dev->tx_fn = dw_pcm_tx_32; in dw_pcm_hw_params()
|
| H A D | local.h | 112 unsigned int (*tx_fn)(struct dw_i2s_dev *dev, member
|
| /OK3568_Linux_fs/kernel/sound/soc/xtensa/ |
| H A D | xtfpga-i2s.c | 76 unsigned (*tx_fn)(struct xtfpga_i2s *i2s, member 166 unsigned new_tx_ptr = i2s->tx_fn(i2s, tx_substream->runtime, in xtfpga_pcm_push_tx() 409 i2s->tx_fn = (channels == 1) ? in xtfpga_pcm_hw_params() 415 i2s->tx_fn = (channels == 1) ? in xtfpga_pcm_hw_params()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | linux_pkt.c | 280 if (osh->pub.tx_fn) { in linux_pktfree() 281 osh->pub.tx_fn(osh->pub.tx_ctx, p, 0); in linux_pktfree()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | linux_pkt.c | 280 if (osh->pub.tx_fn) { in linux_pktfree() 281 osh->pub.tx_fn(osh->pub.tx_ctx, p, 0); in linux_pktfree()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | linux_pkt.c | 280 if (osh->pub.tx_fn) { in linux_pktfree() 281 osh->pub.tx_fn(osh->pub.tx_ctx, p, 0); in linux_pktfree()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | linux_pkt.c | 337 if (osh->pub.tx_fn) { in BCMFASTPATH() 338 osh->pub.tx_fn(osh->pub.tx_ctx, p, 0); in BCMFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | linux_pkt.c | 337 if (osh->pub.tx_fn) { in BCMFASTPATH() 338 osh->pub.tx_fn(osh->pub.tx_ctx, p, 0); in BCMFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linux_osl.h | 148 pktfree_cb_fn_t tx_fn; /**< Callback function for PKTFREE */ member 161 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linux_osl.h | 148 pktfree_cb_fn_t tx_fn; /**< Callback function for PKTFREE */ member 161 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linux_osl.h | 156 pktfree_cb_fn_t tx_fn; /**< Callback function for PKTFREE */ member 169 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linux_osl.h | 137 pktfree_cb_fn_t tx_fn; /**< Callback function for PKTFREE */ member 156 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linux_osl.h | 141 pktfree_cb_fn_t tx_fn; /**< Callback function for PKTFREE */ member 160 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | linux_osl.h | 144 pktfree_cb_fn_t tx_fn; /**< Callback function for PKTFREE */ member 155 ((osl_pubinfo_t*)osh)->tx_fn = _tx_fn; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | linux_osl.c | 1203 if (send && osh->pub.tx_fn) in osl_pktfree() 1204 osh->pub.tx_fn(osh->pub.tx_ctx, p, 0); in osl_pktfree()
|