Home
last modified time | relevance | path

Searched refs:comps (Results 1 – 14 of 14) sorted by relevance

/linux/sound/pci/hda/
H A Dhda_component.c25 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_acpi_device_notify()
44 adev = parent->comps[0].adev; in hda_component_manager_bind_acpi_notifications()
48 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_bind_acpi_notifications()
76 adev = parent->comps[0].adev; in hda_component_manager_unbind_acpi_notifications()
93 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook()
98 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook()
103 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook()
144 memset(parent->comps, 0, sizeof(parent->comps)); in hda_component_manager_bind()
H A Dhda_component.h34 struct hda_component comps[HDA_MAX_COMPONENTS]; member
89 if (index < 0 || index >= ARRAY_SIZE(parent->comps)) in hda_component_from_index()
92 return &parent->comps[index]; in hda_component_from_index()
H A Dpatch_realtek.c138 struct hda_component_parent comps; member
962 hda_component_manager_free(&spec->comps, &comp_master_ops); in alc_free()
7044 hda_component_acpi_device_notify(&spec->comps, handle, event, data); in comp_acpi_device_notify()
7053 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind()
7058 &spec->comps, in comp_bind()
7067 hda_component_manager_unbind_acpi_notifications(cdc, &spec->comps, comp_acpi_device_notify); in comp_unbind()
7068 hda_component_manager_unbind(cdc, &spec->comps); in comp_unbind()
7081 hda_component_manager_playback_hook(&spec->comps, action); in comp_generic_playback_hook()
7092 ret = hda_component_manager_init(cdc, &spec->comps, count, bus, hid, in comp_generic_fixup()
7100 hda_component_manager_free(&spec->comps, &comp_master_ops); in comp_generic_fixup()
/linux/arch/s390/boot/
H A Dipl_report.c21 static struct ipl_rb_components *comps; variable
38 for_each_rb_entry(comp, comps) in get_cert_comp_list_size()
68 for_each_rb_entry(comp, comps) in copy_components_bootdata()
114 comps = NULL; in read_ipl_report()
125 comps = (struct ipl_rb_components *) rb_hdr; in read_ipl_report()
138 if (!comps || !certs) { in read_ipl_report()
/linux/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;
187 __entry->cq_id, __entry->comps, __entry->usec
/linux/drivers/block/zram/
H A Dzram_drv.c1572 zstrm = zcomp_stream_get(zram->comps[prio]); in read_compressed_page()
1575 ret = zcomp_decompress(zram->comps[prio], zstrm, src, size, dst); in read_compressed_page()
1578 zcomp_stream_put(zram->comps[prio]); in read_compressed_page()
1732 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1734 ret = zcomp_compress(zram->comps[ZRAM_PRIMARY_COMP], zstrm, in zram_write_page()
1739 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1746 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1770 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1782 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
1790 zcomp_stream_put(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page()
[all …]
/linux/drivers/infiniband/core/
H A Dcq.c45 u16 comps = rdma_dim_prof[dim->profile_ix].comps; in ib_cq_rdma_dim_work() local
49 trace_cq_modify(cq, comps, usec); in ib_cq_rdma_dim_work()
50 cq->device->ops.modify_cq(cq, comps, usec); in ib_cq_rdma_dim_work()
/linux/drivers/infiniband/hw/hfi1/
H A Duser_sdma.c165 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps) in hfi1_user_sdma_alloc_queues()
167 if (!cq->comps) in hfi1_user_sdma_alloc_queues()
182 vfree(cq->comps); in hfi1_user_sdma_alloc_queues()
242 vfree(fd->cq->comps); in hfi1_user_sdma_free_queues()
1219 cq->comps[idx].errcode = -ret; in set_comp_state()
1221 cq->comps[idx].status = state; in set_comp_state()
H A Duser_sdma.h103 struct hfi1_sdma_comp_entry *comps; member
H A Dfile_ops.c542 memaddr = (u64)cq->comps; in hfi1_file_mmap()
543 memlen = PAGE_ALIGN(sizeof(*cq->comps) * cq->nentries); in hfi1_file_mmap()
/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.h200 struct isert_comp *comps; member
/linux/net/ethtool/
H A Dcoalesce.c189 profile[i].comps); in coalesce_put_profile()
486 ret = ethnl_update_irq_moder(irq_moder, &new_profile[i].comps, in ethnl_update_profile()
/linux/arch/s390/kernel/
H A Dipl.c2434 struct ipl_rb_components *comps; in ipl_report_finish() local
2454 comps = ptr; in ipl_report_finish()
2455 comps->rbt = IPL_RBT_COMPONENTS; in ipl_report_finish()
2456 ptr += sizeof(*comps); in ipl_report_finish()
2461 comps->len = ptr - (void *)comps; in ipl_report_finish()
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c3457 int comps; in mlx5_ib_unbind_slave_port() local
3487 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port()
3488 if (comps) { in mlx5_ib_unbind_slave_port()
3493 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()