Home
last modified time | relevance | path

Searched refs:spec (Results 1 - 25 of 1366) sorted by relevance

12345678910>>...55

/third_party/python/Lib/test/test_importlib/
H A Dtest_spec.py38 def create_module(self, spec):
72 self.spec = self.machinery.ModuleSpec(self.name, self.loader)
78 spec = self.machinery.ModuleSpec(self.name, self.loader)
80 self.assertEqual(spec.name, self.name)
81 self.assertEqual(spec.loader, self.loader)
82 self.assertIs(spec.origin, None)
83 self.assertIs(spec.loader_state, None)
84 self.assertIs(spec.submodule_search_locations, None)
85 self.assertIs(spec.cached, None)
86 self.assertFalse(spec
[all...]
/kernel/linux/linux-5.10/sound/pci/ice1712/
H A Dhoontech.c43 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_darear() local
45 ICE1712_STDSP24_0_DAREAR(spec->boxbits, activate); in snd_ice1712_stdsp24_darear()
46 snd_ice1712_stdsp24_gpio_write(ice, spec->boxbits[0]); in snd_ice1712_stdsp24_darear()
52 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_mute() local
54 ICE1712_STDSP24_3_MUTE(spec->boxbits, activate); in snd_ice1712_stdsp24_mute()
55 snd_ice1712_stdsp24_gpio_write(ice, spec->boxbits[3]); in snd_ice1712_stdsp24_mute()
61 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_insel() local
70 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_box_channel() local
120 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_box_midi() local
148 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_midi2() local
157 struct hoontech_spec *spec; hoontech_init() local
[all...]
H A Dpsc724.c106 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8766); in psc724_wm8766_write() local
107 struct snd_ice1712 *ice = spec->ice; in psc724_wm8766_write()
148 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8776); in psc724_wm8776_write() local
150 snd_vt1724_write_i2c(spec->ice, 0x34, addr, data); in psc724_wm8776_write()
158 struct psc724_spec *spec = ice->spec; in psc724_set_master_switch() local
160 spec->mute_all = !on; in psc724_set_master_switch()
170 struct psc724_spec *spec = ice->spec; in psc724_get_master_switch() local
172 return !spec in psc724_get_master_switch()
179 struct psc724_spec *spec = ice->spec; psc724_set_jack_state() local
205 struct psc724_spec *spec = container_of(work, struct psc724_spec, psc724_update_hp_jack_state() local
218 struct psc724_spec *spec = ice->spec; psc724_set_jack_detection() local
235 struct psc724_spec *spec = ice->spec; psc724_get_jack_detection() local
310 struct psc724_spec *spec = ice->spec; psc724_add_controls() local
363 struct psc724_spec *spec = ice->spec; psc724_set_pro_rate() local
374 struct psc724_spec *spec = ice->spec; psc724_resume() local
387 struct psc724_spec *spec; psc724_init() local
417 struct psc724_spec *spec = ice->spec; psc724_exit() local
[all...]
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Dhoontech.c43 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_darear() local
45 ICE1712_STDSP24_0_DAREAR(spec->boxbits, activate); in snd_ice1712_stdsp24_darear()
46 snd_ice1712_stdsp24_gpio_write(ice, spec->boxbits[0]); in snd_ice1712_stdsp24_darear()
52 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_mute() local
54 ICE1712_STDSP24_3_MUTE(spec->boxbits, activate); in snd_ice1712_stdsp24_mute()
55 snd_ice1712_stdsp24_gpio_write(ice, spec->boxbits[3]); in snd_ice1712_stdsp24_mute()
61 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_insel() local
70 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_box_channel() local
120 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_box_midi() local
148 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_midi2() local
157 struct hoontech_spec *spec; hoontech_init() local
[all...]
H A Dpsc724.c106 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8766); in psc724_wm8766_write() local
107 struct snd_ice1712 *ice = spec->ice; in psc724_wm8766_write()
148 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8776); in psc724_wm8776_write() local
150 snd_vt1724_write_i2c(spec->ice, 0x34, addr, data); in psc724_wm8776_write()
158 struct psc724_spec *spec = ice->spec; in psc724_set_master_switch() local
160 spec->mute_all = !on; in psc724_set_master_switch()
170 struct psc724_spec *spec = ice->spec; in psc724_get_master_switch() local
172 return !spec in psc724_get_master_switch()
179 struct psc724_spec *spec = ice->spec; psc724_set_jack_state() local
202 struct psc724_spec *spec = container_of(work, struct psc724_spec, psc724_update_hp_jack_state() local
215 struct psc724_spec *spec = ice->spec; psc724_set_jack_detection() local
232 struct psc724_spec *spec = ice->spec; psc724_get_jack_detection() local
307 struct psc724_spec *spec = ice->spec; psc724_add_controls() local
360 struct psc724_spec *spec = ice->spec; psc724_set_pro_rate() local
371 struct psc724_spec *spec = ice->spec; psc724_resume() local
384 struct psc724_spec *spec; psc724_init() local
414 struct psc724_spec *spec = ice->spec; psc724_exit() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dfilter.h178 static inline void efx_filter_init_rx(struct efx_filter_spec *spec, in efx_filter_init_rx() argument
183 memset(spec, 0, sizeof(*spec)); in efx_filter_init_rx()
184 spec->priority = priority; in efx_filter_init_rx()
185 spec->flags = EFX_FILTER_FLAG_RX | flags; in efx_filter_init_rx()
186 spec->rss_context = 0; in efx_filter_init_rx()
187 spec->dmaq_id = rxq_id; in efx_filter_init_rx()
190 static inline void efx_filter_init_tx(struct efx_filter_spec *spec, in efx_filter_init_tx() argument
193 memset(spec, 0, sizeof(*spec)); in efx_filter_init_tx()
207 efx_filter_set_ipv4_local(struct efx_filter_spec *spec, u8 proto, __be32 host, __be16 port) efx_filter_set_ipv4_local() argument
228 efx_filter_set_ipv6_local(struct efx_filter_spec *spec, u8 proto, const struct in6_addr *host, __be16 port) efx_filter_set_ipv6_local() argument
251 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) efx_filter_set_ipv4_full() argument
278 efx_filter_set_eth_local(struct efx_filter_spec *spec, u16 vid, const u8 *addr) efx_filter_set_eth_local() argument
299 efx_filter_set_uc_def(struct efx_filter_spec *spec) efx_filter_set_uc_def() argument
309 efx_filter_set_mc_def(struct efx_filter_spec *spec) efx_filter_set_mc_def() argument
321 efx_filter_set_vport_id(struct efx_filter_spec *spec, u32 vport_id) efx_filter_set_vport_id() argument
328 efx_filter_set_encap_type(struct efx_filter_spec *spec, enum efx_encap_type encap_type) efx_filter_set_encap_type() argument
335 efx_filter_get_encap_type( const struct efx_filter_spec *spec) efx_filter_get_encap_type() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp54 gls::DrawTestSpec spec(baseSpec); in addTestIterations()
58 spec.primitiveCount = 1; in addTestIterations()
59 test->addIteration(spec, "draw count = 1"); in addTestIterations()
61 spec.primitiveCount = 5; in addTestIterations()
62 test->addIteration(spec, "draw count = 5"); in addTestIterations()
64 spec.primitiveCount = 25; in addTestIterations()
65 test->addIteration(spec, "draw count = 25"); in addTestIterations()
71 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) in genBasicSpec() argument
73 spec.apiType = glu::ApiType::es(2,0); in genBasicSpec()
74 spec in genBasicSpec()
144 gls::DrawTestSpec spec; init() local
179 gls::DrawTestSpec spec; init() local
225 gls::DrawTestSpec spec; init() local
328 gls::DrawTestSpec spec; init() local
397 gls::DrawTestSpec spec; init() local
595 gls::DrawTestSpec spec; init() local
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_cs8409.c24 struct cs8409_spec *spec = codec->spec; in cs8409_parse_auto_config() local
28 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); in cs8409_parse_auto_config()
32 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in cs8409_parse_auto_config()
37 if (spec->gen.dyn_adc_switch) { in cs8409_parse_auto_config()
40 for (i = 0; i < spec->gen.input_mux.num_items; i++) { in cs8409_parse_auto_config()
41 int idx = spec->gen.dyn_adc_idx[i]; in cs8409_parse_auto_config()
45 snd_hda_gen_fix_pin_power(codec, spec->gen.adc_nids[idx]); in cs8409_parse_auto_config()
57 struct cs8409_spec *spec; in cs8409_alloc_spec() local
59 spec in cs8409_alloc_spec()
93 struct cs8409_spec *spec = codec->spec; cs8409_disable_i2c_clock() local
109 struct cs8409_spec *spec = container_of(work, struct cs8409_spec, i2c_clk_work.work); cs8409_disable_i2c_clock_worker() local
122 struct cs8409_spec *spec = codec->spec; cs8409_enable_i2c_clock() local
161 struct cs8409_spec *spec = codec->spec; cs8409_set_i2c_dev_addr() local
200 struct cs8409_spec *spec = codec->spec; cs8409_i2c_read() local
243 struct cs8409_spec *spec = codec->spec; cs8409_i2c_bulk_read() local
288 struct cs8409_spec *spec = codec->spec; cs8409_i2c_write() local
329 struct cs8409_spec *spec = codec->spec; cs8409_i2c_bulk_write() local
386 struct cs8409_spec *spec = codec->spec; cs8409_enable_ur() local
426 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_gpio_get() local
436 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_gpio_put() local
487 struct cs8409_spec *spec = codec->spec; cs42l42_volume_get() local
546 struct cs8409_spec *spec = codec->spec; cs42l42_volume_put() local
581 struct cs8409_spec *spec = codec->spec; cs42l42_playback_pcm_hook() local
610 struct cs8409_spec *spec = codec->spec; cs42l42_capture_pcm_hook() local
872 struct cs8409_spec *spec = codec->spec; cs42l42_resume() local
916 struct cs8409_spec *spec = codec->spec; cs42l42_suspend() local
955 struct cs8409_spec *spec = codec->spec; cs8409_free() local
978 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_jack_unsol_event() local
1010 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_suspend() local
1037 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_hw_init() local
1092 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_exec_verb() local
1125 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_fixups() local
1245 struct cs8409_spec *spec = codec->spec; dolphin_jack_unsol_event() local
1282 struct cs8409_spec *spec = codec->spec; dolphin_hw_init() local
1322 struct cs8409_spec *spec = codec->spec; dolphin_exec_verb() local
1358 struct cs8409_spec *spec = codec->spec; dolphin_fixups() local
[all...]
H A Dpatch_analog.c43 #define set_beep_amp(spec, nid, idx, dir) \
44 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */
46 #define set_beep_amp(spec, nid, idx, dir) /* NOP */
52 struct ad198x_spec *spec = codec->spec; in create_beep_ctls() local
55 if (!spec->beep_amp) in create_beep_ctls()
64 kctl->private_value = spec->beep_amp; in create_beep_ctls()
127 struct ad198x_spec *spec = codec->spec; in ad_vmaster_eapd_hook() local
129 if (!spec in ad_vmaster_eapd_hook()
170 struct ad198x_spec *spec = codec->spec; ad198x_parse_auto_config() local
198 struct ad198x_spec *spec; alloc_ad_spec() local
217 struct ad198x_spec *spec = codec->spec; ad_fixup_inv_jack_detect() local
231 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd() local
244 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd_mix_in() local
385 struct ad198x_spec *spec; patch_ad1986a() local
447 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_info() local
464 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_get() local
474 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_put() local
499 struct ad198x_spec *spec = codec->spec; ad1983_add_spdif_mux_ctl() local
518 struct ad198x_spec *spec; patch_ad1983() local
555 struct ad198x_spec *spec = codec->spec; ad1981_fixup_hp_eapd() local
606 struct ad198x_spec *spec; patch_ad1981() local
727 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_info() local
742 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_get() local
752 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_put() local
785 struct ad198x_spec *spec = codec->spec; ad1988_auto_init() local
806 struct ad198x_spec *spec = codec->spec; ad1988_add_spdif_mux_ctl() local
898 struct ad198x_spec *spec; patch_ad1988() local
975 struct ad198x_spec *spec = codec->spec; ad1884_vmaster_hp_gpio_hook() local
987 struct ad198x_spec *spec = codec->spec; ad1884_fixup_hp_eapd() local
1012 struct ad198x_spec *spec = codec->spec; ad1884_fixup_thinkpad() local
1078 struct ad198x_spec *spec; patch_ad1884() local
1124 struct ad198x_spec *spec; patch_ad1882() local
[all...]
H A Dhda_generic.c33 * @spec: hda_gen_spec object to initialize
37 int snd_hda_gen_spec_init(struct hda_gen_spec *spec) in snd_hda_gen_spec_init() argument
39 snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); in snd_hda_gen_spec_init()
40 snd_array_init(&spec->paths, sizeof(struct nid_path), 8); in snd_hda_gen_spec_init()
41 snd_array_init(&spec->loopback_list, sizeof(struct hda_amp_list), 8); in snd_hda_gen_spec_init()
42 mutex_init(&spec->pcm_mutex); in snd_hda_gen_spec_init()
49 * @spec: hda_gen_spec object
55 * name string @name to the list in @spec.
59 snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name, in snd_hda_gen_add_kctl() argument
62 struct snd_kcontrol_new *knew = snd_array_new(&spec in snd_hda_gen_add_kctl()
76 free_kctls(struct hda_gen_spec *spec) free_kctls() argument
87 snd_hda_gen_spec_free(struct hda_gen_spec *spec) snd_hda_gen_spec_free() argument
107 struct hda_gen_spec *spec = codec->spec; parse_user_hints() local
260 struct hda_gen_spec *spec = codec->spec; get_nid_path() local
289 struct hda_gen_spec *spec = codec->spec; snd_hda_get_path_idx() local
310 struct hda_gen_spec *spec = codec->spec; snd_hda_get_path_from_idx() local
321 struct hda_gen_spec *spec = codec->spec; is_dac_already_used() local
347 struct hda_gen_spec *spec = codec->spec; is_ctl_used() local
480 struct hda_gen_spec *spec = codec->spec; snd_hda_add_new_path() local
515 struct hda_gen_spec *spec = codec->spec; get_preferred_dac() local
530 struct hda_gen_spec *spec = codec->spec; look_for_dac() local
584 struct hda_gen_spec *spec = codec->spec; look_for_out_vol_nid() local
633 struct hda_gen_spec *spec = codec->spec; is_active_nid() local
785 struct hda_gen_spec *spec = codec->spec; activate_amp_in() local
882 struct hda_gen_spec *spec = codec->spec; snd_hda_activate_path() local
909 struct hda_gen_spec *spec = codec->spec; path_power_down_sync() local
919 struct hda_gen_spec *spec = codec->spec; set_pin_eapd() local
979 add_control(struct hda_gen_spec *spec, int type, const char *name, int cidx, unsigned long val) add_control() argument
996 add_control_with_pfx(struct hda_gen_spec *spec, int type, const char *pfx, const char *dir, const char *sfx, int cidx, unsigned long val) add_control_with_pfx() argument
1091 struct hda_gen_spec *spec = codec->spec; sync_auto_mute_bits() local
1170 struct hda_gen_spec *spec = codec->spec; get_line_out_pfx() local
1287 struct hda_gen_spec *spec = codec->spec; assign_out_path_ctls() local
1350 struct hda_gen_spec *spec = codec->spec; get_primary_out() local
1374 struct hda_gen_spec *spec = codec->spec; try_assign_dacs() local
1463 struct hda_gen_spec *spec = codec->spec; get_dac_if_single() local
1500 struct hda_gen_spec *spec = codec->spec; count_multiio_pins() local
1531 struct hda_gen_spec *spec = codec->spec; fill_multi_ios() local
1616 struct hda_gen_spec *spec = codec->spec; map_singles() local
1642 has_aamix_out_paths(struct hda_gen_spec *spec) has_aamix_out_paths() argument
1651 struct hda_gen_spec *spec = codec->spec; check_aamix_out_path() local
1687 struct hda_gen_spec *spec = codec->spec; indep_hp_possible() local
1745 struct hda_gen_spec *spec = codec->spec; fill_and_eval_dacs() local
1917 struct hda_gen_spec *spec = codec->spec; debug_show_configs() local
1969 struct hda_gen_spec *spec = codec->spec; fill_all_dac_nids() local
1987 struct hda_gen_spec *spec = codec->spec; parse_output_paths() local
2109 struct hda_gen_spec *spec = codec->spec; create_multi_out_ctls() local
2205 struct hda_gen_spec *spec = codec->spec; create_hp_out_ctls() local
2213 struct hda_gen_spec *spec = codec->spec; create_speaker_out_ctls() local
2235 struct hda_gen_spec *spec = codec->spec; indep_hp_get() local
2248 struct hda_gen_spec *spec = codec->spec; indep_hp_put() local
2304 struct hda_gen_spec *spec = codec->spec; create_indep_hp_ctls() local
2333 struct hda_gen_spec *spec = codec->spec; ch_mode_info() local
2350 struct hda_gen_spec *spec = codec->spec; ch_mode_get() local
2359 struct hda_gen_spec *spec = codec->spec; get_multiio_path() local
2369 aamix_default(struct hda_gen_spec *spec) aamix_default() argument
2376 struct hda_gen_spec *spec = codec->spec; set_multi_io() local
2408 struct hda_gen_spec *spec = codec->spec; ch_mode_put() local
2436 struct hda_gen_spec *spec = codec->spec; create_multi_channel_mode() local
2455 struct hda_gen_spec *spec = codec->spec; loopback_mixing_get() local
2464 struct hda_gen_spec *spec = codec->spec; update_aamix_paths() local
2494 struct hda_gen_spec *spec = codec->spec; update_output_paths() local
2510 struct hda_gen_spec *spec = codec->spec; loopback_mixing_put() local
2548 struct hda_gen_spec *spec = codec->spec; create_loopback_mixing_ctl() local
2567 struct hda_gen_spec *spec = codec->spec; update_hp_mic() local
2611 struct hda_gen_spec *spec = codec->spec; create_hp_mic() local
2709 struct hda_gen_spec *spec = codec->spec; find_kctl_name() local
2723 struct hda_gen_spec *spec = codec->spec; get_jack_mode_name() local
2735 struct hda_gen_spec *spec = codec->spec; get_out_jack_num_items() local
2747 struct hda_gen_spec *spec = codec->spec; create_out_jack_modes() local
2877 struct hda_gen_spec *spec = codec->spec; get_in_jack_num_items() local
2886 struct hda_gen_spec *spec = codec->spec; create_in_jack_mode() local
3023 struct hda_gen_spec *spec = codec->spec; create_hp_mic_jack_mode() local
3040 add_loopback_list(struct hda_gen_spec *spec, hda_nid_t mix, int idx) add_loopback_list() argument
3097 struct hda_gen_spec *spec = codec->spec; new_analog_input() local
3158 struct hda_gen_spec *spec = codec->spec; fill_adc_nids() local
3188 struct hda_gen_spec *spec = codec->spec; check_dyn_adc_switch() local
3258 struct hda_gen_spec *spec = codec->spec; parse_capture_source() local
3298 struct hda_gen_spec *spec = codec->spec; fill_input_pin_labels() local
3331 struct hda_gen_spec *spec = codec->spec; create_input_ctls() local
3404 struct hda_gen_spec *spec = codec->spec; get_input_path() local
3425 struct hda_gen_spec *spec = codec->spec; mux_enum_info() local
3433 struct hda_gen_spec *spec = codec->spec; mux_enum_get() local
3471 struct hda_gen_spec *spec = codec->spec; cap_put_caller() local
3585 struct hda_gen_spec *spec = codec->spec; is_inv_dmic_pin() local
3608 struct hda_gen_spec *spec = codec->spec; cap_single_sw_put() local
3625 struct hda_gen_spec *spec = codec->spec; add_single_cap_ctl() local
3691 struct hda_gen_spec *spec = codec->spec; create_bind_cap_vol_ctl() local
3739 struct hda_gen_spec *spec = codec->spec; create_multi_cap_vol_ctl() local
3768 struct hda_gen_spec *spec = codec->spec; create_capture_mixers() local
3884 struct hda_gen_spec *spec = codec->spec; parse_mic_boost() local
3936 struct hda_gen_spec *spec = codec->spec; create_mute_led_cdev() local
3968 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_mute_led_cdev() local
4005 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_micmute_led_cdev() local
4027 struct hda_gen_spec *spec = codec->spec; parse_digital() local
4092 struct hda_gen_spec *spec = codec->spec; mux_select() local
4139 struct hda_gen_spec *spec = codec->spec; set_path_power() local
4240 struct hda_gen_spec *spec = codec->spec; add_all_pin_power_ctls() local
4269 struct hda_gen_spec *spec = codec->spec; sync_all_pin_power_ctls() local
4288 struct hda_gen_spec *spec = codec->spec; add_fake_paths() local
4312 struct hda_gen_spec *spec = codec->spec; add_fake_beep_paths() local
4349 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_fix_pin_power() local
4392 struct hda_gen_spec *spec = codec->spec; do_automute() local
4456 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_update_outputs() local
4503 struct hda_gen_spec *spec = codec->spec; call_update_outputs() local
4522 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_hp_automute() local
4547 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_line_automute() local
4572 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_mic_autoswitch() local
4596 struct hda_gen_spec *spec = codec->spec; call_hp_automute() local
4606 struct hda_gen_spec *spec = codec->spec; call_line_automute() local
4616 struct hda_gen_spec *spec = codec->spec; call_mic_autoswitch() local
4638 struct hda_gen_spec *spec = codec->spec; automute_mode_info() local
4652 struct hda_gen_spec *spec = codec->spec; automute_mode_get() local
4667 struct hda_gen_spec *spec = codec->spec; automute_mode_put() local
4714 struct hda_gen_spec *spec = codec->spec; add_automute_mode_enum() local
4727 struct hda_gen_spec *spec = codec->spec; check_auto_mute_availability() local
4800 struct hda_gen_spec *spec = codec->spec; auto_mic_check_imux() local
4834 struct hda_gen_spec *spec = codec->spec; check_auto_mic_availability() local
4911 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_path_power_filter() local
4971 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_parse_auto_config() local
5175 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_controls() local
5250 struct hda_gen_spec *spec = codec->spec; call_pcm_playback_hook() local
5260 struct hda_gen_spec *spec = codec->spec; call_pcm_capture_hook() local
5272 struct hda_gen_spec *spec = codec->spec; playback_pcm_open() local
5294 struct hda_gen_spec *spec = codec->spec; playback_pcm_prepare() local
5309 struct hda_gen_spec *spec = codec->spec; playback_pcm_cleanup() local
5323 struct hda_gen_spec *spec = codec->spec; playback_pcm_close() local
5374 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_open() local
5392 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_close() local
5430 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_open() local
5440 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_prepare() local
5449 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_cleanup() local
5457 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_close() local
5473 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_prepare() local
5486 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_cleanup() local
5581 struct hda_gen_spec *spec = codec->spec; dyn_adc_pcm_resetup() local
5603 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_prepare() local
5616 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_cleanup() local
5688 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_pcms() local
5818 struct hda_gen_spec *spec = codec->spec; init_multi_out() local
5837 struct hda_gen_spec *spec = codec->spec; init_extra_out() local
5849 struct hda_gen_spec *spec = codec->spec; init_multi_io() local
5868 struct hda_gen_spec *spec = codec->spec; init_aamix_paths() local
5888 struct hda_gen_spec *spec = codec->spec; init_analog_input() local
5908 struct hda_gen_spec *spec = codec->spec; init_input_src() local
5939 struct hda_gen_spec *spec = codec->spec; init_digital() local
5977 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_init() local
6035 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_check_power_status() local
6063 struct hda_gen_spec *spec; snd_hda_parse_generic_codec() local
[all...]
H A Dpatch_cirrus.c132 struct cs_spec *spec = codec->spec; in cs_vendor_coef_get() local
134 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
136 return snd_hda_codec_read(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
143 struct cs_spec *spec = codec->spec; in cs_vendor_coef_set() local
145 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
147 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
159 struct cs_spec *spec = codec->spec; in cs_automute() local
188 struct cs_spec *spec = codec->spec; init_input_coef() local
294 struct cs_spec *spec = codec->spec; cs_init() local
346 struct cs_spec *spec = codec->spec; cs_parse_auto_config() local
498 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_13() local
511 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_23() local
574 struct cs_spec *spec; cs_alloc_spec() local
589 struct cs_spec *spec; patch_cs420x() local
656 struct cs_spec *spec = codec->spec; cs4208_fixup_gpio0() local
703 struct cs_spec *spec = codec->spec; cs4208_spdif_sw_put() local
716 struct cs_spec *spec = codec->spec; cs4208_fixup_spdif_switch() local
771 struct cs_spec *spec; patch_cs4208() local
854 struct cs_spec *spec = codec->spec; cs421x_fixup_sense_b() local
992 struct cs_spec *spec = codec->spec; cs4210_pinmux_init() local
1026 struct cs_spec *spec = codec->spec; cs4210_spdif_automute() local
1048 struct cs_spec *spec = codec->spec; parse_cs421x_digital() local
1065 struct cs_spec *spec = codec->spec; cs421x_init() local
1105 struct cs_spec *spec = codec->spec; cs421x_parse_auto_config() local
1138 struct cs_spec *spec = codec->spec; cs421x_suspend() local
1171 struct cs_spec *spec; patch_cs4210() local
1207 struct cs_spec *spec; patch_cs4213() local
[all...]
H A Dpatch_hdmi.c82 struct hdmi_pcm *pcm; /* pointer to spec->pcm_rec[n] dynamically*/
199 struct hdmi_spec *spec = codec->spec; in codec_has_acomp() local
200 return spec->use_acomp_notifier; in codec_has_acomp()
242 #define get_pin(spec, idx) \
243 ((struct hdmi_spec_per_pin *)snd_array_elem(&spec->pins, idx))
244 #define get_cvt(spec, idx) \
245 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
247 #define get_hdmi_pcm(spec, idx) (&(spec)
254 struct hdmi_spec *spec = codec->spec; pin_id_to_pin_index() local
279 struct hdmi_spec *spec = codec->spec; hinfo_to_pcm_index() local
293 struct hdmi_spec *spec = codec->spec; hinfo_to_pin_index() local
309 pcm_idx_to_pin(struct hdmi_spec *spec, int pcm_idx) pcm_idx_to_pin() argument
325 struct hdmi_spec *spec = codec->spec; cvt_nid_to_cvt_index() local
340 struct hdmi_spec *spec = codec->spec; hdmi_eld_ctl_info() local
367 struct hdmi_spec *spec = codec->spec; hdmi_eld_ctl_get() local
415 struct hdmi_spec *spec = codec->spec; hdmi_create_eld_ctl() local
467 struct hdmi_spec *spec = codec->spec; hdmi_init_pin() local
686 struct hdmi_spec *spec = codec->spec; hdmi_pin_setup_infoframe() local
742 struct hdmi_spec *spec = codec->spec; hdmi_setup_audio_infoframe() local
796 struct hdmi_spec *spec = codec->spec; check_presence_and_report() local
951 struct hdmi_spec *spec = codec->spec; hdmi_setup_stream() local
996 struct hdmi_spec *spec = codec->spec; hdmi_choose_cvt() local
1068 intel_cvt_id_to_mux_idx(struct hdmi_spec *spec, hda_nid_t cvt_nid) intel_cvt_id_to_mux_idx() argument
1092 struct hdmi_spec *spec = codec->spec; intel_not_share_assigned_cvt() local
1168 struct hdmi_spec *spec = codec->spec; intel_not_share_assigned_cvt_nid() local
1185 struct hdmi_spec *spec = codec->spec; pin_cvt_fixup() local
1196 struct hdmi_spec *spec = codec->spec; hdmi_pcm_open_no_pin() local
1244 struct hdmi_spec *spec = codec->spec; hdmi_pcm_open() local
1333 struct hdmi_spec *spec = codec->spec; hdmi_read_pin_conn() local
1364 hdmi_find_pcm_slot(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_find_pcm_slot() argument
1376 hdmi_attach_hda_pcm(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_attach_hda_pcm() argument
1400 hdmi_detach_hda_pcm(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_detach_hda_pcm() argument
1416 hdmi_get_pin_cvt_mux(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin, hda_nid_t cvt_nid) hdmi_get_pin_cvt_mux() argument
1429 hdmi_pcm_setup_pin(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_pcm_setup_pin() argument
1472 hdmi_pcm_reset_pin(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_pcm_reset_pin() argument
1488 struct hdmi_spec *spec = codec->spec; pin_idx_to_pcm_jack() local
1506 struct hdmi_spec *spec = codec->spec; update_eld() local
1606 struct hdmi_spec *spec = codec->spec; hdmi_present_sense_via_verbs() local
1704 struct hdmi_spec *spec = codec->spec; silent_stream_enable() local
1776 struct hdmi_spec *spec = codec->spec; silent_stream_disable() local
1822 struct hdmi_spec *spec = codec->spec; sync_eld_via_acomp() local
1860 struct hdmi_spec *spec = codec->spec; hdmi_repoll_eld() local
1878 struct hdmi_spec *spec = codec->spec; hdmi_add_pin() local
1957 struct hdmi_spec *spec = codec->spec; hdmi_add_cvt() local
2006 struct hdmi_spec *spec = codec->spec; hdmi_parse_codec() local
2090 struct hdmi_spec *spec = codec->spec; generic_hdmi_playback_pcm_prepare() local
2173 struct hdmi_spec *spec = codec->spec; hdmi_pcm_close() local
2245 struct hdmi_spec *spec = codec->spec; hdmi_get_spk_alloc() local
2258 struct hdmi_spec *spec = codec->spec; hdmi_get_chmap() local
2272 struct hdmi_spec *spec = codec->spec; hdmi_set_chmap() local
2288 struct hdmi_spec *spec = codec->spec; is_hdmi_pcm_attached() local
2296 struct hdmi_spec *spec = codec->spec; generic_hdmi_build_pcms() local
2344 struct hdmi_spec *spec = codec->spec; generic_hdmi_build_jack() local
2365 struct hdmi_spec *spec = codec->spec; generic_hdmi_build_controls() local
2429 struct hdmi_spec *spec = codec->spec; generic_hdmi_init_per_pins() local
2445 struct hdmi_spec *spec = codec->spec; generic_hdmi_init() local
2465 hdmi_array_init(struct hdmi_spec *spec, int nums) hdmi_array_init() argument
2471 hdmi_array_free(struct hdmi_spec *spec) hdmi_array_free() argument
2479 struct hdmi_spec *spec = codec->spec; generic_spec_free() local
2491 struct hdmi_spec *spec = codec->spec; generic_hdmi_free() local
2519 struct hdmi_spec *spec = codec->spec; generic_hdmi_suspend() local
2531 struct hdmi_spec *spec = codec->spec; generic_hdmi_resume() local
2567 struct hdmi_spec *spec; alloc_generic_hdmi() local
2637 struct hdmi_spec *spec; generic_acomp_notifier_set() local
2685 struct hdmi_spec *spec = codec->spec; generic_acomp_pin_eld_notify() local
2705 struct hdmi_spec *spec = codec->spec; setup_drm_audio_ops() local
2724 struct hdmi_spec *spec = codec->spec; generic_acomp_init() local
2752 struct hdmi_spec *spec = codec->spec; intel_haswell_enable_all_pins() local
2772 struct hdmi_spec *spec = codec->spec; intel_haswell_fixup_enable_dp12() local
2827 struct hdmi_spec *spec = codec->spec; intel_pin2port() local
2852 struct hdmi_spec *spec = codec->spec; intel_port2pin() local
2893 struct hdmi_spec *spec = codec->spec; register_i915_notifier() local
2909 struct hdmi_spec *spec = codec->spec; i915_hsw_setup_stream() local
2958 struct hdmi_spec *spec = codec->spec; i915_adlp_hdmi_suspend() local
2997 struct hdmi_spec *spec = codec->spec; i915_adlp_hdmi_resume() local
3082 struct hdmi_spec *spec; intel_hsw_common_init() local
3160 struct hdmi_spec *spec; patch_i915_adlp_hdmi() local
3183 struct hdmi_spec *spec; patch_i915_byt_hdmi() local
3221 struct hdmi_spec *spec = codec->spec; simple_playback_build_pcms() local
3260 struct hdmi_spec *spec = codec->spec; simple_playback_build_controls() local
3275 struct hdmi_spec *spec = codec->spec; simple_playback_init() local
3291 struct hdmi_spec *spec = codec->spec; simple_playback_free() local
3386 struct hdmi_spec *spec = codec->spec; simple_playback_pcm_open() local
3419 struct hdmi_spec *spec = codec->spec; simple_playback_pcm_close() local
3429 struct hdmi_spec *spec = codec->spec; simple_playback_pcm_prepare() local
3456 struct hdmi_spec *spec; patch_simple_hdmi() local
3525 struct hdmi_spec *spec = codec->spec; nvhdmi_8ch_7x_pcm_close() local
3555 struct hdmi_spec *spec = codec->spec; nvhdmi_8ch_7x_pcm_prepare() local
3664 struct hdmi_spec *spec; patch_nvhdmi_2ch() local
3682 struct hdmi_spec *spec = codec->spec; nvhdmi_7x_8ch_build_pcms() local
3693 struct hdmi_spec *spec = codec->spec; nvhdmi_7x_8ch_build_controls() local
3724 struct hdmi_spec *spec; patch_nvhdmi_8ch_7x() local
3792 struct hdmi_spec *spec; patch_nvhdmi() local
3826 struct hdmi_spec *spec; patch_nvhdmi_legacy() local
3897 struct hdmi_spec *spec = codec->spec; tegra_hdmi_set_format() local
3989 struct hdmi_spec *spec = codec->spec; hda_find_pcm_by_type() local
4029 struct hdmi_spec *spec = codec->spec; tegra_hdmi_init() local
4072 struct hdmi_spec *spec; patch_tegra234_hdmi() local
4388 struct hdmi_spec *spec = codec->spec; atihdmi_init() local
4435 struct hdmi_spec *spec; patch_atihdmi() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp85 static void addRangeElementsToSpec (gls::DrawTestSpec& spec) in addRangeElementsToSpec() argument
87 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX) in addRangeElementsToSpec()
89 spec.indexMin = 0; in addRangeElementsToSpec()
90 spec.indexMax = (int)getElementCount(spec.primitive, spec.primitiveCount); in addRangeElementsToSpec()
94 static void addTestIterations (gls::DrawTest* test, gls::DrawTestSpec& spec, TestIterationType type) in addTestIterations() argument
98 spec.primitiveCount = 1; in addTestIterations()
99 addRangeElementsToSpec(spec); in addTestIterations()
100 test->addIteration(spec, "dra in addTestIterations()
128 genBasicSpec(gls::DrawTestSpec& spec, glu::ContextType& contextType, gls::DrawTestSpec::DrawMethod method) genBasicSpec() argument
513 gls::DrawTestSpec spec; init() local
581 gls::DrawTestSpec spec; init() local
647 gls::DrawTestSpec spec; init() local
684 gls::DrawTestSpec spec; init() local
732 gls::DrawTestSpec spec; init() local
794 gls::DrawTestSpec spec; init() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dfilter.h179 static inline void efx_filter_init_rx(struct efx_filter_spec *spec, in efx_filter_init_rx() argument
184 memset(spec, 0, sizeof(*spec)); in efx_filter_init_rx()
185 spec->priority = priority; in efx_filter_init_rx()
186 spec->flags = EFX_FILTER_FLAG_RX | flags; in efx_filter_init_rx()
187 spec->rss_context = 0; in efx_filter_init_rx()
188 spec->dmaq_id = rxq_id; in efx_filter_init_rx()
191 static inline void efx_filter_init_tx(struct efx_filter_spec *spec, in efx_filter_init_tx() argument
194 memset(spec, 0, sizeof(*spec)); in efx_filter_init_tx()
208 efx_filter_set_ipv4_local(struct efx_filter_spec *spec, u8 proto, __be32 host, __be16 port) efx_filter_set_ipv4_local() argument
231 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) efx_filter_set_ipv4_full() argument
258 efx_filter_set_eth_local(struct efx_filter_spec *spec, u16 vid, const u8 *addr) efx_filter_set_eth_local() argument
279 efx_filter_set_uc_def(struct efx_filter_spec *spec) efx_filter_set_uc_def() argument
289 efx_filter_set_mc_def(struct efx_filter_spec *spec) efx_filter_set_mc_def() argument
296 efx_filter_set_encap_type(struct efx_filter_spec *spec, enum efx_encap_type encap_type) efx_filter_set_encap_type() argument
303 efx_filter_get_encap_type( const struct efx_filter_spec *spec) efx_filter_get_encap_type() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dfilter.h178 static inline void efx_filter_init_rx(struct efx_filter_spec *spec, in efx_filter_init_rx() argument
183 memset(spec, 0, sizeof(*spec)); in efx_filter_init_rx()
184 spec->priority = priority; in efx_filter_init_rx()
185 spec->flags = EFX_FILTER_FLAG_RX | flags; in efx_filter_init_rx()
186 spec->rss_context = 0; in efx_filter_init_rx()
187 spec->dmaq_id = rxq_id; in efx_filter_init_rx()
190 static inline void efx_filter_init_tx(struct efx_filter_spec *spec, in efx_filter_init_tx() argument
193 memset(spec, 0, sizeof(*spec)); in efx_filter_init_tx()
207 efx_filter_set_ipv4_local(struct efx_filter_spec *spec, u8 proto, __be32 host, __be16 port) efx_filter_set_ipv4_local() argument
230 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) efx_filter_set_ipv4_full() argument
257 efx_filter_set_eth_local(struct efx_filter_spec *spec, u16 vid, const u8 *addr) efx_filter_set_eth_local() argument
278 efx_filter_set_uc_def(struct efx_filter_spec *spec) efx_filter_set_uc_def() argument
288 efx_filter_set_mc_def(struct efx_filter_spec *spec) efx_filter_set_mc_def() argument
295 efx_filter_set_encap_type(struct efx_filter_spec *spec, enum efx_encap_type encap_type) efx_filter_set_encap_type() argument
302 efx_filter_get_encap_type( const struct efx_filter_spec *spec) efx_filter_get_encap_type() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Dfilter.h152 static inline void ef4_filter_init_rx(struct ef4_filter_spec *spec, in ef4_filter_init_rx() argument
157 memset(spec, 0, sizeof(*spec)); in ef4_filter_init_rx()
158 spec->priority = priority; in ef4_filter_init_rx()
159 spec->flags = EF4_FILTER_FLAG_RX | flags; in ef4_filter_init_rx()
160 spec->rss_context = EF4_FILTER_RSS_CONTEXT_DEFAULT; in ef4_filter_init_rx()
161 spec->dmaq_id = rxq_id; in ef4_filter_init_rx()
164 static inline void ef4_filter_init_tx(struct ef4_filter_spec *spec, in ef4_filter_init_tx() argument
167 memset(spec, 0, sizeof(*spec)); in ef4_filter_init_tx()
181 ef4_filter_set_ipv4_local(struct ef4_filter_spec *spec, u8 proto, __be32 host, __be16 port) ef4_filter_set_ipv4_local() argument
204 ef4_filter_set_ipv4_full(struct ef4_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) ef4_filter_set_ipv4_full() argument
231 ef4_filter_set_eth_local(struct ef4_filter_spec *spec, u16 vid, const u8 *addr) ef4_filter_set_eth_local() argument
252 ef4_filter_set_uc_def(struct ef4_filter_spec *spec) ef4_filter_set_uc_def() argument
262 ef4_filter_set_mc_def(struct ef4_filter_spec *spec) ef4_filter_set_mc_def() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Dfilter.h152 static inline void ef4_filter_init_rx(struct ef4_filter_spec *spec, in ef4_filter_init_rx() argument
157 memset(spec, 0, sizeof(*spec)); in ef4_filter_init_rx()
158 spec->priority = priority; in ef4_filter_init_rx()
159 spec->flags = EF4_FILTER_FLAG_RX | flags; in ef4_filter_init_rx()
160 spec->rss_context = EF4_FILTER_RSS_CONTEXT_DEFAULT; in ef4_filter_init_rx()
161 spec->dmaq_id = rxq_id; in ef4_filter_init_rx()
164 static inline void ef4_filter_init_tx(struct ef4_filter_spec *spec, in ef4_filter_init_tx() argument
167 memset(spec, 0, sizeof(*spec)); in ef4_filter_init_tx()
181 ef4_filter_set_ipv4_local(struct ef4_filter_spec *spec, u8 proto, __be32 host, __be16 port) ef4_filter_set_ipv4_local() argument
204 ef4_filter_set_ipv4_full(struct ef4_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) ef4_filter_set_ipv4_full() argument
231 ef4_filter_set_eth_local(struct ef4_filter_spec *spec, u16 vid, const u8 *addr) ef4_filter_set_eth_local() argument
252 ef4_filter_set_uc_def(struct ef4_filter_spec *spec) ef4_filter_set_uc_def() argument
262 ef4_filter_set_mc_def(struct ef4_filter_spec *spec) ef4_filter_set_mc_def() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcpu_setup.h8 void __setup_cpu_power7(unsigned long offset, struct cpu_spec *spec);
9 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *spec);
10 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *spec);
11 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *spec);
17 void __setup_cpu_e500v1(unsigned long offset, struct cpu_spec *spec);
18 void __setup_cpu_e500v2(unsigned long offset, struct cpu_spec *spec);
19 void __setup_cpu_e500mc(unsigned long offset, struct cpu_spec *spec);
20 void __setup_cpu_440ep(unsigned long offset, struct cpu_spec *spec);
21 void __setup_cpu_440epx(unsigned long offset, struct cpu_spec *spec);
22 void __setup_cpu_440gx(unsigned long offset, struct cpu_spec *spec);
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_analog.c43 #define set_beep_amp(spec, nid, idx, dir) \
44 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */
46 #define set_beep_amp(spec, nid, idx, dir) /* NOP */
52 struct ad198x_spec *spec = codec->spec; in create_beep_ctls() local
55 if (!spec->beep_amp) in create_beep_ctls()
64 kctl->private_value = spec->beep_amp; in create_beep_ctls()
133 struct ad198x_spec *spec = codec->spec; in ad_vmaster_eapd_hook() local
135 if (!spec in ad_vmaster_eapd_hook()
177 struct ad198x_spec *spec = codec->spec; ad198x_parse_auto_config() local
205 struct ad198x_spec *spec; alloc_ad_spec() local
224 struct ad198x_spec *spec = codec->spec; ad_fixup_inv_jack_detect() local
238 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd() local
251 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd_mix_in() local
392 struct ad198x_spec *spec; patch_ad1986a() local
454 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_info() local
471 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_get() local
481 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_put() local
506 struct ad198x_spec *spec = codec->spec; ad1983_add_spdif_mux_ctl() local
525 struct ad198x_spec *spec; patch_ad1983() local
562 struct ad198x_spec *spec = codec->spec; ad1981_fixup_hp_eapd() local
613 struct ad198x_spec *spec; patch_ad1981() local
734 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_info() local
749 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_get() local
759 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_put() local
792 struct ad198x_spec *spec = codec->spec; ad1988_auto_init() local
813 struct ad198x_spec *spec = codec->spec; ad1988_add_spdif_mux_ctl() local
905 struct ad198x_spec *spec; patch_ad1988() local
982 struct ad198x_spec *spec = codec->spec; ad1884_vmaster_hp_gpio_hook() local
994 struct ad198x_spec *spec = codec->spec; ad1884_fixup_hp_eapd() local
1019 struct ad198x_spec *spec = codec->spec; ad1884_fixup_thinkpad() local
1085 struct ad198x_spec *spec; patch_ad1884() local
1131 struct ad198x_spec *spec; patch_ad1882() local
[all...]
H A Dhda_generic.c33 * @spec: hda_gen_spec object to initialize
37 int snd_hda_gen_spec_init(struct hda_gen_spec *spec) in snd_hda_gen_spec_init() argument
39 snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); in snd_hda_gen_spec_init()
40 snd_array_init(&spec->paths, sizeof(struct nid_path), 8); in snd_hda_gen_spec_init()
41 snd_array_init(&spec->loopback_list, sizeof(struct hda_amp_list), 8); in snd_hda_gen_spec_init()
42 mutex_init(&spec->pcm_mutex); in snd_hda_gen_spec_init()
49 * @spec: hda_gen_spec object
55 * name string @name to the list in @spec.
59 snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name, in snd_hda_gen_add_kctl() argument
62 struct snd_kcontrol_new *knew = snd_array_new(&spec in snd_hda_gen_add_kctl()
76 free_kctls(struct hda_gen_spec *spec) free_kctls() argument
87 snd_hda_gen_spec_free(struct hda_gen_spec *spec) snd_hda_gen_spec_free() argument
107 struct hda_gen_spec *spec = codec->spec; parse_user_hints() local
260 struct hda_gen_spec *spec = codec->spec; get_nid_path() local
289 struct hda_gen_spec *spec = codec->spec; snd_hda_get_path_idx() local
310 struct hda_gen_spec *spec = codec->spec; snd_hda_get_path_from_idx() local
321 struct hda_gen_spec *spec = codec->spec; is_dac_already_used() local
347 struct hda_gen_spec *spec = codec->spec; is_ctl_used() local
480 struct hda_gen_spec *spec = codec->spec; snd_hda_add_new_path() local
515 struct hda_gen_spec *spec = codec->spec; get_preferred_dac() local
530 struct hda_gen_spec *spec = codec->spec; look_for_dac() local
584 struct hda_gen_spec *spec = codec->spec; look_for_out_vol_nid() local
633 struct hda_gen_spec *spec = codec->spec; is_active_nid() local
785 struct hda_gen_spec *spec = codec->spec; activate_amp_in() local
882 struct hda_gen_spec *spec = codec->spec; snd_hda_activate_path() local
909 struct hda_gen_spec *spec = codec->spec; path_power_down_sync() local
919 struct hda_gen_spec *spec = codec->spec; set_pin_eapd() local
979 add_control(struct hda_gen_spec *spec, int type, const char *name, int cidx, unsigned long val) add_control() argument
994 add_control_with_pfx(struct hda_gen_spec *spec, int type, const char *pfx, const char *dir, const char *sfx, int cidx, unsigned long val) add_control_with_pfx() argument
1085 struct hda_gen_spec *spec = codec->spec; sync_auto_mute_bits() local
1164 struct hda_gen_spec *spec = codec->spec; get_line_out_pfx() local
1281 struct hda_gen_spec *spec = codec->spec; assign_out_path_ctls() local
1344 struct hda_gen_spec *spec = codec->spec; get_primary_out() local
1368 struct hda_gen_spec *spec = codec->spec; try_assign_dacs() local
1457 struct hda_gen_spec *spec = codec->spec; get_dac_if_single() local
1494 struct hda_gen_spec *spec = codec->spec; count_multiio_pins() local
1525 struct hda_gen_spec *spec = codec->spec; fill_multi_ios() local
1610 struct hda_gen_spec *spec = codec->spec; map_singles() local
1636 has_aamix_out_paths(struct hda_gen_spec *spec) has_aamix_out_paths() argument
1645 struct hda_gen_spec *spec = codec->spec; check_aamix_out_path() local
1681 struct hda_gen_spec *spec = codec->spec; indep_hp_possible() local
1739 struct hda_gen_spec *spec = codec->spec; fill_and_eval_dacs() local
1911 struct hda_gen_spec *spec = codec->spec; debug_show_configs() local
1963 struct hda_gen_spec *spec = codec->spec; fill_all_dac_nids() local
1981 struct hda_gen_spec *spec = codec->spec; parse_output_paths() local
2103 struct hda_gen_spec *spec = codec->spec; create_multi_out_ctls() local
2199 struct hda_gen_spec *spec = codec->spec; create_hp_out_ctls() local
2207 struct hda_gen_spec *spec = codec->spec; create_speaker_out_ctls() local
2229 struct hda_gen_spec *spec = codec->spec; indep_hp_get() local
2242 struct hda_gen_spec *spec = codec->spec; indep_hp_put() local
2298 struct hda_gen_spec *spec = codec->spec; create_indep_hp_ctls() local
2327 struct hda_gen_spec *spec = codec->spec; ch_mode_info() local
2344 struct hda_gen_spec *spec = codec->spec; ch_mode_get() local
2353 struct hda_gen_spec *spec = codec->spec; get_multiio_path() local
2363 aamix_default(struct hda_gen_spec *spec) aamix_default() argument
2370 struct hda_gen_spec *spec = codec->spec; set_multi_io() local
2402 struct hda_gen_spec *spec = codec->spec; ch_mode_put() local
2430 struct hda_gen_spec *spec = codec->spec; create_multi_channel_mode() local
2449 struct hda_gen_spec *spec = codec->spec; loopback_mixing_get() local
2458 struct hda_gen_spec *spec = codec->spec; update_aamix_paths() local
2488 struct hda_gen_spec *spec = codec->spec; update_output_paths() local
2504 struct hda_gen_spec *spec = codec->spec; loopback_mixing_put() local
2542 struct hda_gen_spec *spec = codec->spec; create_loopback_mixing_ctl() local
2561 struct hda_gen_spec *spec = codec->spec; update_hp_mic() local
2605 struct hda_gen_spec *spec = codec->spec; create_hp_mic() local
2703 struct hda_gen_spec *spec = codec->spec; find_kctl_name() local
2717 struct hda_gen_spec *spec = codec->spec; get_jack_mode_name() local
2729 struct hda_gen_spec *spec = codec->spec; get_out_jack_num_items() local
2741 struct hda_gen_spec *spec = codec->spec; create_out_jack_modes() local
2871 struct hda_gen_spec *spec = codec->spec; get_in_jack_num_items() local
2880 struct hda_gen_spec *spec = codec->spec; create_in_jack_mode() local
3017 struct hda_gen_spec *spec = codec->spec; create_hp_mic_jack_mode() local
3034 add_loopback_list(struct hda_gen_spec *spec, hda_nid_t mix, int idx) add_loopback_list() argument
3091 struct hda_gen_spec *spec = codec->spec; new_analog_input() local
3152 struct hda_gen_spec *spec = codec->spec; fill_adc_nids() local
3182 struct hda_gen_spec *spec = codec->spec; check_dyn_adc_switch() local
3252 struct hda_gen_spec *spec = codec->spec; parse_capture_source() local
3292 struct hda_gen_spec *spec = codec->spec; fill_input_pin_labels() local
3325 struct hda_gen_spec *spec = codec->spec; create_input_ctls() local
3398 struct hda_gen_spec *spec = codec->spec; get_input_path() local
3419 struct hda_gen_spec *spec = codec->spec; mux_enum_info() local
3427 struct hda_gen_spec *spec = codec->spec; mux_enum_get() local
3465 struct hda_gen_spec *spec = codec->spec; cap_put_caller() local
3578 struct hda_gen_spec *spec = codec->spec; is_inv_dmic_pin() local
3601 struct hda_gen_spec *spec = codec->spec; cap_single_sw_put() local
3618 struct hda_gen_spec *spec = codec->spec; add_single_cap_ctl() local
3678 struct hda_gen_spec *spec = codec->spec; create_bind_cap_vol_ctl() local
3724 struct hda_gen_spec *spec = codec->spec; create_multi_cap_vol_ctl() local
3753 struct hda_gen_spec *spec = codec->spec; create_capture_mixers() local
3869 struct hda_gen_spec *spec = codec->spec; parse_mic_boost() local
3921 struct hda_gen_spec *spec = codec->spec; create_mute_led_cdev() local
3958 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_mute_led_cdev() local
3990 struct hda_gen_spec *spec = codec->spec; call_micmute_led_update() local
4020 struct hda_gen_spec *spec = codec->spec; update_micmute_led() local
4054 struct hda_gen_spec *spec = codec->spec; micmute_led_mode_get() local
4064 struct hda_gen_spec *spec = codec->spec; micmute_led_mode_put() local
4088 struct hda_gen_spec *spec = codec->spec; add_micmute_led_hook() local
4138 struct hda_gen_spec *spec = codec->spec; parse_digital() local
4203 struct hda_gen_spec *spec = codec->spec; mux_select() local
4250 struct hda_gen_spec *spec = codec->spec; set_path_power() local
4351 struct hda_gen_spec *spec = codec->spec; add_all_pin_power_ctls() local
4380 struct hda_gen_spec *spec = codec->spec; sync_all_pin_power_ctls() local
4399 struct hda_gen_spec *spec = codec->spec; add_fake_paths() local
4423 struct hda_gen_spec *spec = codec->spec; add_fake_beep_paths() local
4460 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_fix_pin_power() local
4503 struct hda_gen_spec *spec = codec->spec; do_automute() local
4567 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_update_outputs() local
4614 struct hda_gen_spec *spec = codec->spec; call_update_outputs() local
4633 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_hp_automute() local
4658 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_line_automute() local
4683 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_mic_autoswitch() local
4707 struct hda_gen_spec *spec = codec->spec; call_hp_automute() local
4717 struct hda_gen_spec *spec = codec->spec; call_line_automute() local
4727 struct hda_gen_spec *spec = codec->spec; call_mic_autoswitch() local
4749 struct hda_gen_spec *spec = codec->spec; automute_mode_info() local
4763 struct hda_gen_spec *spec = codec->spec; automute_mode_get() local
4778 struct hda_gen_spec *spec = codec->spec; automute_mode_put() local
4825 struct hda_gen_spec *spec = codec->spec; add_automute_mode_enum() local
4838 struct hda_gen_spec *spec = codec->spec; check_auto_mute_availability() local
4911 struct hda_gen_spec *spec = codec->spec; auto_mic_check_imux() local
4945 struct hda_gen_spec *spec = codec->spec; check_auto_mic_availability() local
5022 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_path_power_filter() local
5082 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_parse_auto_config() local
5283 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_controls() local
5357 struct hda_gen_spec *spec = codec->spec; call_pcm_playback_hook() local
5367 struct hda_gen_spec *spec = codec->spec; call_pcm_capture_hook() local
5379 struct hda_gen_spec *spec = codec->spec; playback_pcm_open() local
5401 struct hda_gen_spec *spec = codec->spec; playback_pcm_prepare() local
5416 struct hda_gen_spec *spec = codec->spec; playback_pcm_cleanup() local
5430 struct hda_gen_spec *spec = codec->spec; playback_pcm_close() local
5481 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_open() local
5499 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_close() local
5537 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_open() local
5547 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_prepare() local
5556 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_cleanup() local
5564 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_close() local
5580 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_prepare() local
5593 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_cleanup() local
5688 struct hda_gen_spec *spec = codec->spec; dyn_adc_pcm_resetup() local
5710 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_prepare() local
5723 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_cleanup() local
5795 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_pcms() local
5925 struct hda_gen_spec *spec = codec->spec; init_multi_out() local
5944 struct hda_gen_spec *spec = codec->spec; init_extra_out() local
5956 struct hda_gen_spec *spec = codec->spec; init_multi_io() local
5975 struct hda_gen_spec *spec = codec->spec; init_aamix_paths() local
5995 struct hda_gen_spec *spec = codec->spec; init_analog_input() local
6015 struct hda_gen_spec *spec = codec->spec; init_input_src() local
6046 struct hda_gen_spec *spec = codec->spec; init_digital() local
6084 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_init() local
6160 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_check_power_status() local
6189 struct hda_gen_spec *spec; snd_hda_parse_generic_codec() local
[all...]
H A Dpatch_cirrus.c131 struct cs_spec *spec = codec->spec; in cs_vendor_coef_get() local
132 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
134 return snd_hda_codec_read(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
141 struct cs_spec *spec = codec->spec; in cs_vendor_coef_set() local
142 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
144 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
156 struct cs_spec *spec = codec->spec; in cs_automute() local
184 struct cs_spec *spec = codec->spec; init_input_coef() local
297 struct cs_spec *spec = codec->spec; cs_init() local
349 struct cs_spec *spec = codec->spec; cs_parse_auto_config() local
499 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_13() local
511 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_23() local
573 struct cs_spec *spec; cs_alloc_spec() local
588 struct cs_spec *spec; patch_cs420x() local
655 struct cs_spec *spec = codec->spec; cs4208_fixup_gpio0() local
701 struct cs_spec *spec = codec->spec; cs4208_spdif_sw_put() local
714 struct cs_spec *spec = codec->spec; cs4208_fixup_spdif_switch() local
769 struct cs_spec *spec; patch_cs4208() local
852 struct cs_spec *spec = codec->spec; cs421x_fixup_sense_b() local
989 struct cs_spec *spec = codec->spec; cs4210_pinmux_init() local
1023 struct cs_spec *spec = codec->spec; cs4210_spdif_automute() local
1045 struct cs_spec *spec = codec->spec; parse_cs421x_digital() local
1061 struct cs_spec *spec = codec->spec; cs421x_init() local
1101 struct cs_spec *spec = codec->spec; cs421x_parse_auto_config() local
1134 struct cs_spec *spec = codec->spec; cs421x_suspend() local
1167 struct cs_spec *spec; patch_cs4210() local
1203 struct cs_spec *spec; patch_cs4213() local
[all...]
H A Dpatch_hdmi.c77 struct hdmi_pcm *pcm; /* pointer to spec->pcm_rec[n] dynamically*/
186 struct hdmi_spec *spec = codec->spec; in codec_has_acomp() local
187 return spec->use_acomp_notifier; in codec_has_acomp()
229 #define get_pin(spec, idx) \
230 ((struct hdmi_spec_per_pin *)snd_array_elem(&spec->pins, idx))
231 #define get_cvt(spec, idx) \
232 ((struct hdmi_spec_per_cvt *)snd_array_elem(&spec->cvts, idx))
234 #define get_hdmi_pcm(spec, idx) (&(spec)
241 struct hdmi_spec *spec = codec->spec; pin_id_to_pin_index() local
266 struct hdmi_spec *spec = codec->spec; hinfo_to_pcm_index() local
280 struct hdmi_spec *spec = codec->spec; hinfo_to_pin_index() local
296 pcm_idx_to_pin(struct hdmi_spec *spec, int pcm_idx) pcm_idx_to_pin() argument
312 struct hdmi_spec *spec = codec->spec; cvt_nid_to_cvt_index() local
327 struct hdmi_spec *spec = codec->spec; hdmi_eld_ctl_info() local
354 struct hdmi_spec *spec = codec->spec; hdmi_eld_ctl_get() local
402 struct hdmi_spec *spec = codec->spec; hdmi_create_eld_ctl() local
454 struct hdmi_spec *spec = codec->spec; hdmi_init_pin() local
672 struct hdmi_spec *spec = codec->spec; hdmi_pin_setup_infoframe() local
731 struct hdmi_spec *spec = codec->spec; hdmi_setup_audio_infoframe() local
785 struct hdmi_spec *spec = codec->spec; check_presence_and_report() local
940 struct hdmi_spec *spec = codec->spec; hdmi_setup_stream() local
984 struct hdmi_spec *spec = codec->spec; hdmi_choose_cvt() local
1053 intel_cvt_id_to_mux_idx(struct hdmi_spec *spec, hda_nid_t cvt_nid) intel_cvt_id_to_mux_idx() argument
1077 struct hdmi_spec *spec = codec->spec; intel_not_share_assigned_cvt() local
1153 struct hdmi_spec *spec = codec->spec; intel_not_share_assigned_cvt_nid() local
1170 struct hdmi_spec *spec = codec->spec; pin_cvt_fixup() local
1183 struct hdmi_spec *spec = codec->spec; hdmi_pcm_open_no_pin() local
1231 struct hdmi_spec *spec = codec->spec; hdmi_pcm_open() local
1328 struct hdmi_spec *spec = codec->spec; hdmi_read_pin_conn() local
1359 hdmi_find_pcm_slot(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_find_pcm_slot() argument
1408 hdmi_attach_hda_pcm(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_attach_hda_pcm() argument
1424 hdmi_detach_hda_pcm(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_detach_hda_pcm() argument
1439 hdmi_get_pin_cvt_mux(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin, hda_nid_t cvt_nid) hdmi_get_pin_cvt_mux() argument
1452 hdmi_pcm_setup_pin(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_pcm_setup_pin() argument
1496 hdmi_pcm_reset_pin(struct hdmi_spec *spec, struct hdmi_spec_per_pin *per_pin) hdmi_pcm_reset_pin() argument
1512 struct hdmi_spec *spec = codec->spec; pin_idx_to_pcm_jack() local
1530 struct hdmi_spec *spec = codec->spec; update_eld() local
1629 struct hdmi_spec *spec = codec->spec; hdmi_present_sense_via_verbs() local
1688 struct hdmi_spec *spec = codec->spec; silent_stream_enable() local
1744 struct hdmi_spec *spec = codec->spec; silent_stream_disable() local
1772 struct hdmi_spec *spec = codec->spec; sync_eld_via_acomp() local
1828 struct hdmi_spec *spec = codec->spec; hdmi_repoll_eld() local
1846 struct hdmi_spec *spec = codec->spec; hdmi_add_pin() local
1931 struct hdmi_spec *spec = codec->spec; hdmi_add_cvt() local
1980 struct hdmi_spec *spec = codec->spec; hdmi_parse_codec() local
2061 struct hdmi_spec *spec = codec->spec; generic_hdmi_playback_pcm_prepare() local
2149 struct hdmi_spec *spec = codec->spec; hdmi_pcm_close() local
2221 struct hdmi_spec *spec = codec->spec; hdmi_get_spk_alloc() local
2234 struct hdmi_spec *spec = codec->spec; hdmi_get_chmap() local
2248 struct hdmi_spec *spec = codec->spec; hdmi_set_chmap() local
2264 struct hdmi_spec *spec = codec->spec; is_hdmi_pcm_attached() local
2272 struct hdmi_spec *spec = codec->spec; generic_hdmi_build_pcms() local
2327 struct hdmi_spec *spec = codec->spec; generic_hdmi_build_jack() local
2353 struct hdmi_spec *spec = codec->spec; generic_hdmi_build_controls() local
2421 struct hdmi_spec *spec = codec->spec; generic_hdmi_init_per_pins() local
2437 struct hdmi_spec *spec = codec->spec; generic_hdmi_init() local
2457 hdmi_array_init(struct hdmi_spec *spec, int nums) hdmi_array_init() argument
2463 hdmi_array_free(struct hdmi_spec *spec) hdmi_array_free() argument
2471 struct hdmi_spec *spec = codec->spec; generic_spec_free() local
2483 struct hdmi_spec *spec = codec->spec; generic_hdmi_free() local
2515 struct hdmi_spec *spec = codec->spec; generic_hdmi_suspend() local
2527 struct hdmi_spec *spec = codec->spec; generic_hdmi_resume() local
2563 struct hdmi_spec *spec; alloc_generic_hdmi() local
2633 struct hdmi_spec *spec; generic_acomp_notifier_set() local
2681 struct hdmi_spec *spec = codec->spec; generic_acomp_pin_eld_notify() local
2701 struct hdmi_spec *spec = codec->spec; setup_drm_audio_ops() local
2720 struct hdmi_spec *spec = codec->spec; generic_acomp_init() local
2748 struct hdmi_spec *spec = codec->spec; intel_haswell_enable_all_pins() local
2768 struct hdmi_spec *spec = codec->spec; intel_haswell_fixup_enable_dp12() local
2823 struct hdmi_spec *spec = codec->spec; intel_pin2port() local
2848 struct hdmi_spec *spec = codec->spec; intel_port2pin() local
2889 struct hdmi_spec *spec = codec->spec; register_i915_notifier() local
2971 struct hdmi_spec *spec; intel_hsw_common_init() local
3039 struct hdmi_spec *spec = codec->spec; patch_i915_tgl_hdmi() local
3050 struct hdmi_spec *spec; patch_i915_byt_hdmi() local
3088 struct hdmi_spec *spec = codec->spec; simple_playback_build_pcms() local
3127 struct hdmi_spec *spec = codec->spec; simple_playback_build_controls() local
3142 struct hdmi_spec *spec = codec->spec; simple_playback_init() local
3158 struct hdmi_spec *spec = codec->spec; simple_playback_free() local
3253 struct hdmi_spec *spec = codec->spec; simple_playback_pcm_open() local
3286 struct hdmi_spec *spec = codec->spec; simple_playback_pcm_close() local
3296 struct hdmi_spec *spec = codec->spec; simple_playback_pcm_prepare() local
3323 struct hdmi_spec *spec; patch_simple_hdmi() local
3392 struct hdmi_spec *spec = codec->spec; nvhdmi_8ch_7x_pcm_close() local
3422 struct hdmi_spec *spec = codec->spec; nvhdmi_8ch_7x_pcm_prepare() local
3531 struct hdmi_spec *spec; patch_nvhdmi_2ch() local
3549 struct hdmi_spec *spec = codec->spec; nvhdmi_7x_8ch_build_pcms() local
3560 struct hdmi_spec *spec = codec->spec; nvhdmi_7x_8ch_build_controls() local
3591 struct hdmi_spec *spec; patch_nvhdmi_8ch_7x() local
3659 struct hdmi_spec *spec; patch_nvhdmi() local
3694 struct hdmi_spec *spec; patch_nvhdmi_legacy() local
3828 struct hdmi_spec *spec = codec->spec; hda_find_pcm_by_type() local
3868 struct hdmi_spec *spec; patch_tegra_hdmi() local
4187 struct hdmi_spec *spec = codec->spec; atihdmi_init() local
4234 struct hdmi_spec *spec; patch_atihdmi() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglMemoryStressTests.cpp327 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description) in MemoryStressCase() argument
346 , m_spec (spec) in MemoryStressCase()
476 MemoryStressCase::Spec spec; in init() local
478 spec.types = OBJECTTYPE_PBUFFER; in init()
479 spec.minWidth = 256; in init()
480 spec.minHeight = 256; in init()
481 spec.maxWidth = 256; in init()
482 spec.maxHeight = 256; in init()
483 spec in init()
490 MemoryStressCase::Spec spec; init() local
504 MemoryStressCase::Spec spec; init() local
518 MemoryStressCase::Spec spec; init() local
532 MemoryStressCase::Spec spec; init() local
546 MemoryStressCase::Spec spec; init() local
560 MemoryStressCase::Spec spec; init() local
574 MemoryStressCase::Spec spec; init() local
588 MemoryStressCase::Spec spec; init() local
602 MemoryStressCase::Spec spec; init() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H A Dvia_aux_edid.c20 struct fb_monspecs *spec = drv->data; in query_edid() local
24 if (spec) { in query_edid()
25 fb_destroy_modedb(spec->modedb); in query_edid()
27 spec = kmalloc(sizeof(*spec), GFP_KERNEL); in query_edid()
28 if (!spec) in query_edid()
32 spec->version = spec->revision = 0; in query_edid()
34 fb_edid_to_monspecs(edid, spec); in query_edid()
35 valid = spec in query_edid()
49 struct fb_monspecs *spec = drv->data; get_preferred_mode() local
66 struct fb_monspecs *spec = drv->data; cleanup() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H A Dvia_aux_edid.c20 struct fb_monspecs *spec = drv->data; in query_edid() local
24 if (spec) { in query_edid()
25 fb_destroy_modedb(spec->modedb); in query_edid()
27 spec = kmalloc(sizeof(*spec), GFP_KERNEL); in query_edid()
28 if (!spec) in query_edid()
32 spec->version = spec->revision = 0; in query_edid()
34 fb_edid_to_monspecs(edid, spec); in query_edid()
35 valid = spec in query_edid()
49 struct fb_monspecs *spec = drv->data; get_preferred_mode() local
66 struct fb_monspecs *spec = drv->data; cleanup() local
[all...]

Completed in 35 milliseconds

12345678910>>...55