/linux/sound/isa/cs423x/ |
H A D | cs4236.c | 104 { .id = "CSC0d32", .devs = { { "CSC0000" }, { "CSC0010" }, { "PNPb006" } } }, 106 { .id = "CSC1a32", .devs = { { "CSC0000" }, { "CSC0010" }, { "CSC0003" } } }, 108 { .id = "CSC4232", .devs = { { "CSC0000" }, { "CSC0002" }, { "CSC0003" } } }, 110 { .id = "CSC4236", .devs = { { "CSC0000" }, { "CSC0010" }, { "CSC0003" } } }, 112 { .id = "CSC7532", .devs = { { "CSC0000" }, { "CSC0010" }, { "CSCb006" } } }, 114 { .id = "CSC7632", .devs = { { "CSC0000" }, { "CSC0010" }, { "PNPb006" } } }, 116 { .id = "CSCf032", .devs = { { "CSC0000" }, { "CSC0010" }, { "CSC0003" } } }, 118 { .id = "CSCe825", .devs = { { "CSC0100" }, { "CSC0110" }, { "CSC010f" } } }, 120 { .id = "CSC0225", .devs = { { "CSC0000" }, { "CSC0010" }, { "CSC0003" } } }, 122 { .id = "CSC0225", .devs [all...] |
/linux/sound/isa/sb/ |
H A D | sb16.c | 123 { .id = "CTL0024", .devs = { { "CTL0031" } } }, 125 { .id = "CTL0025", .devs = { { "CTL0031" } } }, 127 { .id = "CTL0026", .devs = { { "CTL0031" } } }, 129 { .id = "CTL0027", .devs = { { "CTL0031" } } }, 131 { .id = "CTL0028", .devs = { { "CTL0031" } } }, 133 { .id = "CTL0029", .devs = { { "CTL0031" } } }, 135 { .id = "CTL002a", .devs = { { "CTL0031" } } }, 138 { .id = "CTL002b", .devs = { { "CTL0031" } } }, 140 { .id = "CTL002c", .devs = { { "CTL0031" } } }, 142 { .id = "CTL0051", .devs [all...] |
/linux/fs/crypto/ |
H A D | inline_crypt.c | 28 struct block_device **devs; in fscrypt_get_devices() local 31 devs = sb->s_cop->get_devices(sb, num_devs); in fscrypt_get_devices() 32 if (devs) in fscrypt_get_devices() 33 return devs; in fscrypt_get_devices() 35 devs = kmalloc(sizeof(*devs), GFP_KERNEL); in fscrypt_get_devices() 36 if (!devs) in fscrypt_get_devices() 38 devs[0] = sb->s_bdev; in fscrypt_get_devices() 40 return devs; in fscrypt_get_devices() 73 struct block_device **devs, in fscrypt_log_blk_crypto_impl() argument 99 struct block_device **devs; fscrypt_select_encryption_impl() local 167 struct block_device **devs; fscrypt_prepare_inline_crypt_key() local 219 struct block_device **devs; fscrypt_destroy_inline_crypt_key() local [all...] |
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_kunit_helpers.c | 174 struct ttm_test_devices *devs, in ttm_bo_kunit_init() argument 190 err = drm_gem_object_init(devs->drm, &bo->base, size); in ttm_bo_kunit_init() 193 bo->bdev = devs->ttm_dev; in ttm_bo_kunit_init() 224 struct ttm_test_devices *devs; in ttm_test_devices_basic() local 226 devs = kunit_kzalloc(test, sizeof(*devs), GFP_KERNEL); in ttm_test_devices_basic() 227 KUNIT_ASSERT_NOT_NULL(test, devs); in ttm_test_devices_basic() 229 devs->dev = drm_kunit_helper_alloc_device(test); in ttm_test_devices_basic() 230 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, devs->dev); in ttm_test_devices_basic() 233 devs in ttm_test_devices_basic() 246 struct ttm_test_devices *devs; ttm_test_devices_all() local 264 ttm_test_devices_put(struct kunit * test,struct ttm_test_devices * devs) ttm_test_devices_put() argument [all...] |
H A D | ttm_pool_test.c | 19 struct ttm_test_devices *devs; member 37 priv->devs = ttm_test_devices_basic(test); in ttm_pool_test_init() 47 ttm_test_devices_put(test, priv->devs); in ttm_pool_test_fini() 60 bo = ttm_bo_kunit_init(test, priv->devs, size, NULL); in ttm_tt_kunit_init() 78 struct ttm_test_devices *devs = priv->devs; in ttm_pool_pre_populated() local 89 ttm_pool_init(pool, devs->dev, NUMA_NO_NODE, true, false); in ttm_pool_pre_populated() 137 struct ttm_test_devices *devs = priv->devs; in ttm_pool_alloc_basic() local 153 ttm_pool_init(pool, devs in ttm_pool_alloc_basic() 198 struct ttm_test_devices *devs = priv->devs; ttm_pool_alloc_basic_dma_addr() local 337 struct ttm_test_devices *devs = priv->devs; ttm_pool_free_dma_alloc() local 368 struct ttm_test_devices *devs = priv->devs; ttm_pool_free_no_dma_alloc() local [all...] |
H A D | ttm_resource_test.c | 19 struct ttm_test_devices *devs; member 33 priv->devs = ttm_test_devices_all(test); in ttm_resource_test_init() 34 KUNIT_ASSERT_NOT_NULL(test, priv->devs); in ttm_resource_test_init() 45 ttm_test_devices_put(test, priv->devs); in ttm_resource_test_fini() 55 KUNIT_ASSERT_NOT_NULL(test, priv->devs->ttm_dev); in ttm_init_test_mocks() 57 priv->bo = ttm_bo_kunit_init(test, priv->devs, size, NULL); in ttm_init_test_mocks() 65 struct ttm_device *ttm_dev = priv->devs->ttm_dev; in ttm_init_test_manager() 127 man = ttm_manager_type(priv->devs->ttm_dev, place->mem_type); in ttm_resource_init_basic() 163 man = ttm_manager_type(priv->devs->ttm_dev, place->mem_type); in ttm_resource_init_pinned() 193 man = ttm_manager_type(priv->devs in ttm_resource_fini_basic() [all...] |
H A D | ttm_tt_test.c | 225 const struct ttm_test_devices *devs = test->priv; in ttm_tt_create_failed() local 232 devs->ttm_dev->funcs = &ttm_dev_empty_funcs; in ttm_tt_create_failed() 243 const struct ttm_test_devices *devs = test->priv; in ttm_tt_destroy_basic() local 256 ttm_tt_destroy(devs->ttm_dev, bo->ttm); in ttm_tt_destroy_basic() 261 const struct ttm_test_devices *devs = test->priv; in ttm_tt_populate_null_ttm() local 265 err = ttm_tt_populate(devs->ttm_dev, NULL, &ctx); in ttm_tt_populate_null_ttm() 271 const struct ttm_test_devices *devs = test->priv; in ttm_tt_populate_populated_ttm() local 286 err = ttm_tt_populate(devs->ttm_dev, tt, &ctx); in ttm_tt_populate_populated_ttm() 290 err = ttm_tt_populate(devs->ttm_dev, tt, &ctx); in ttm_tt_populate_populated_ttm() 296 const struct ttm_test_devices *devs in ttm_tt_unpopulate_basic() local 320 const struct ttm_test_devices *devs = test->priv; ttm_tt_unpopulate_empty_ttm() local 339 const struct ttm_test_devices *devs = test->priv; ttm_tt_swapin_basic() local [all...] |
/linux/drivers/comedi/drivers/ |
H A D | comedi_bond.c | 56 struct bonded_device **devs; member 68 struct bonded_device **devs; in bonding_dio_insn_bits() local 79 devs = devpriv->devs; in bonding_dio_insn_bits() 81 struct bonded_device *bdev = *devs++; in bonding_dio_insn_bits() 132 struct bonded_device **devs; in bonding_dio_insn_config() local 137 devs = devpriv->devs; in bonding_dio_insn_config() 138 for (bdev = *devs++; chan >= bdev->nchans; bdev = *devs in bonding_dio_insn_config() 187 struct bonded_device **devs; do_dev_config() local [all...] |
/linux/drivers/watchdog/ |
H A D | cpwd.c | 91 } devs[WD_NUMDEVS]; member 210 (p->devs[index].intr_mask); in cpwd_toggleintr() 226 cpwd_writew(WD_BLIMIT, p->devs[index].regs + WD_LIMIT); in cpwd_resetbrokentimer() 246 if (p->devs[id].runstatus & WD_STAT_BSTOP) { in cpwd_brokentimer() 264 if (cpwd_readb(p->devs[index].regs + WD_STATUS) & WD_S_RUNNING) in cpwd_pingtimer() 265 cpwd_readw(p->devs[index].regs + WD_DCNTR); in cpwd_pingtimer() 274 if (cpwd_readb(p->devs[index].regs + WD_STATUS) & WD_S_RUNNING) { in cpwd_stoptimer() 278 p->devs[index].runstatus |= WD_STAT_BSTOP; in cpwd_stoptimer() 294 p->devs[index].runstatus &= ~WD_STAT_BSTOP; in cpwd_starttimer() 296 p->devs[inde in cpwd_starttimer() [all...] |
/linux/drivers/gpu/host1x/ |
H A D | context.c | 29 cdl->devs = NULL; in host1x_memory_context_list_init() 38 cdl->devs = kcalloc(cdl->len, sizeof(*cdl->devs), GFP_KERNEL); in host1x_memory_context_list_init() 39 if (!cdl->devs) in host1x_memory_context_list_init() 43 ctx = &cdl->devs[i]; in host1x_memory_context_list_init() 99 device_unregister(&cdl->devs[i].dev); in host1x_memory_context_list_init() 101 kfree(cdl->devs); in host1x_memory_context_list_init() 102 cdl->devs = NULL; in host1x_memory_context_list_init() 113 device_unregister(&cdl->devs[i].dev); in host1x_memory_context_list_free() 115 kfree(cdl->devs); in host1x_memory_context_list_free() [all...] |
/linux/drivers/md/ |
H A D | raid10.c | 109 int size = offsetof(struct r10bio, devs[conf->geo.raid_disks]); in r10bio_pool_alloc() 167 r10_bio->devs[j].bio = bio; in r10buf_pool_alloc() 174 r10_bio->devs[j].repl_bio = bio; in r10buf_pool_alloc() 181 struct bio *rbio = r10_bio->devs[j].repl_bio; in r10buf_pool_alloc() 188 bio = r10_bio->devs[j].bio; in r10buf_pool_alloc() 216 if (r10_bio->devs[j].bio) in r10buf_pool_alloc() 217 bio_uninit(r10_bio->devs[j].bio); in r10buf_pool_alloc() 218 kfree(r10_bio->devs[j].bio); in r10buf_pool_alloc() 219 if (r10_bio->devs[j].repl_bio) in r10buf_pool_alloc() 220 bio_uninit(r10_bio->devs[ in r10buf_pool_alloc() 4258 raid10_takeover_raid0(struct mddev * mddev,sector_t size,int devs) raid10_takeover_raid0() argument [all...] |
/linux/sound/isa/ad1816a/ |
H A D | ad1816a.c | 47 { .id = "ADS7150", .devs = { { .id = "ADS7150" }, { .id = "ADS7151" } } }, 49 { .id = "ADS7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } }, 51 { .id = "ADS7181", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } }, 53 { .id = "AZT1022", .devs = { { .id = "AZT1018" }, { .id = "AZT2002" } } }, 55 { .id = "LWC1061", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } }, 57 { .id = "MDK1605", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } }, 59 { .id = "SMM7180", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } }, 61 { .id = "TER1112", .devs = { { .id = "ADS7180" }, { .id = "ADS7181" } } }, 63 { .id = "TER1112", .devs = { { .id = "TER1100" }, { .id = "TER1101" } } }, 65 { .id = "TER1411", .devs [all...] |
/linux/tools/net/ynl/samples/ |
H A D | devlink.c | 11 struct devlink_get_list *devs; in main() local 18 devs = devlink_get_dump(ys); in main() 19 if (!devs) in main() 22 ynl_dump_foreach(devs, d) { in main() 49 devlink_get_list_free(devs); in main() 56 devlink_get_list_free(devs); in main()
|
H A D | netdev.c | 63 struct netdev_dev_get_list *devs; in main() local 102 devs = netdev_dev_get_dump(ys); in main() 103 if (!devs) in main() 106 if (ynl_dump_empty(devs)) in main() 108 ynl_dump_foreach(devs, d) in main() 110 netdev_dev_get_list_free(devs); in main()
|
/linux/fs/bcachefs/ |
H A D | sb-members.h | 42 static inline unsigned dev_mask_nr(const struct bch_devs_mask *devs) in dev_mask_nr() argument 44 return bitmap_weight(devs->d, BCH_SB_MEMBERS_MAX); in dev_mask_nr() 47 static inline bool bch2_dev_list_has_dev(struct bch_devs_list devs, in bch2_dev_list_has_dev() argument 50 darray_for_each(devs, i) in bch2_dev_list_has_dev() 56 static inline void bch2_dev_list_drop_dev(struct bch_devs_list *devs, in bch2_dev_list_drop_dev() argument 59 darray_for_each(*devs, i) in bch2_dev_list_drop_dev() 61 darray_remove_item(devs, i); in bch2_dev_list_drop_dev() 66 static inline void bch2_dev_list_add_dev(struct bch_devs_list *devs, in bch2_dev_list_add_dev() argument 69 if (!bch2_dev_list_has_dev(*devs, dev)) { in bch2_dev_list_add_dev() 70 BUG_ON(devs in bch2_dev_list_add_dev() [all...] |
H A D | replicas_format.h | 8 __u8 devs[] __counted_by(nr_devs); 20 __u8 devs[] __counted_by(nr_devs); 29 (offsetof(typeof(*(_i)), devs) + (_i)->nr_devs) 33 (e)->devs[(e)->nr_devs - 1] = (d); \
|
H A D | replicas.c | 32 BUG_ON(e->devs[i] >= e->devs[i + 1]); in verify_replicas_entry() 38 bubble_sort(e->devs, e->nr_devs, u8_cmp); in bch2_replicas_entry_sort() 54 prt_printf(out, i ? " %u" : "%u", e->devs[i]); in bch2_replicas_entry_v0_to_text() 65 prt_printf(out, i ? " %u" : "%u", e->devs[i]); in bch2_replicas_entry_to_text() 85 if (r->devs[i] != BCH_SB_MEMBER_INVALID && in bch2_replicas_entry_sb_validate() 86 !bch2_member_exists(sb, r->devs[i])) { in bch2_replicas_entry_sb_validate() 87 prt_printf(err, "invalid device %u in entry ", r->devs[i]); in bch2_replicas_entry_sb_validate() 113 if (r->devs[i] != BCH_SB_MEMBER_INVALID && in bch2_replicas_entry_validate() 114 !bch2_dev_exists(c, r->devs[ in bch2_replicas_entry_validate() 201 bch2_devlist_to_replicas(struct bch_replicas_entry_v1 * e,enum bch_data_type data_type,struct bch_devs_list devs) bch2_devlist_to_replicas() argument 808 bch2_have_enough_devs(struct bch_fs * c,struct bch_devs_mask devs,unsigned flags,bool print) bch2_have_enough_devs() argument [all...] |
/linux/drivers/misc/keba/ |
H A D | cp500.c | 136 struct cp500_devs *devs; member 349 cp500->devs->i2c.offset, in cp500_register_i2c() 351 cp500->devs->i2c.offset + in cp500_register_i2c() 352 cp500->devs->i2c.size - 1, in cp500_register_i2c() 407 cp500->devs->spi.offset, in cp500_register_spi() 409 cp500->devs->spi.offset + in cp500_register_spi() 410 cp500->devs->spi.size - 1, in cp500_register_spi() 457 cp500->devs->fan.offset, in cp500_register_fan() 459 cp500->devs->fan.offset + in cp500_register_fan() 460 cp500->devs in cp500_register_fan() [all...] |
/linux/sound/isa/ |
H A D | als100.c | 60 .devs = { { "@@@0001" }, { "@X@0001" }, { "@H@0001" } }, 64 .devs = { { "@@@0001" }, { "@X@0001" }, { "@H@0001" } }, 68 .devs = { { "@@@0001" }, { "@X@0001" }, { "@H@0001" } }, 72 .devs = { { "@@@1001" }, { "@X@1001" }, { "@H@1001" } }, 76 .devs = { { "@@@2001" }, { "@X@2001" }, { "@H@2001" } }, 80 .devs = { { "@@@0020" }, { "@X@0020" }, { "@H@0001" } }, 84 .devs = { { "@@@0020" }, { "@X@0020" }, { "@H@0020" } }, 88 .devs = { { "@@@2001" }, { "@X@2001" }, { "@H@2001" } }, 102 acard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_als100_pnp() 106 acard->devmpu = pnp_request_card_device(card, id->devs[ in snd_card_als100_pnp() [all...] |
H A D | azt2320.c | 65 { .id = "AZT1008", .devs = { { "AZT1008" }, { "AZT2001" }, } }, 67 { .id = "AZT2320", .devs = { { "AZT0001" }, { "AZT0002" }, } }, 69 { .id = "AZT3000", .devs = { { "AZT1003" }, { "AZT2001" }, } }, 71 { .id = "AZT3002", .devs = { { "AZT1004" }, { "AZT2001" }, } }, 73 { .id = "AZT3005", .devs = { { "AZT1003" }, { "AZT2001" }, } }, 75 { .id = "AZT3011", .devs = { { "AZT1003" }, { "AZT2001" }, } }, 90 acard->dev = pnp_request_card_device(card, id->devs[0].id, NULL); in snd_card_azt2320_pnp() 94 acard->devmpu = pnp_request_card_device(card, id->devs[1].id, NULL); in snd_card_azt2320_pnp()
|
/linux/fs/erofs/ |
H A D | super.c | 148 if (!sbi->devs->flatdev && !dif->path) { in erofs_init_device() 163 } else if (!sbi->devs->flatdev) { in erofs_init_device() 212 if (sbi->devs->extra_devices && in erofs_scan_devices() 213 ondisk_extradevs != sbi->devs->extra_devices) { in erofs_scan_devices() 215 ondisk_extradevs, sbi->devs->extra_devices); in erofs_scan_devices() 226 if (!sbi->devs->extra_devices && !erofs_is_fscache_mode(sb)) in erofs_scan_devices() 227 sbi->devs->flatdev = true; in erofs_scan_devices() 231 down_read(&sbi->devs->rwsem); in erofs_scan_devices() 232 if (sbi->devs->extra_devices) { in erofs_scan_devices() 233 idr_for_each_entry(&sbi->devs in erofs_scan_devices() 809 erofs_free_dev_context(struct erofs_dev_context * devs) erofs_free_dev_context() argument [all...] |
/linux/Documentation/admin-guide/device-mapper/ |
H A D | striped.rst | 11 Parameters: <num devs> <chunk size> [<dev path> <offset>]+ 12 <num devs>: 39 my @devs = @ARGV; 46 $min_dev_size = `blockdev --getsz $devs[0]`; 48 my $this_size = `blockdev --getsz $devs[$i]`; 58 $table .= " $devs[$i] 0";
|
/linux/tools/perf/tests/shell/ |
H A D | stat.sh | 155 devs="/sys/bus/event_source/devices" 156 for i in $devs/cpu $devs/cpu_atom $devs/armv8_pmuv3_0 $devs/armv8_cortex_*
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_uiom.c | 456 INIT_LIST_HEAD(&pd->devs); in usnic_uiom_alloc_pd() 489 list_add_tail(&uiom_dev->link, &pd->devs); in usnic_uiom_attach_dev_to_pd() 508 list_for_each_entry(uiom_dev, &pd->devs, link) { in usnic_uiom_detach_dev_from_pd() 532 struct device **devs; in usnic_uiom_get_dev_list() local 536 devs = kcalloc(pd->dev_cnt + 1, sizeof(*devs), GFP_ATOMIC); in usnic_uiom_get_dev_list() 537 if (!devs) { in usnic_uiom_get_dev_list() 538 devs = ERR_PTR(-ENOMEM); in usnic_uiom_get_dev_list() 542 list_for_each_entry(uiom_dev, &pd->devs, link) { in usnic_uiom_get_dev_list() 543 devs[ in usnic_uiom_get_dev_list() 550 usnic_uiom_free_dev_list(struct device ** devs) usnic_uiom_free_dev_list() argument [all...] |
/linux/drivers/char/tpm/ |
H A D | tpm2-space.c | 589 struct tpm_chip *chip = container_of(dev, struct tpm_chip, devs); in tpm_devs_release() 601 cdev_device_del(&chip->cdevs, &chip->devs); in tpm_devs_remove() 602 put_device(&chip->devs); in tpm_devs_remove() 613 device_initialize(&chip->devs); in tpm_devs_add() 614 chip->devs.parent = chip->dev.parent; in tpm_devs_add() 615 chip->devs.class = &tpmrm_class; in tpm_devs_add() 618 * Get extra reference on main device to hold on behalf of devs. in tpm_devs_add() 623 chip->devs.release = tpm_devs_release; in tpm_devs_add() 624 chip->devs.devt = MKDEV(MAJOR(tpm_devt), chip->dev_num + TPM_NUM_DEVICES); in tpm_devs_add() 628 rc = dev_set_name(&chip->devs, "tpmr in tpm_devs_add() [all...] |