Searched refs:comps (Results 1 - 23 of 23) sorted by relevance

/linux-master/sound/pci/hda/
H A Dhda_component.c18 void hda_component_acpi_device_notify(struct hda_component *comps, int num_comps, argument
24 if (comps[i].dev && comps[i].acpi_notify)
25 comps[i].acpi_notify(acpi_device_handle(comps[i].adev), event,
26 comps[i].dev);
32 struct hda_component *comps, int num_comps,
40 adev = comps[0].adev;
46 comps[i].acpi_notifications_supported;
64 struct hda_component *comps,
31 hda_component_manager_bind_acpi_notifications(struct hda_codec *cdc, struct hda_component *comps, int num_comps, acpi_notify_handler handler, void *data) argument
63 hda_component_manager_unbind_acpi_notifications(struct hda_codec *cdc, struct hda_component *comps, acpi_notify_handler handler) argument
81 hda_component_manager_playback_hook(struct hda_component *comps, int num_comps, int action) argument
126 hda_component_manager_init(struct hda_codec *cdc, struct hda_component *comps, int count, const char *bus, const char *hid, const char *match_str, const struct component_master_ops *ops) argument
[all...]
H A Dhda_component.h32 void hda_component_acpi_device_notify(struct hda_component *comps, int num_comps,
35 struct hda_component *comps, int num_comps,
38 struct hda_component *comps,
41 static inline void hda_component_acpi_device_notify(struct hda_component *comps, argument
50 struct hda_component *comps,
60 struct hda_component *comps,
66 void hda_component_manager_playback_hook(struct hda_component *comps, int num_comps,
70 struct hda_component *comps, int count,
79 struct hda_component *comps)
81 return component_bind_all(hda_codec_dev(cdc), comps);
49 hda_component_manager_bind_acpi_notifications(struct hda_codec *cdc, struct hda_component *comps, int num_comps, acpi_notify_handler handler, void *data) argument
59 hda_component_manager_unbind_acpi_notifications(struct hda_codec *cdc, struct hda_component *comps, acpi_notify_handler handler) argument
78 hda_component_manager_bind(struct hda_codec *cdc, struct hda_component *comps) argument
84 hda_component_manager_unbind(struct hda_codec *cdc, struct hda_component *comps) argument
87 component_unbind_all(hda_codec_dev(cdc), comps); local
[all...]
H A Dtas2781_hda_i2c.c709 struct hda_component *comps = master_data; local
714 if (!comps || tas_hda->priv->index < 0 ||
718 comps = &comps[tas_hda->priv->index];
719 if (comps->dev)
722 codec = comps->codec;
736 comps->dev = dev;
738 strscpy(comps->name, dev_name(dev), sizeof(comps->name));
742 comps
754 struct hda_component *comps = master_data; local
[all...]
H A Dcs35l56_hda.c686 struct hda_component *comps = master_data; local
689 if (!comps || cs35l56->index < 0 || cs35l56->index >= HDA_MAX_COMPONENTS)
692 comps = &comps[cs35l56->index];
693 if (comps->dev)
696 comps->dev = dev;
697 cs35l56->codec = comps->codec;
698 strscpy(comps->name, dev_name(dev), sizeof(comps->name));
699 comps
721 struct hda_component *comps = master_data; local
[all...]
H A Dcs35l41_hda.c1289 struct hda_component *comps = master_data; local
1293 if (!comps || cs35l41->index < 0 || cs35l41->index >= HDA_MAX_COMPONENTS)
1296 comps = &comps[cs35l41->index];
1297 if (comps->dev)
1304 comps->dev = dev;
1307 comps->codec->core.subsystem_id);
1308 cs35l41->codec = comps->codec;
1309 strscpy(comps->name, dev_name(dev), sizeof(comps
1359 struct hda_component *comps = master_data; local
[all...]
H A Dpatch_realtek.c136 struct hda_component comps[HDA_MAX_COMPONENTS]; member in struct:alc_spec
6784 hda_component_acpi_device_notify(spec->comps, ARRAY_SIZE(spec->comps),
6794 ret = hda_component_manager_bind(cdc, spec->comps);
6799 spec->comps, ARRAY_SIZE(spec->comps),
6808 hda_component_manager_unbind_acpi_notifications(cdc, spec->comps, comp_acpi_device_notify);
6809 hda_component_manager_unbind(cdc, spec->comps);
6822 hda_component_manager_playback_hook(spec->comps, ARRAY_SIZE(spec->comps), actio
[all...]
/linux-master/arch/s390/boot/
H A Dipl_report.c21 static struct ipl_rb_components *comps; variable in typeref:struct:ipl_rb_components
39 for_each_rb_entry(comp, comps)
69 for_each_rb_entry(comp, comps)
115 comps = NULL;
126 comps = (struct ipl_rb_components *) rb_hdr;
139 if (!comps || !certs) {
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c20 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS]; member in struct:mdp_path
160 index = __get_pipe(path->mdp_dev, path->comps[0].comp->public_id);
178 ctx = &path->comps[index];
229 ctx = &path->comps[index];
250 ctx = &path->comps[index];
290 ret = mdp_comp_ctx_config(mdp, &path->comps[index],
340 ctx = &path->comps[index];
360 ctx = &path->comps[index];
376 ctx = &path->comps[index];
421 ctx = &path->comps[inde
595 struct mdp_comp *comps = NULL; local
[all...]
H A Dmtk-mdp3-cmdq.h35 struct mdp_comp *comps; member in struct:mdp_cmdq_cmd
H A Dmtk-mdp3-comp.h261 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num);
262 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num);
H A Dmtk-mdp3-comp.c1680 int mdp_comp_clocks_on(struct device *dev, struct mdp_comp *comps, int num) argument
1685 struct mdp_dev *m = comps[i].mdp_dev;
1693 ret = mdp_comp_clock_on(dev, &comps[i]);
1697 id = comps[i].public_id;
1710 void mdp_comp_clocks_off(struct device *dev, struct mdp_comp *comps, int num) argument
1715 struct mdp_dev *m = comps[i].mdp_dev;
1723 mdp_comp_clock_off(dev, &comps[i]);
1725 id = comps[i].public_id;
/linux-master/include/linux/
H A Ddim.h39 * @comps: Completion counter
45 u16 comps; member in struct:dim_cq_moder
266 * @comps: number of completions to set
270 dim_update_sample_with_comps(u16 event_ctr, u64 packets, u64 bytes, u64 comps, argument
274 s->comp_ctr = comps;
/linux-master/include/trace/events/
H A Drdma_core.h168 u16 comps,
172 TP_ARGS(cq, comps, usec),
176 __field(unsigned int, comps)
182 __entry->comps = comps;
186 TP_printk("cq.id=%u comps=%u usec=%u",
187 __entry->cq_id, __entry->comps, __entry->usec
/linux-master/drivers/block/zram/
H A Dzram_drv.h109 struct zcomp *comps[ZRAM_MAX_COMPS]; member in struct:zram
H A Dzram_drv.c1334 zstrm = zcomp_stream_get(zram->comps[prio]);
1347 zcomp_stream_put(zram->comps[prio]);
1430 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]);
1436 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]);
1464 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]);
1481 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]);
1488 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]);
1502 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]);
1605 if (!zram->comps[prio])
1616 zstrm = zcomp_stream_get(zram->comps[pri
[all...]
/linux-master/drivers/infiniband/core/
H A Dcq.c45 u16 comps = rdma_dim_prof[dim->profile_ix].comps; local
49 trace_cq_modify(cq, comps, usec);
50 cq->device->ops.modify_cq(cq, comps, usec);
/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h103 struct hfi1_sdma_comp_entry *comps; member in struct:hfi1_user_sdma_comp_q
H A Duser_sdma.c165 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps)
167 if (!cq->comps)
182 vfree(cq->comps);
242 vfree(fd->cq->comps);
1219 cq->comps[idx].errcode = -ret;
1221 cq->comps[idx].status = state;
H A Dfile_ops.c542 memaddr = (u64)cq->comps;
543 memlen = PAGE_ALIGN(sizeof(*cq->comps) * cq->nentries);
/linux-master/drivers/infiniband/ulp/isert/
H A Dib_isert.h200 struct isert_comp *comps; member in struct:isert_device
/linux-master/arch/s390/kernel/
H A Dipl.c2456 struct ipl_rb_components *comps; local
2476 comps = ptr;
2477 comps->rbt = IPL_RBT_COMPONENTS;
2478 ptr += sizeof(*comps);
2483 comps->len = ptr - (void *)comps;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c3201 int comps; local
3231 comps = mpi->mdev_refcnt;
3232 if (comps) {
3237 for (i = 0; i < comps; i++)
/linux-master/drivers/media/i2c/ccs/
H A Dccs-core.c2068 struct v4l2_rect **comps)
2077 if (comps)
2078 *comps = v4l2_subdev_state_get_compose(sd_state,
2065 ccs_get_crop_compose(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_rect **crops, struct v4l2_rect **comps) argument

Completed in 307 milliseconds