Searched refs:rx_fn (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/dwc/ |
| H A D | dwc-pcm.c | 117 new_ptr = dev->rx_fn(dev, substream->runtime, ptr, in dw_pcm_transfer() 177 dev->rx_fn = dw_pcm_rx_16; in dw_pcm_hw_params() 182 dev->rx_fn = dw_pcm_rx_32; in dw_pcm_hw_params()
|
| H A D | local.h | 115 unsigned int (*rx_fn)(struct dw_i2s_dev *dev, member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | linux_pkt.c | 284 if (osh->pub.rx_fn) { in linux_pktfree() 285 osh->pub.rx_fn(osh->pub.rx_ctx, p); in linux_pktfree()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | linux_pkt.c | 284 if (osh->pub.rx_fn) { in linux_pktfree() 285 osh->pub.rx_fn(osh->pub.rx_ctx, p); in linux_pktfree()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | linux_pkt.c | 284 if (osh->pub.rx_fn) { in linux_pktfree() 285 osh->pub.rx_fn(osh->pub.rx_ctx, p); in linux_pktfree()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | linux_pkt.c | 341 if (osh->pub.rx_fn) { in BCMFASTPATH() 342 osh->pub.rx_fn(osh->pub.rx_ctx, p); in BCMFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | linux_pkt.c | 341 if (osh->pub.rx_fn) { in BCMFASTPATH() 342 osh->pub.rx_fn(osh->pub.rx_ctx, p); in BCMFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linux_osl.h | 151 void (*rx_fn)(void *rx_ctx, void *p); member 167 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linux_osl.h | 151 void (*rx_fn)(void *rx_ctx, void *p); member 167 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linux_osl.h | 159 void (*rx_fn)(void *rx_ctx, void *p); member 175 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.h | 591 void (*rx_fn)(struct hns3_enet_ring *, struct sk_buff *));
|
| H A D | hns3_enet.c | 3227 void (*rx_fn)(struct hns3_enet_ring *, struct sk_buff *)) in hns3_clean_rx_ring() 3251 rx_fn(ring, ring->skb); in hns3_clean_rx_ring()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linux_osl.h | 146 void (*rx_fn)(void *rx_ctx, void *p); member 162 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linux_osl.h | 150 void (*rx_fn)(void *rx_ctx, void *p); member 166 ((osl_pubinfo_t*)osh)->rx_fn = _rx_fn; \
|