Symbol: bam_dmux
drivers/net/wwan/qcom_bam_dmux.c
102
static void bam_dmux_pc_ack(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
131
static void bam_dmux_tx_wake_queues(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
145
static void bam_dmux_tx_stop_queues(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
161
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
187
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
205
bam_dmux_tx_queue(struct bam_dmux *dmux, struct sk_buff *skb)
drivers/net/wwan/qcom_bam_dmux.c
230
struct bam_dmux *dmux = bndev->dmux;
drivers/net/wwan/qcom_bam_dmux.c
336
struct bam_dmux *dmux = bndev->dmux;
drivers/net/wwan/qcom_bam_dmux.c
377
struct bam_dmux *dmux = container_of(work, struct bam_dmux, tx_wakeup_work);
drivers/net/wwan/qcom_bam_dmux.c
432
struct bam_dmux *dmux = container_of(work, struct bam_dmux, register_netdev_work);
drivers/net/wwan/qcom_bam_dmux.c
469
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
501
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
539
static void bam_dmux_cmd_open(struct bam_dmux *dmux, struct bam_dmux_hdr *hdr)
drivers/net/wwan/qcom_bam_dmux.c
558
static void bam_dmux_cmd_close(struct bam_dmux *dmux, struct bam_dmux_hdr *hdr)
drivers/net/wwan/qcom_bam_dmux.c
576
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
613
static bool bam_dmux_power_on(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
62
struct bam_dmux *dmux;
drivers/net/wwan/qcom_bam_dmux.c
656
static void bam_dmux_power_off(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
675
struct bam_dmux *dmux = data;
drivers/net/wwan/qcom_bam_dmux.c
698
struct bam_dmux *dmux = data;
drivers/net/wwan/qcom_bam_dmux.c
708
struct bam_dmux *dmux = dev_get_drvdata(dev);
drivers/net/wwan/qcom_bam_dmux.c
718
struct bam_dmux *dmux = dev_get_drvdata(dev);
drivers/net/wwan/qcom_bam_dmux.c
768
struct bam_dmux *dmux;
drivers/net/wwan/qcom_bam_dmux.c
853
struct bam_dmux *dmux = platform_get_drvdata(pdev);
drivers/net/wwan/qcom_bam_dmux.c
91
struct bam_dmux *dmux;
drivers/net/wwan/qcom_bam_dmux.c
95
static void bam_dmux_pc_vote(struct bam_dmux *dmux, bool enable)
drivers/remoteproc/qcom_q6v5_mss.c
2205
qproc->bam_dmux = of_platform_device_create(node, NULL, &pdev->dev);
drivers/remoteproc/qcom_q6v5_mss.c
2227
if (qproc->bam_dmux)
drivers/remoteproc/qcom_q6v5_mss.c
2228
of_platform_device_destroy(&qproc->bam_dmux->dev, NULL);
drivers/remoteproc/qcom_q6v5_mss.c
243
struct platform_device *bam_dmux;