/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler.c | 152 ir3_compiler_create(struct fd_device *dev, const struct fd_dev_id *dev_id, in ir3_compiler_create() argument
|
H A D | ir3_compiler.h | 43 const struct fd_dev_id *dev_id; member
|
/third_party/mesa3d/src/freedreno/ir3/tests/ |
H A D | delay.c | 154 struct fd_dev_id dev_id = { in main() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | gmemtool.c | 162 struct fd_dev_id dev_id = { in main() local
|
H A D | freedreno_screen.h | 84 const struct fd_dev_id *dev_id; member
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | a4xx.c | 334 a4xx_init(struct fd_device *dev, const struct fd_dev_id *dev_id) in a4xx_init() argument
|
H A D | main.c | 170 parse_perfcntrs(const struct fd_dev_id *dev_id, const char *perfcntrstr, in parse_perfcntrs() argument 242 const struct fd_dev_id *dev_id = fd_pipe_dev_id(pipe); in main() local
|
H A D | a6xx.c | 529 a6xx_init(struct fd_device *dev, const struct fd_dev_id *dev_id) in a6xx_init() argument
|
/third_party/mesa3d/src/freedreno/ds/ |
H A D | fd_pps_driver.h | 37 const struct fd_dev_id *dev_id; member in pps::FreedrenoDriver
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_dev_disc.c | 17 p2p_build_dev_disc_req(struct p2p_data *p2p, struct p2p_device *go, const u8 *dev_id) p2p_build_dev_disc_req() argument
|
H A D | p2p_group.c | 910 int p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, in p2p_group_go_discover() argument 841 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) p2p_group_get_client() argument
|
H A D | p2p.c | 3510 void p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id, in p2p_scan_ie() argument 1154 p2p_find(struct p2p_data *p2p, unsigned int timeout, enum p2p_discovery_type type, unsigned int num_req_dev_types, const u8 *req_dev_types, const u8 *dev_id, unsigned int search_delay, u8 seek_count, const char **seek, int freq) p2p_find() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_dev_disc.c | 17 p2p_build_dev_disc_req(struct p2p_data *p2p, struct p2p_device *go, const u8 *dev_id) p2p_build_dev_disc_req() argument
|
H A D | p2p_group.c | 954 int p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, in p2p_group_go_discover() argument 885 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) p2p_group_get_client() argument
|
H A D | p2p.c | 3677 void p2p_scan_ie(struct p2p_data *p2p, struct wpabuf *ies, const u8 *dev_id, argument 1246 p2p_find(struct p2p_data *p2p, unsigned int timeout, enum p2p_discovery_type type, unsigned int num_req_dev_types, const u8 *req_dev_types, const u8 *dev_id, unsigned int search_delay, u8 seek_count, const char **seek, int freq, bool include_6ghz) global() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 371 struct fd_dev_id dev_id = { in main() local
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | fdperf.c | 932 struct fd_dev_id dev_id = { in main() local
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_priv.h | 226 struct fd_dev_id dev_id; member
|
/third_party/vulkan-loader/loader/ |
H A D | loader_windows.c | 169 bool windows_get_device_registry_entry(const struct loader_instance *inst, char **reg_data, PDWORD total_size, DEVINST dev_id, in windows_get_device_registry_entry() argument
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.h | 110 struct fd_dev_id dev_id; member
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 2331 const char *dev_id = NULL, *key, *mod_name; in pa_alsa_sink_new() local
|
H A D | alsa-source.c | 2035 const char *dev_id = NULL, *key, *mod_name; in pa_alsa_source_new() local
|
H A D | alsa-util.c | 514 pa_alsa_open_by_device_id_auto( const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, pa_alsa_profile_set *ps, pa_alsa_mapping **mapping) pa_alsa_open_by_device_id_auto() argument 623 pa_alsa_open_by_device_id_mapping( const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, pa_alsa_mapping *m) pa_alsa_open_by_device_id_mapping() argument 774 pa_alsa_open_by_template( char **template, const char *dev_id, char **dev, pa_sample_spec *ss, pa_channel_map* map, int mode, snd_pcm_uframes_t *period_size, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t tsched_size, bool *use_mmap, bool *use_tsched, bool require_exact_channel_number) pa_alsa_open_by_template() argument 1778 char *p, *dev2, *dev_idx, *dev_id; pa_alsa_open_mixer_by_name() local [all...] |
H A D | alsa-mixer.c | 5054 mapping_open_pcm(pa_alsa_mapping *m, const pa_sample_spec *ss, const char *dev_id, bool exact_channels, int mode, unsigned default_n_fragments, unsigned default_fragment_size_msec) mapping_open_pcm() argument 5141 pa_alsa_profile_set_probe( pa_alsa_profile_set *ps, pa_hashmap *mixers, const char *dev_id, const pa_sample_spec *ss, unsigned default_n_fragments, unsigned default_fragment_size_msec) pa_alsa_profile_set_probe() argument
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 2587 int dev_id; in lx_chk_id() member
|