| /dflybsd-src/sys/dev/drm/ |
| H A D | linux_irq.c | 36 void *dev_id; member 56 irq_entry->handler(irq_entry->irq, irq_entry->dev_id); in linux_irq_handler() 79 irq_entry->dev_id = dev; in request_irq() 103 free_irq(unsigned int irq, void *dev_id) in free_irq() argument 106 struct drm_device *ddev = dev_id; in free_irq() 112 if ((irq_entry->irq == irq) && (irq_entry->dev_id == dev_id)) { in free_irq() 120 irq, dev_id); in free_irq() 149 ddev = irq_entry->dev_id; in disable_irq() 168 ddev = irq_entry->dev_id; in enable_irq()
|
| /dflybsd-src/sys/dev/drm/amd/powerplay/smumgr/ |
| H A D | vega10_smumgr.c | 134 uint32_t dev_id; in vega10_verify_smc_interface() local 143 dev_id = adev->pdev->device; in vega10_verify_smc_interface() 146 if (!((dev_id == 0x687f) && in vega10_verify_smc_interface()
|
| H A D | ci_smumgr.c | 236 uint32_t dev_id; in ci_initialize_power_tune_defaults() local 238 dev_id = adev->pdev->device; in ci_initialize_power_tune_defaults() 240 switch (dev_id) { in ci_initialize_power_tune_defaults() 1304 uint32_t dev_id; in ci_populate_all_memory_levels() local 1324 dev_id = adev->pdev->device; in ci_populate_all_memory_levels() 1327 && ((dev_id == 0x67B0) || (dev_id == 0x67B1))) { in ci_populate_all_memory_levels()
|
| H A D | iceland_smumgr.c | 284 uint32_t dev_id; in iceland_initialize_power_tune_defaults() local 286 dev_id = adev->pdev->device; in iceland_initialize_power_tune_defaults() 288 switch (dev_id) { in iceland_initialize_power_tune_defaults()
|
| H A D | tonga_smumgr.c | 1576 uint32_t hw_revision, dev_id; in tonga_populate_clock_stretcher_data_table() local 1582 dev_id = adev->pdev->device; in tonga_populate_clock_stretcher_data_table() 1613 if (ASICID_IS_TONGA_P(dev_id, hw_revision)) { in tonga_populate_clock_stretcher_data_table()
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/bios/ |
| H A D | bios_parser.c | 614 info->dev_id = in bios_parser_get_device_tag() 2767 static uint32_t enum_first_device_id(uint32_t dev_id) in enum_first_device_id() argument 2770 if (dev_id & ATOM_DEVICE_CRT_SUPPORT) in enum_first_device_id() 2772 else if (dev_id & ATOM_DEVICE_DFP_SUPPORT) in enum_first_device_id() 2774 else if (dev_id & ATOM_DEVICE_LCD_SUPPORT) in enum_first_device_id() 2776 else if (dev_id & ATOM_DEVICE_TV_SUPPORT) in enum_first_device_id() 2778 else if (dev_id & ATOM_DEVICE_CV_SUPPORT) in enum_first_device_id() 2783 dm_error("%s: incorrect input %d\n", __func__, dev_id); in enum_first_device_id() 2795 static uint32_t enum_next_dev_id(uint32_t dev_id) in enum_next_dev_id() argument 2798 switch (dev_id) { in enum_next_dev_id() [all …]
|
| H A D | bios_parser2.c | 803 info->dev_id = device_type_from_device_id(object->device_tag); in bios_parser_get_device_tag()
|
| /dflybsd-src/sys/dev/drm/include/linux/ |
| H A D | interrupt.h | 62 void free_irq(unsigned int irq, void *dev_id);
|
| /dflybsd-src/contrib/wpa_supplicant/src/p2p/ |
| H A D | p2p_group.c | 842 const u8 *dev_id) in p2p_group_get_client() argument 847 if (os_memcmp(dev_id, m->dev_addr, ETH_ALEN) == 0) in p2p_group_get_client() 910 int p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, in p2p_group_go_discover() argument 918 m = p2p_group_get_client(group, dev_id); in p2p_group_go_discover() 931 MACSTR, MAC2STR(dev_id)); in p2p_group_go_discover()
|
| H A D | p2p_dev_disc.c | 19 const u8 *dev_id) in p2p_build_dev_disc_req() argument 34 p2p_buf_add_device_id(buf, dev_id); in p2p_build_dev_disc_req()
|
| H A D | p2p.h | 631 const u8 *req_dev_types, const u8 *dev_id, u16 pw_id); 1244 const u8 *dev_id, unsigned int search_delay, 1852 int p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, 1921 void p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id,
|
| H A D | p2p.c | 1155 const u8 *dev_id, unsigned int search_delay, in p2p_find() argument 1176 if (dev_id) { in p2p_find() 1177 os_memcpy(p2p->find_dev_id_buf, dev_id, ETH_ALEN); in p2p_find() 1256 p2p->req_dev_types, dev_id, in p2p_find() 1264 p2p->req_dev_types, dev_id, in p2p_find() 1270 p2p->req_dev_types, dev_id, in p2p_find() 3508 void p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id, in p2p_scan_ie() argument 3533 if (dev_id) in p2p_scan_ie() 3534 p2p_buf_add_device_id(ies, dev_id); in p2p_scan_ie()
|
| /dflybsd-src/sys/dev/netif/tx/ |
| H A D | if_txvar.h | 99 u_int16_t dev_id; member
|
| H A D | if_tx.c | 168 if (vid == t->ven_id && did == t->dev_id) { in epic_probe()
|
| /dflybsd-src/sys/bus/cam/scsi/ |
| H A D | scsi_sg.h | 97 uint32_t dev_id; member
|
| H A D | scsi_sg.c | 475 idlun.dev_id = xpt_path_target_id(periph->path); in sgioctl()
|
| /dflybsd-src/contrib/cryptsetup/lib/ |
| H A D | libdevmapper.c | 197 static char *lookup_dev(const char *dev_id) in lookup_dev() argument 203 if (sscanf(dev_id, "%" PRIu32 ":%" PRIu32, &major, &minor) != 2) in lookup_dev()
|
| /dflybsd-src/sys/dev/drm/amd/display/include/ |
| H A D | grph_object_ctrl_defs.h | 105 struct device_id dev_id; member
|
| /dflybsd-src/sys/dev/drm/amd/display/dc/core/ |
| H A D | dc_link.c | 1184 if (!bp_funcs->is_device_id_supported(dc_ctx->dc_bios, link->device_tag.dev_id)) in construct() 1186 if (link->device_tag.dev_id.device_type == DEVICE_TYPE_CRT in construct() 1189 if (link->device_tag.dev_id.device_type == DEVICE_TYPE_LCD in construct() 1211 link->device_tag.dev_id.raw_device_tag) { in construct()
|
| /dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/ |
| H A D | vega10_processpptables.c | 705 uint32_t dev_id; in get_dcefclk_voltage_dependency_table() local 718 dev_id = adev->pdev->device; in get_dcefclk_voltage_dependency_table() 721 if (dev_id == 0x6863 && rev_id == 0 && in get_dcefclk_voltage_dependency_table()
|
| /dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
| H A D | p2p_supplicant.h | 75 const u8 *dev_id, unsigned int search_delay,
|
| H A D | README-P2P | 75 [dev_id=<addr>] [dev_type=<device type>] \ 88 The optional dev_id option can be used to specify a single P2P peer to 100 p2p_find 5 dev_id=11:22:33:44:55:66 seek=alt.example.chat seek=alt.example.video 105 dev_id - Optional to request responses from a single known remote device
|
| H A D | p2p_supplicant.c | 353 const u8 *req_dev_types, const u8 *dev_id, u16 pw_id) in wpas_p2p_scan() argument 442 p2p_scan_ie(wpa_s->global->p2p, ies, dev_id, bands); in wpas_p2p_scan() 6824 const u8 *dev_id, unsigned int search_delay, in wpas_p2p_find() argument 6843 num_req_dev_types, req_dev_types, dev_id, in wpas_p2p_find()
|
| /dflybsd-src/sys/dev/raid/mps/ |
| H A D | mps_mapping.c | 381 _mapping_get_mt_idx_from_id(struct mps_softc *sc, u64 dev_id) in _mapping_get_mt_idx_from_id() argument 388 if (mt_entry->physical_id == dev_id) in _mapping_get_mt_idx_from_id()
|
| /dflybsd-src/sys/dev/raid/mpr/ |
| H A D | mpr_mapping.c | 402 _mapping_get_mt_idx_from_id(struct mpr_softc *sc, u64 dev_id) in _mapping_get_mt_idx_from_id() argument 409 if (mt_entry->physical_id == dev_id) in _mapping_get_mt_idx_from_id()
|