Searched refs:comps (Results 1 – 11 of 11) sorted by relevance
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | hda_component.c | 25 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_acpi_device_notify() 43 adev = parent->comps[0].adev; in hda_component_manager_bind_acpi_notifications() 47 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_bind_acpi_notifications() 75 adev = parent->comps[0].adev; in hda_component_manager_unbind_acpi_notifications() 92 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook() 97 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook() 102 for (i = 0; i < ARRAY_SIZE(parent->comps); i++) { in hda_component_manager_playback_hook() 140 memset(parent->comps, 0, sizeof(parent->comps)); in hda_component_manager_bind()
|
| /linux/arch/s390/boot/ |
| H A D | ipl_report.c | 21 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 D | rdma_core.h | 168 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 D | zram_drv.h | 106 struct zcomp *comps[ZRAM_MAX_COMPS]; member
|
| H A D | zram_drv.c | 1969 zstrm = zcomp_stream_get(zram->comps[prio]); in read_compressed_page() 1972 ret = zcomp_decompress(zram->comps[prio], zstrm, src, size, dst); in read_compressed_page() 2124 zstrm = zcomp_stream_get(zram->comps[ZRAM_PRIMARY_COMP]); in zram_write_page() 2126 ret = zcomp_compress(zram->comps[ZRAM_PRIMARY_COMP], zstrm, in zram_write_page() 2303 if (!zram->comps[prio]) in recompress_slot() 2306 zstrm = zcomp_stream_get(zram->comps[prio]); in recompress_slot() 2308 ret = zcomp_compress(zram->comps[prio], zstrm, in recompress_slot() 2710 struct zcomp *comp = zram->comps[prio]; in zram_destroy_comps() 2712 zram->comps[prio] = NULL; in zram_destroy_comps() 2789 zram->comps[prio] = comp; in disksize_store()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | user_sdma.h | 103 struct hfi1_sdma_comp_entry *comps; member
|
| H A D | file_ops.c | 542 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 D | ib_isert.h | 200 struct isert_comp *comps; member
|
| /linux/net/ethtool/ |
| H A D | coalesce.c | 189 profile[i].comps); in coalesce_put_profile() 486 ret = ethnl_update_irq_moder(irq_moder, &new_profile[i].comps, in ethnl_update_profile()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | alc269.c | 2854 hda_component_acpi_device_notify(&spec->comps, handle, event, data); in comp_bind() 2863 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_unbind() 2868 &spec->comps, 2877 hda_component_manager_unbind_acpi_notifications(cdc, &spec->comps, comp_acpi_device_notify); in comp_generic_playback_hook() 2878 hda_component_manager_unbind(cdc, &spec->comps); in comp_generic_playback_hook() 2891 hda_component_manager_playback_hook(&spec->comps, action); in comp_generic_fixup() 2902 ret = hda_component_manager_init(cdc, &spec->comps, count, bus, hid, 2910 hda_component_manager_free(&spec->comps, &comp_master_ops); in find_cirrus_companion_amps() 8040 hda_component_manager_free(&spec->comps, &comp_master_ops); in alc269_probe()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | main.c | 3615 int comps; in mlx5_ib_unbind_slave_port() local 3647 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port() 3648 if (comps) { in mlx5_ib_unbind_slave_port() 3653 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()
|