Symbol: bam_dmux
drivers/net/wwan/qcom_bam_dmux.c
103
static void bam_dmux_pc_ack(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
132
static void bam_dmux_tx_wake_queues(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
146
static void bam_dmux_tx_stop_queues(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
162
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
188
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
206
bam_dmux_tx_queue(struct bam_dmux *dmux, struct sk_buff *skb)
drivers/net/wwan/qcom_bam_dmux.c
231
struct bam_dmux *dmux = bndev->dmux;
drivers/net/wwan/qcom_bam_dmux.c
337
struct bam_dmux *dmux = bndev->dmux;
drivers/net/wwan/qcom_bam_dmux.c
378
struct bam_dmux *dmux = container_of(work, struct bam_dmux, tx_wakeup_work);
drivers/net/wwan/qcom_bam_dmux.c
433
struct bam_dmux *dmux = container_of(work, struct bam_dmux, register_netdev_work);
drivers/net/wwan/qcom_bam_dmux.c
470
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
502
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
540
static void bam_dmux_cmd_open(struct bam_dmux *dmux, struct bam_dmux_hdr *hdr)
drivers/net/wwan/qcom_bam_dmux.c
559
static void bam_dmux_cmd_close(struct bam_dmux *dmux, struct bam_dmux_hdr *hdr)
drivers/net/wwan/qcom_bam_dmux.c
577
struct bam_dmux *dmux = skb_dma->dmux;
drivers/net/wwan/qcom_bam_dmux.c
614
static bool bam_dmux_power_on(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
63
struct bam_dmux *dmux;
drivers/net/wwan/qcom_bam_dmux.c
657
static void bam_dmux_power_off(struct bam_dmux *dmux)
drivers/net/wwan/qcom_bam_dmux.c
676
struct bam_dmux *dmux = data;
drivers/net/wwan/qcom_bam_dmux.c
699
struct bam_dmux *dmux = data;
drivers/net/wwan/qcom_bam_dmux.c
709
struct bam_dmux *dmux = dev_get_drvdata(dev);
drivers/net/wwan/qcom_bam_dmux.c
719
struct bam_dmux *dmux = dev_get_drvdata(dev);
drivers/net/wwan/qcom_bam_dmux.c
769
struct bam_dmux *dmux;
drivers/net/wwan/qcom_bam_dmux.c
854
struct bam_dmux *dmux = platform_get_drvdata(pdev);
drivers/net/wwan/qcom_bam_dmux.c
92
struct bam_dmux *dmux;
drivers/net/wwan/qcom_bam_dmux.c
96
static void bam_dmux_pc_vote(struct bam_dmux *dmux, bool enable)
drivers/remoteproc/qcom_q6v5_mss.c
2167
qproc->bam_dmux = of_platform_device_create(node, NULL, &pdev->dev);
drivers/remoteproc/qcom_q6v5_mss.c
2189
if (qproc->bam_dmux)
drivers/remoteproc/qcom_q6v5_mss.c
2190
of_platform_device_destroy(&qproc->bam_dmux->dev, NULL);
drivers/remoteproc/qcom_q6v5_mss.c
241
struct platform_device *bam_dmux;