Searched refs:ids (Results 226 - 250 of 376) sorted by relevance

1234567891011>>

/linux-master/drivers/input/mouse/
H A Dpsmouse-base.c498 static bool psmouse_check_pnp_id(const char *id, const char * const ids[]) argument
502 for (i = 0; ids[i]; i++)
503 if (!strcasecmp(id, ids[i]))
510 * psmouse_matches_pnp_id - check if psmouse matches one of the passed in ids.
512 bool psmouse_matches_pnp_id(struct psmouse *psmouse, const char * const ids[]) argument
529 if (psmouse_check_pnp_id(p, ids)) {
/linux-master/drivers/fpga/
H A Ddfl.c557 const struct dfl_feature_id *ids = driver->id_table; local
559 if (ids) {
560 while (ids->id) {
561 if (ids->id == feature->id)
563 ids++;
/linux-master/net/wireless/
H A Dutil.c1932 static bool ieee80211_id_in_list(const u8 *ids, int n_ids, u8 id, bool id_ext) argument
1937 if (WARN_ON(ids[n_ids - 1] == WLAN_EID_EXTENSION))
1942 if (ids[i] == WLAN_EID_EXTENSION) {
1943 if (id_ext && (ids[i + 1] == id))
1950 if (ids[i] == id && !id_ext)
1978 const u8 *ids, int n_ids,
1992 if (!ieee80211_id_in_list(ids, n_ids, ies[pos + ext],
1977 ieee80211_ie_split_ric(const u8 *ies, size_t ielen, const u8 *ids, int n_ids, const u8 *after_ric, int n_after_ric, size_t offset) argument
/linux-master/drivers/input/touchscreen/
H A Dcyttsp4_core.c853 static void cyttsp4_final_sync(struct input_dev *input, int max_slots, int *ids) argument
858 if (ids[t])
874 int ids[max(CY_TMA1036_MAX_TCH, CY_TMA4XX_MAX_TCH)]; local
876 memset(ids, 0, si->si_ofs.tch_abs[CY_TCH_T].max * sizeof(int));
905 ids[t] = true;
959 cyttsp4_final_sync(md->input, si->si_ofs.tch_abs[CY_TCH_T].max, ids);
1937 /* shift track ids down to start at 0 */
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flow.c1352 struct ice_prof_id *ids; local
1360 ids = &hw->blk[blk].prof_id;
1361 prof_id = find_first_zero_bit(ids->id, ids->count);
1362 if (prof_id >= ids->count)
1411 set_bit(prof_id, ids->id);
H A Dice_ptp.c2901 struct auxiliary_device_id *ids; local
2904 ids = devm_kcalloc(ice_pf_to_dev(pf), 2,
2906 if (!ids)
2909 snprintf(ids[0].name, sizeof(ids[0].name), "ice.%s", name);
2911 return ids;
/linux-master/tools/perf/util/
H A Dsynthetic-events.c1847 nr += evsel->core.ids;
1872 for (j = 0; j < evsel->core.ids; j++, i++) {
2069 err = perf_event__synthesize_attr(tool, &evsel->core.attr, evsel->core.ids,
2147 u32 ids, u64 *id, perf_event__handler_t process)
2156 size += ids * sizeof(u64);
2164 memcpy(perf_record_header_attr_id(ev), id, ids * sizeof(u64));
2146 perf_event__synthesize_attr(struct perf_tool *tool, struct perf_event_attr *attr, u32 ids, u64 *id, perf_event__handler_t process) argument
/linux-master/kernel/bpf/
H A Dcore.c2523 u32 *ids; local
2531 ids = kcalloc(cnt, sizeof(u32), GFP_USER | __GFP_NOWARN);
2532 if (!ids)
2534 nospc = bpf_prog_array_copy_core(array, ids, cnt);
2535 err = copy_to_user(prog_ids, ids, cnt * sizeof(u32));
2536 kfree(ids);
/linux-master/drivers/acpi/acpica/
H A Dnsxfeval.c705 if (strcmp(cid->ids[i].string, info->hid) == 0) {
/linux-master/drivers/platform/x86/
H A Dfujitsu-tablet.c507 .ids = fujitsu_ids,
/linux-master/arch/arm/mach-davinci/
H A Dda850.c350 .ids = da850_ids,
/linux-master/include/scsi/
H A Dlibfc.h175 * @ids: The remote port identifiers and roles
195 struct fc_rport_identifiers ids; member in struct:fc_rport_priv
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-core.c395 if (dev->link[0].ids.regmapid >= 0x10003 && !(flags & 1)) {
1443 struct ddb_ids *devids = &input->port->dev->link[input->port->lnr].ids;
1850 link->ids.device == 0x0005) {
3005 dev->link[0].ids.hwid, dev->link[0].ids.regmapid);
3013 return sprintf(buf, "0x%08X\n", dev->link[0].ids.hwid);
3021 return sprintf(buf, "0x%08X\n", dev->link[0].ids.regmapid);
3039 return sprintf(buf, "%08x\n", dev->link[num].ids.devid);
3317 if (link->ids.regmapid < 0x00010002)
/linux-master/ipc/
H A Dsem.c169 #define sem_ids(ns) ((ns)->ids[IPC_SEM_IDS])
256 ipc_init_ids(&ns->ids[IPC_SEM_IDS]);
263 idr_destroy(&ns->ids[IPC_SEM_IDS].ipcs_idr);
264 rhashtable_destroy(&ns->ids[IPC_SEM_IDS].key_ht);
/linux-master/drivers/scsi/qedf/
H A Dqedf_debugfs.c365 rdata->ids.port_id,
/linux-master/include/uapi/linux/
H A Dperf_event.h534 * The below ids array length
543 * User provided buffer to store program ids
545 __u32 ids[]; member in struct:perf_event_query_bpf
/linux-master/drivers/platform/chrome/wilco_ec/
H A Devent.c520 .ids = event_acpi_ids,
/linux-master/tools/include/uapi/linux/
H A Dperf_event.h534 * The below ids array length
543 * User provided buffer to store program ids
545 __u32 ids[]; member in struct:perf_event_query_bpf
/linux-master/include/linux/
H A Dbtf.h490 return bsearch(&id, set->ids, set->cnt, sizeof(u32), btf_id_cmp_func) != NULL;
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c112 u16 sid = FIELD_GET(ARM_SMMU_SMR_ID, fwspec->ids[i]);
/linux-master/drivers/dax/
H A Dbus.c54 list_for_each_entry(dax_id, &dax_drv->ids, list)
119 list_add(&dax_id->list, &dax_drv->ids);
1594 INIT_LIST_HEAD(&dax_drv->ids);
1610 list_for_each_entry_safe(dax_id, _id, &dax_drv->ids, list) {
/linux-master/drivers/s390/cio/
H A Ddevice.c65 const struct ccw_device_id *ids = cdrv->ids, *found; local
67 if (!ids)
70 found = ccw_device_id_match(ids, &cdev->id);
/linux-master/drivers/acpi/x86/
H A Ds2idle.c538 .ids = lps0_device_ids,
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_sup.c520 uint32_t faddr, ids = 0; local
525 if (!qla24xx_read_flash_dword(ha, faddr, &ids)) {
526 *man_id = LSB(ids);
527 *flash_id = MSB(ids);
531 if (ids != 0xDEADDEAD && (*man_id == 0 || *flash_id == 0)) {
539 if (!qla24xx_read_flash_dword(ha, faddr, &ids)) {
540 *man_id = LSB(ids);
541 *flash_id = MSB(ids);
/linux-master/drivers/acpi/
H A Dacpi_lpss.c1322 .ids = acpi_lpss_device_ids,
1348 .ids = acpi_lpss_device_ids,

Completed in 330 milliseconds

1234567891011>>