Searched refs:ids (Results 51 - 75 of 376) sorted by relevance

1234567891011>>

/linux-master/drivers/uio/
H A Duio_aec.c36 static struct pci_device_id ids[] = { variable in typeref:struct:pci_device_id
40 MODULE_DEVICE_TABLE(pci, ids);
141 .id_table = ids,
/linux-master/drivers/soundwire/
H A Dintel_init.c254 ctx->ids = kcalloc(num_slaves, sizeof(*ctx->ids), GFP_KERNEL);
255 if (!ctx->ids)
263 ctx->ids[i].id = slave->id;
264 ctx->ids[i].link_id = bus->link_id;
360 kfree(ctx->ids);
/linux-master/arch/mips/sgi-ip22/
H A Dip22-gio.c44 * @ids: array of of device match structures to search in
54 const struct gio_device_id *ids; local
56 for (ids = match; ids->id != 0xff; ids++)
57 if (ids->id == dev->id.id)
58 return ids;
/linux-master/include/linux/
H A Dsh_intc.h39 #define INTC_GROUP(enum_id, ids...) { enum_id, { ids } }
/linux-master/drivers/scsi/csiostor/
H A Dcsio_attr.c63 struct fc_rport_identifiers ids; local
67 ids.node_name = wwn_to_u64(csio_rn_wwnn(rn));
68 ids.port_name = wwn_to_u64(csio_rn_wwpn(rn));
69 ids.port_id = rn->nport_id;
70 ids.roles = FC_RPORT_ROLE_UNKNOWN;
78 rn->rport = fc_remote_port_add(shost, 0, &ids);
99 ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
101 ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
103 if (ids.roles != FC_RPORT_ROLE_UNKNOWN)
104 fc_remote_port_rolechg(rport, ids
[all...]
/linux-master/drivers/platform/x86/
H A Dacer-wireless.c59 .ids = acer_wireless_acpi_ids,
/linux-master/fs/squashfs/
H A Did.c42 if (index >= msblk->ids)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.h69 struct amdgpu_vmid ids[AMDGPU_NUM_VMID]; member in struct:amdgpu_vmid_mgr
/linux-master/drivers/acpi/
H A Dtiny-power-button.c73 .ids = tiny_power_button_device_ids,
H A Dacpi_cmos_rtc.c90 .ids = acpi_cmos_rtc_ids,
H A Dhed.c77 .ids = acpi_hed_ids,
/linux-master/arch/arm/mach-davinci/
H A Dcommon.c45 for (i = 0, dip = soc_info->ids; i < soc_info->ids_num;
/linux-master/tools/lib/perf/include/internal/
H A Devsel.h58 u32 ids; member in struct:perf_evsel
/linux-master/drivers/dax/
H A Dbus.h38 struct list_head ids; member in struct:dax_device_driver
/linux-master/include/linux/soundwire/
H A Dsdw_amd.h121 * @ids: array of slave_id, representing Slaves exposed across all enabled
129 struct sdw_extended_slave_id *ids; member in struct:sdw_amd_ctx
/linux-master/drivers/mfd/
H A Dmfd-core.c38 struct acpi_device_id *ids; member in struct:match_ids_walk_data
46 if (!acpi_match_device_ids(adev, wd->ids)) {
76 struct acpi_device_id ids[2] = {}; local
79 .ids = ids,
82 strscpy(ids[0].id, match->pnpid, sizeof(ids[0].id));
/linux-master/drivers/ipack/
H A Dipack.c40 ipack_match_id(const struct ipack_device_id *ids, struct ipack_device *idev) argument
42 if (ids) {
43 while (ids->vendor || ids->device) {
44 if (ipack_match_one_device(ids, idev))
45 return ids;
46 ids++;
358 /* Determine ID PROM Data Format. If we find the ids "IPAC" or "IPAH"
/linux-master/tools/perf/util/
H A Dmetricgroup.c274 * @ids: the metric IDs to match.
278 static int setup_metric_events(const char *pmu, struct hashmap *ids, argument
289 ids_size = hashmap__size(ids);
317 if (hashmap__find(ids, metric_id, &val_ptr)) {
681 hashmap__for_each_entry(ctx->ids, cur, bkt) {
867 hashmap__for_each_entry(root_metric->pctx->ids, cur, bkt) {
1149 left_count = hashmap__size(left->pctx->ids);
1155 right_count = hashmap__size(right->pctx->ids);
1416 hashmap__for_each_entry(m->pctx->ids, cur, bkt) {
1436 * parse_ids - Build the event string for the ids an
1447 parse_ids(bool metric_no_merge, struct perf_pmu *fake_pmu, struct expr_parse_ctx *ids, const char *modifier, bool group_events, const bool tool_events[PERF_TOOL_MAX], struct evlist **out_evlist) argument
[all...]
/linux-master/drivers/misc/
H A Dtifm_core.c46 struct tifm_device_id *ids = fm_drv->id_table; local
48 if (ids) {
49 while (ids->type) {
50 if (tifm_dev_match(sock, ids))
52 ++ids;
/linux-master/drivers/pci/
H A Dpci-driver.c95 * @ids: array of PCI device ID structures to search in
105 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, argument
108 if (ids) {
109 while (ids->vendor || ids->subvendor || ids->class_mask) {
110 if (pci_match_one_device(ids, dev))
111 return ids;
112 ids++;
140 const struct pci_device_id *found_id = NULL, *ids; local
192 const struct pci_device_id *ids = pdrv->id_table; local
[all...]
/linux-master/drivers/input/touchscreen/
H A Dcyttsp_core.c290 static void cyttsp_extract_track_ids(struct cyttsp_xydata *xy_data, int *ids) argument
292 ids[0] = xy_data->touch12_id >> 4;
293 ids[1] = xy_data->touch12_id & 0xF;
294 ids[2] = xy_data->touch34_id >> 4;
295 ids[3] = xy_data->touch34_id & 0xF;
321 int ids[CY_MAX_ID]; local
339 cyttsp_extract_track_ids(xy_data, ids);
346 input_mt_slot(input, ids[i]);
352 __set_bit(ids[i], used);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbase.c267 int ret, i, ids; local
410 ids = 0;
412 ids = max(ids, aux->id + 1);
413 if (!ids)
416 return nvkm_event_init(&nvkm_i2c_intr_func, &i2c->subdev, 4, ids, &i2c->event);
/linux-master/drivers/mcb/
H A Dmcb-core.c17 static const struct mcb_device_id *mcb_match_id(const struct mcb_device_id *ids, argument
20 if (ids) {
21 while (ids->device) {
22 if (ids->device == dev->id)
23 return ids;
24 ids++;
/linux-master/drivers/hwtracing/stm/
H A Dcore.c543 char **ids, unsigned int width)
554 for (n = 0, pn = NULL; ids[n] && !pn; n++)
555 pn = stp_policy_node_lookup(stm, ids[n]);
635 char *ids[] = { comm, "default", NULL }; local
639 err = stm_assign_first_policy(stmf->stm, &stmf->output, ids, 1);
729 char *ids[] = { NULL, NULL }; local
764 ids[0] = id->id;
765 ret = stm_assign_first_policy(stmf->stm, &stmf->output, ids,
992 char *ids[] = { NULL, "default", NULL }; local
1007 ids[
542 stm_assign_first_policy(struct stm_device *stm, struct stm_output *output, char **ids, unsigned int width) argument
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dsh_pfc.h123 * - ids: For each register field (from left to right, i.e. MSB to LSB),
128 #define PINMUX_CFG_REG(name, r, r_width, f_width, ids) \
131 BUILD_BUG_ON_ZERO(sizeof((const u16 []) { ids }) / sizeof(u16) != \
133 .enum_ids = (const u16 [(r_width / f_width) << f_width]) { ids }
143 * - ids: For each non-reserved register field (from left to right, i.e. MSB
148 #define PINMUX_CFG_REG_VAR(name, r, r_width, f_widths, ids) \
151 SET_NR_ENUM_IDS(sizeof((const u16 []) { ids }) / sizeof(u16)) \
152 .enum_ids = (const u16 []) { ids }
195 * - ids: For each register bit (from left to right, i.e. MSB to LSB), one
198 #define PINMUX_DATA_REG(name, r, r_width, ids) \
[all...]

Completed in 230 milliseconds

1234567891011>>