Searched refs:ids (Results 176 - 200 of 376) sorted by relevance

1234567891011>>

/linux-master/drivers/input/mouse/
H A Dpsmouse.h143 bool psmouse_matches_pnp_id(struct psmouse *psmouse, const char * const ids[]);
/linux-master/include/net/
H A Dmptcp.h46 u8 ids[MPTCP_RM_IDS_MAX]; member in struct:mptcp_rm_list
/linux-master/include/linux/soundwire/
H A Dsdw_intel.h281 * @ids: array of slave_id, representing Slaves exposed across all enabled
296 struct sdw_extended_slave_id *ids; member in struct:sdw_intel_ctx
/linux-master/drivers/platform/x86/
H A Dasus-wireless.c187 .ids = device_ids,
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe.c82 /* If something in array of ids matches this device, return it. */
97 if (!drv->ids)
100 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL;
282 id = match_device(drv->ids, dev);
366 drv->driver.name = drv->name ? drv->name : drv->ids[0].devicetype;
/linux-master/Documentation/sphinx/
H A Dcdomain.py218 if targetname not in self.state.document.ids:
220 signode['ids'].append(targetname)
/linux-master/include/linux/
H A Dbtf_ids.h8 u32 ids[]; member in struct:btf_id_set
H A Diommu.h972 * @ids: IDs which this device may present to the IOMMU
983 u32 ids[]; member in struct:iommu_fwspec
1008 int iommu_fwspec_add_ids(struct device *dev, const u32 *ids, int num_ids);
1325 static inline int iommu_fwspec_add_ids(struct device *dev, u32 *ids, argument
1494 *stream_id = fwspec->ids[0] & 0xffff;
/linux-master/drivers/s390/crypto/
H A Dap_bus.h137 struct ap_device_id *ids; member in struct:ap_driver
H A Dzcrypt_cex4.c640 .ids = zcrypt_cex4_card_ids,
730 .ids = zcrypt_cex4_queue_ids,
/linux-master/drivers/iommu/
H A Dtegra-smmu.c494 tegra_smmu_enable(smmu, fwspec->ids[index], as->id);
504 tegra_smmu_disable(smmu, fwspec->ids[index], as->id);
529 tegra_smmu_disable(smmu, fwspec->ids[index], as->id);
913 unsigned int swgroup = fwspec->ids[0];
/linux-master/sound/soc/sof/amd/
H A Dacp-common.c148 acp_data->sdw->ids,
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb.h27 #include <media/dvb-usb-ids.h>
/linux-master/arch/s390/include/asm/
H A Dccwdev.h40 /* scan through an array of device ids and return the first
123 * @ids: ids supported by this driver
136 struct ccw_device_id *ids; member in struct:ccw_driver
/linux-master/include/acpi/
H A Dacpi_bus.h127 const struct acpi_device_id *ids; member in struct:acpi_scan_handler
169 const struct acpi_device_id *ids; /* Supported Hardware IDs */ member in struct:acpi_driver
246 struct list_head ids; /* _HID and _CIDs */ member in struct:acpi_device_pnp
665 const struct acpi_device_id *ids);
/linux-master/net/mptcp/
H A Doptions.c311 mp_opt->rm_list.ids[i] = *ptr++;
729 pr_debug("rm_list_ids[%d]=%d", i, opts->rm_list.ids[i]);
1620 0, opts->rm_list.ids[0]);
1625 id1 = opts->rm_list.ids[i];
1626 id2 = i + 1 < opts->rm_list.nr ? opts->rm_list.ids[i + 1] : TCPOPT_NOP;
1627 id3 = i + 2 < opts->rm_list.nr ? opts->rm_list.ids[i + 2] : TCPOPT_NOP;
1628 id4 = i + 3 < opts->rm_list.nr ? opts->rm_list.ids[i + 3] : TCPOPT_NOP;
H A Dpm_netlink.c791 u8 rm_id = rm_list->ids[i];
1391 list.ids[list.nr++] = addr->id;
1412 list.ids[list.nr++] = addr->id;
1449 list.ids[list.nr++] = 0;
1534 alist.ids[alist.nr++] = entry->addr.id;
1553 slist.ids[slist.nr++] = entry->addr.id;
1557 alist.ids[alist.nr++] = entry->addr.id;
1850 list.ids[list.nr++] = addr->id;
/linux-master/arch/x86/events/intel/
H A Duncore_snb.c1468 const struct pci_device_id *ids = tgl_uncore_pci_ids; local
1471 while (ids && ids->vendor) {
1472 mc_dev = pci_get_device(PCI_VENDOR_ID_INTEL, ids->device, NULL);
1475 ids++;
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c754 u16 *ids; local
760 ids = vlan->mc;
764 ids = vlan->uc;
771 EFX_WARN_ON_PARANOID(ids[i] != EFX_EF10_FILTER_ID_INVALID);
784 ids[j]);
785 ids[j] = EFX_EF10_FILTER_ID_INVALID;
792 ids[i] = efx_mcdi_filter_get_unsafe_id(rc);
811 ids[j]);
812 ids[j] = EFX_EF10_FILTER_ID_INVALID;
/linux-master/net/openvswitch/
H A Ddatapath.c1656 const struct nlattr *ids)
1660 if (!nla_len(ids) || nla_len(ids) % sizeof(u32))
1665 dp_nlsk_pids = kmalloc(sizeof(*dp_nlsk_pids) + nla_len(ids),
1670 dp_nlsk_pids->n_pids = nla_len(ids) / sizeof(u32);
1671 nla_memcpy(dp_nlsk_pids->pids, ids, nla_len(ids));
2373 struct nlattr *ids = a[OVS_VPORT_ATTR_UPCALL_PID]; local
2375 err = ovs_vport_set_upcall_portids(vport, ids);
1655 ovs_dp_set_upcall_portids(struct datapath *dp, const struct nlattr *ids) argument
/linux-master/drivers/isdn/mISDN/
H A Dtei.c244 DECLARE_BITMAP(ids, 64) = { [0 ... BITS_TO_LONGS(64) - 1] = 0 };
255 __set_bit(l2->ch.nr, ids);
257 i = find_next_zero_bit(ids, 64, 1);
268 DECLARE_BITMAP(ids, 64) = { [0 ... BITS_TO_LONGS(64) - 1] = 0 };
282 __set_bit(i, ids);
284 i = find_first_zero_bit(ids, 64);
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c637 const __u32 *ids; member in struct:id_stack
1354 decl_stack.ids = d->decl_stack + stack_start;
1374 id = decl_stack->ids[decl_stack->cnt - 1];
1400 id = decl_stack->ids[decl_stack->cnt - 1];
1436 id = decls->ids[--decls->cnt];
1521 next_id = decls->ids[decls->cnt - 1];
/linux-master/drivers/scsi/libfc/
H A Dfc_lport.c176 rdata->ids.port_id);
192 "%d state", rdata->ids.port_id,
200 if (rdata->ids.port_id == FC_FID_DIR_SERV)
202 else if (rdata->ids.port_id == FC_FID_MGMT_SERV)
251 lport->ptp_rdata->ids.port_name = remote_wwpn;
252 lport->ptp_rdata->ids.node_name = remote_wwnn;
/linux-master/tools/perf/
H A Dbuiltin-inject.c981 for (j = 0; j < evsel->core.ids; j++) {
1001 for (j = 0; j < evsel->core.ids; j++) {
1054 id_array = calloc(evsel->core.ids, sizeof(*id_array));
1058 vcpu_array = calloc(evsel->core.ids, sizeof(*vcpu_array));
1062 for (i = 0; i < evsel->core.ids; i++) {
1079 ret = perf_event__synthesize_attr(&inject->tool, &attr, evsel->core.ids,
1084 for (i = 0; i < evsel->core.ids; i++) {
1158 if (evsel->core.ids)
2221 OPT_BOOLEAN('b', "build-ids", &inject.build_ids,
2222 "Inject build-ids int
[all...]
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c692 qsort(set->ids, set->cnt, sizeof(set->ids[0]), cmp_id);

Completed in 507 milliseconds

1234567891011>>