Searched refs:apm (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/arch/arm64/boot/dts/apm/
H A DMakefile2 dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
3 dtb-$(CONFIG_ARCH_XGENE) += apm-merlin.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/apm/
H A DMakefile2 dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
3 dtb-$(CONFIG_ARCH_XGENE) += apm-merlin.dtb
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm.c32 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt, uint32_t rsp_opcode) argument
34 gpr_device_t *gdev = apm->gdev;
36 return audioreach_send_cmd_sync(&gdev->dev, gdev, &apm->result, &apm->lock,
37 NULL, &apm->wait, pkt, rsp_opcode);
40 static struct audioreach_graph *q6apm_get_audioreach_graph(struct q6apm *apm, uint32_t graph_id) argument
46 mutex_lock(&apm->lock);
47 graph = idr_find(&apm->graph_idr, graph_id);
48 mutex_unlock(&apm->lock);
55 info = idr_find(&apm
101 struct q6apm *apm = graph->apm; local
133 struct q6apm *apm; local
149 q6apm_get_apm_state(struct q6apm *apm) argument
173 __q6apm_find_module_by_mid(struct q6apm *apm, struct audioreach_graph_info *info, uint32_t mid) argument
608 struct q6apm *apm = dev_get_drvdata(dev->parent); local
724 struct q6apm *apm; local
762 struct q6apm *apm = graph->apm; local
771 struct q6apm *apm = dev_get_drvdata(&gdev->dev); local
[all...]
H A Dtopology.c27 static struct audioreach_graph_info *audioreach_tplg_alloc_graph_info(struct q6apm *apm, argument
34 mutex_lock(&apm->lock);
35 info = idr_find(&apm->graph_info_idr, graph_id);
36 mutex_unlock(&apm->lock);
50 mutex_lock(&apm->lock);
51 ret = idr_alloc_u32(&apm->graph_info_idr, info, &graph_id, graph_id, GFP_KERNEL);
52 mutex_unlock(&apm->lock);
55 dev_err(apm->dev, "Failed to allocate Graph ID (%x)\n", graph_id);
73 static struct audioreach_sub_graph *audioreach_tplg_alloc_sub_graph(struct q6apm *apm, argument
84 mutex_lock(&apm
115 audioreach_tplg_alloc_container(struct q6apm *apm, struct audioreach_sub_graph *sg, uint32_t container_id, bool *found) argument
161 audioreach_tplg_alloc_module(struct q6apm *apm, struct audioreach_container *cont, struct snd_soc_dapm_widget *w, uint32_t module_id, bool *found) argument
307 audioreach_parse_sg_tokens(struct q6apm *apm, struct snd_soc_tplg_private *private) argument
364 audioreach_parse_cont_tokens(struct q6apm *apm, struct audioreach_sub_graph *sg, struct snd_soc_tplg_private *private) argument
409 audioreach_parse_common_tokens(struct q6apm *apm, struct audioreach_container *cont, struct snd_soc_tplg_private *private, struct snd_soc_dapm_widget *w) argument
574 struct q6apm *apm = dev_get_drvdata(component->dev); local
820 struct q6apm *apm = dev_get_drvdata(c->dev); local
902 struct q6apm *apm = dev_get_drvdata(scomp->dev); local
956 struct q6apm *apm = dev_get_drvdata(comp->dev); local
970 struct q6apm *apm = dev_get_drvdata(comp->dev); local
1050 audioreach_connect_sub_graphs(struct q6apm *apm, struct snd_ar_control *m1, struct snd_ar_control *m2, bool connect) argument
1075 audioreach_is_vmixer_connected(struct q6apm *apm, struct snd_ar_control *m1, struct snd_ar_control *m2) argument
[all...]
H A Dq6apm.h90 struct q6apm *apm; member in struct:audioreach_graph
100 struct q6apm *apm; member in struct:q6apm_graph
139 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt,
H A Daudioreach.c367 static void audioreach_populate_graph(struct q6apm *apm, struct audioreach_graph_info *info, argument
441 void *audioreach_alloc_graph_pkt(struct q6apm *apm, struct audioreach_graph_info *info) argument
545 audioreach_populate_graph(apm, info, &params, sg_list, num_sub_graphs);
665 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0);
743 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0);
777 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0);
858 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0);
1023 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0);
1058 rc = q6apm_send_cmd_sync(graph->apm, pkt, 0);
1111 rc = q6apm_send_cmd_sync(graph->apm, pk
1184 audioreach_gain_set_vol_ctrl(struct q6apm *apm, struct audioreach_module *module, int vol) argument
[all...]
H A Daudioreach.h778 void *audioreach_alloc_graph_pkt(struct q6apm *apm, struct audioreach_graph_info
798 int audioreach_gain_set_vol_ctrl(struct q6apm *apm,
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_private.h64 * @apm_max: max adapter number in @apm
65 * @apm: identifies the AP adapters in the matrix
78 DECLARE_BITMAP(apm, 256);
159 int vfio_ap_mdev_resource_in_use(unsigned long *apm, unsigned long *aqm);
H A Dvfio_ap_ops.c157 if (test_bit_inv(AP_QID_CARD(apqn), matrix_mdev->matrix.apm) &&
645 matrix_mdev->shadow_apcb.apm,
706 bitmap_copy(prev_shadow_apm, matrix_mdev->shadow_apcb.apm, AP_DEVICES);
716 bitmap_and(matrix_mdev->shadow_apcb.apm, matrix_mdev->matrix.apm,
717 (unsigned long *)matrix_dev->info.apm, AP_DEVICES);
721 for_each_set_bit_inv(apid, matrix_mdev->shadow_apcb.apm, AP_DEVICES) {
734 clear_bit_inv(apid, matrix_mdev->shadow_apcb.apm);
749 return !bitmap_equal(prev_shadow_apm, matrix_mdev->shadow_apcb.apm,
826 for_each_set_bit_inv(apid, matrix_mdev->matrix.apm, AP_DEVICE
856 vfio_ap_mdev_log_sharing_err(struct ap_matrix_mdev *matrix_mdev, unsigned long *apm, unsigned long *aqm) argument
2272 vfio_ap_mdev_resource_in_use(unsigned long *apm, unsigned long *aqm) argument
2409 vfio_ap_filter_apid_by_qtype(unsigned long *apm, unsigned long *aqm) argument
[all...]
H A Dap_bus.c316 return ap_test_config(ap_qci_info->apm, id);
827 devres = test_bit_inv(card, ap_perms.apm) &&
868 if (test_bit_inv(card, ap_perms.apm) &&
880 * @apm: a bitmap specifying a set of APIDs comprising the APQNs to check
888 int ap_apqn_in_matrix_owned_by_def_drv(unsigned long *apm, argument
894 if (test_bit_inv(card, apm) &&
895 test_bit_inv(card, ap_perms.apm))
924 devres = test_bit_inv(card, ap_perms.apm) &&
1269 ap_qci_info->apm[0], ap_qci_info->apm[
[all...]
H A Dap_bus.h142 int (*in_use)(unsigned long *apm, unsigned long *aqm);
289 unsigned long apm[BITS_TO_LONGS(AP_DEVICES)]; member in struct:ap_perms
323 * The parameter apm is a bitmask which should be declared
324 * as DECLARE_BITMAP(apm, AP_DEVICES), the aqm parameter is
327 int ap_apqn_in_matrix_owned_by_def_drv(unsigned long *apm,
/linux-master/arch/arm64/boot/dts/
H A DMakefile8 subdir-y += apm
/linux-master/scripts/dtc/include-prefixes/arm64/
H A DMakefile8 subdir-y += apm
/linux-master/drivers/input/
H A DMakefile31 obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
H A Dapm-power.c17 #include <linux/apm-emulation.h>
61 handle->name = "apm-power";
103 .name = "apm-power",
/linux-master/drivers/char/
H A DMakefile16 obj-$(CONFIG_APM_EMULATION) += apm-emulation.o
/linux-master/arch/sh/boards/mach-hp6xx/
H A Dhp6xx_apm.c12 #include <linux/apm-emulation.h>
/linux-master/drivers/macintosh/
H A Dapm_emu.c10 #include <linux/apm-emulation.h>
/linux-master/arch/x86/realmode/rm/
H A Dreboot.S116 apm: label
/linux-master/arch/arm/mach-omap1/
H A Dboard-palmte.c27 #include <linux/apm-emulation.h>
/linux-master/drivers/net/ethernet/
H A DMakefile19 obj-$(CONFIG_NET_XGENE) += apm/
/linux-master/arch/x86/kernel/
H A DMakefile87 apm-y := apm_32.o
88 obj-$(CONFIG_APM) += apm.o
/linux-master/arch/arm/mach-pxa/
H A Dspitz_pm.c17 #include <linux/apm-emulation.h>
/linux-master/arch/x86/boot/
H A DMakefile40 setup-$(CONFIG_X86_APM_BOOT) += apm.o
/linux-master/arch/s390/include/asm/
H A Dap.h236 unsigned int apm[8]; /* AP ID mask */ member in struct:ap_tapq_hwinfo::__anon27::__anon29::ap_config_info

Completed in 481 milliseconds

12