Searched refs:dmux (Results 1 – 5 of 5) sorted by relevance
63 struct bam_dmux *dmux; member92 struct bam_dmux *dmux; member96 static void bam_dmux_pc_vote(struct bam_dmux *dmux, bool enable) in bam_dmux_pc_vote() argument98 reinit_completion(&dmux->pc_ack_completion); in bam_dmux_pc_vote()99 qcom_smem_state_update_bits(dmux->pc, dmux->pc_mask, in bam_dmux_pc_vote()100 enable ? dmux->pc_mask : 0); in bam_dmux_pc_vote()103 static void bam_dmux_pc_ack(struct bam_dmux *dmux) in bam_dmux_pc_ack() argument105 qcom_smem_state_update_bits(dmux->pc_ack, dmux->pc_ack_mask, in bam_dmux_pc_ack()106 dmux->pc_ack_state ? 0 : dmux->pc_ack_mask); in bam_dmux_pc_ack()107 dmux->pc_ack_state = !dmux->pc_ack_state; in bam_dmux_pc_ack()[all …]
1562 bam_dmux: bam-dmux {1563 compatible = "qcom,bam-dmux";
1576 bam_dmux: bam-dmux {1577 compatible = "qcom,bam-dmux";
1960 bam_dmux: bam-dmux {1961 compatible = "qcom,bam-dmux";
18953 F: Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml