Searched refs:ids (Results 26 - 50 of 376) sorted by relevance

1234567891011>>

/linux-master/drivers/regulator/
H A Dmax8907-regulator.c46 #define REG_LDO(ids, supply, base, min, max, step) \
47 [MAX8907_##ids] = { \
48 .name = #ids, \
50 .id = MAX8907_##ids, \
63 #define REG_FIXED(ids, supply, voltage) \
64 [MAX8907_##ids] = { \
65 .name = #ids, \
67 .id = MAX8907_##ids, \
75 #define REG_OUT5V(ids, supply, base, voltage) \
76 [MAX8907_##ids]
[all...]
/linux-master/drivers/firewire/
H A Ddevice-attribute-test.c102 int ids[4] = {0, 0, 0, 0}; local
159 get_modalias_ids(&unit0, ids);
160 KUNIT_EXPECT_MEMEQ(test, ids, unit0_expected_ids, sizeof(ids));
183 int ids[4] = {0, 0, 0, 0}; local
237 get_modalias_ids(&unit0, ids);
238 KUNIT_EXPECT_MEMEQ(test, ids, unit0_expected_ids, sizeof(ids));
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c15 struct xarray ids; member in struct:mlx5e_post_act
59 xa_init_flags(&post_act->ids, XA_FLAGS_ALLOC1);
74 xa_destroy(&post_act->ids);
137 err = xa_alloc(&post_act->ids, &handle->id, post_attr,
164 xa_erase(&post_act->ids, handle->id);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci.c33 static char ids[1024] __initdata;
34 module_param_string(ids, ids, sizeof(ids), 0);
35 MODULE_PARM_DESC(ids, "Initial PCI IDs to add to the vfio driver, format is \"vendor:device[:subvendor[:subdevice[:class[:class_mask]]]]\" and multiple comma separated entries can be specified");
211 /* no ids passed actually */
212 if (ids[0] == '\0')
215 /* add ids specified in the module parameter */
216 p = ids;
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-main.c188 dev->link[0].ids.vendor = id->vendor;
189 dev->link[0].ids.device = id->device;
190 dev->link[0].ids.subvendor = id->subvendor;
191 dev->link[0].ids.subdevice = pdev->subsystem_device;
192 dev->link[0].ids.devid = (id->device << 16) | id->vendor;
215 dev->link[0].ids.hwid = ddbreadl(dev, 0);
216 dev->link[0].ids.regmapid = ddbreadl(dev, 4);
219 dev->link[0].ids.hwid, dev->link[0].ids.regmapid);
/linux-master/drivers/mmc/core/
H A Dsdio_bus.c96 const struct sdio_device_id *ids; local
98 ids = sdrv->id_table;
100 if (ids) {
101 while (ids->class || ids->vendor || ids->device) {
102 if (sdio_match_one(func, ids))
103 return ids;
104 ids++;
/linux-master/arch/x86/kernel/
H A Drtc.c138 static const char * const ids[] __initconst =
144 for (i = 0; i < ARRAY_SIZE(ids); i++) {
145 if (compare_pnp_id(dev->id, ids[i]) != 0)
/linux-master/drivers/nvme/host/
H A Dsysfs.c107 struct nvme_ns_ids *ids = &head->ids; local
112 if (!uuid_is_null(&ids->uuid))
113 return sysfs_emit(buf, "uuid.%pU\n", &ids->uuid);
115 if (memchr_inv(ids->nguid, 0, sizeof(ids->nguid)))
116 return sysfs_emit(buf, "eui.%16phN\n", ids->nguid);
118 if (memchr_inv(ids->eui64, 0, sizeof(ids->eui64)))
119 return sysfs_emit(buf, "eui.%8phN\n", ids
144 struct nvme_ns_ids *ids = &dev_to_ns_head(dev)->ids; local
271 struct nvme_ns_ids *ids = &dev_to_ns_head(dev)->ids; local
[all...]
/linux-master/include/linux/
H A Dadb.h57 int adb_register(int default_id,int handler_id,struct adb_ids *ids,
/linux-master/net/ipv6/netfilter/
H A Dip6t_frag.c64 id_match(fraginfo->ids[0], fraginfo->ids[1],
88 return id_match(fraginfo->ids[0], fraginfo->ids[1],
/linux-master/include/uapi/linux/
H A Dvirtio_input.h66 struct virtio_input_devids ids; member in union:virtio_input_config::__anon203
/linux-master/drivers/soc/samsung/
H A Dexynos-asv.h17 unsigned int ids; member in struct:asv_limit_entry
H A Dexynos5422-asv.c341 int hpm, ids, i; local
361 ids = (pkgid_reg >> EXYNOS5422_IDS_OFFSET) & EXYNOS5422_IDS_MASK;
364 if (ids <= __asv_limits[i].ids)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c150 if (test_symbols[j].id != test_set.ids[i])
158 test_set.ids[i]);
163 if (!ASSERT_LE(test_set.ids[i - 1], test_set.ids[i], "sort_check"))
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dbinding.c17 u16 ids[MAX_MACS_IN_BINDING]; member in struct:iwl_mvm_iface_iterator_data
50 cmd.macs[i] = cpu_to_le32(FW_CMD_ID_AND_COLOR(data->ids[i],
85 data->ids[data->idx] = mvmvif->id;
124 data.ids[data.idx] = mvmvif->id;
/linux-master/arch/arm/mach-davinci/
H A Dcommon.h38 struct davinci_id *ids; member in struct:davinci_soc_info
/linux-master/fs/squashfs/
H A Dsquashfs_fs_sb.h68 unsigned int ids; member in struct:squashfs_sb_info
/linux-master/drivers/acpi/
H A Dcontainer.c91 .ids = container_device_ids,
109 .ids = container_device_ids,
/linux-master/drivers/pci/
H A Dsearch.c287 * @vendor: PCI vendor id to match, or %PCI_ANY_ID to match all vendor ids
288 * @device: PCI device id to match, or %PCI_ANY_ID to match all device ids
289 * @ss_vendor: PCI subsystem vendor id to match, or %PCI_ANY_ID to match all vendor ids
290 * @ss_device: PCI subsystem device id to match, or %PCI_ANY_ID to match all device ids
318 * @vendor: PCI vendor id to match, or %PCI_ANY_ID to match all vendor ids
319 * @device: PCI device id to match, or %PCI_ANY_ID to match all device ids
399 * @ids: A pointer to a null terminated list of struct pci_device_id structures
408 int pci_dev_present(const struct pci_device_id *ids) argument
412 while (ids->vendor || ids
[all...]
/linux-master/drivers/soundwire/
H A Damd_init.c185 kfree(ctx->ids);
212 ctx->ids = kcalloc(num_slaves, sizeof(*ctx->ids), GFP_KERNEL);
213 if (!ctx->ids)
223 ctx->ids[i].id = slave->id;
224 ctx->ids[i].link_id = bus->link_id;
/linux-master/drivers/scsi/libfc/
H A Dfc_disc.c384 struct fc_rport_identifiers ids; local
428 ids.port_id = ntoh24(np->fp_fid);
429 ids.port_name = ntohll(np->fp_wwpn);
431 if (ids.port_id != lport->port_id &&
432 ids.port_name != lport->wwpn) {
433 rdata = fc_rport_create(lport, ids.port_id);
435 rdata->ids.port_name = ids.port_name;
440 "(%6.6x)\n", ids.port_id);
598 if (rdata->ids
[all...]
H A Dfc_rport.c111 if (tmp_rdata->ids.port_id == port_id &&
147 rdata->ids.node_name = -1;
148 rdata->ids.port_name = -1;
149 rdata->ids.port_id = port_id;
150 rdata->ids.roles = FC_RPORT_ROLE_UNKNOWN;
267 struct fc_rport_identifiers ids; local
281 ids = rdata->ids;
289 rport = fc_remote_port_add(lport->host, 0, &ids);
335 port_id = rdata->ids
[all...]
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c128 unsigned int *ids; local
161 ids = kcalloc(type->num_boxes + 1, sizeof(unsigned int), GFP_KERNEL);
162 if (!ids)
173 *ids = unit->box_id;
178 ids[i] = type->ids[i];
181 if (unit->box_id == ids[i]) {
188 ids[i] = unit->box_id;
190 kfree(type->ids);
193 type->ids
[all...]
/linux-master/ipc/
H A Dnamespace.c118 * @ids: the table of ipcs to free
123 void free_ipcs(struct ipc_namespace *ns, struct ipc_ids *ids, argument
130 down_write(&ids->rwsem);
132 in_use = ids->in_use;
135 perm = idr_find(&ids->ipcs_idr, next_id);
143 up_write(&ids->rwsem);
/linux-master/sound/soc/intel/atom/
H A Dsst-atom-controls.c292 * @ids: list of algorithms
298 const char *pipe, struct sst_ids *ids)
306 list_for_each_entry(algo, &ids->algo_list, node) {
514 static int sst_set_pipe_gain(struct sst_ids *ids,
522 struct sst_ids *ids = w->priv; local
525 sst_find_and_send_pipe_algo(drv, w->name, ids);
526 sst_set_pipe_gain(ids, drv, 0);
559 * fill_swm_input - fill in the SWM input ids given the register
599 static int sst_set_pipe_gain(struct sst_ids *ids, argument
607 list_for_each_entry(gain, &ids
297 sst_find_and_send_pipe_algo(struct sst_data *drv, const char *pipe, struct sst_ids *ids) argument
628 struct sst_ids *ids = w->priv; local
1004 struct sst_ids *ids = w->priv; local
1041 struct sst_ids *ids = w->priv; local
1343 struct sst_ids *ids = p->sink->priv; local
1359 struct sst_ids *ids = p->source->priv; local
1392 struct sst_ids *ids = w->priv; local
1486 sst_fill_linked_widgets(struct snd_soc_component *component, struct sst_ids *ids) argument
1511 struct sst_ids *ids = w->priv; local
[all...]

Completed in 194 milliseconds

1234567891011>>