Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/linux/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...]
/linux/sound/hda/codecs/
H A Dgeneric.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
1011 add_pb_vol_ctrl(spec,type,pfx,val) global() argument
1013 add_pb_sw_ctrl(spec,type,pfx,val) global() argument
1015 __add_pb_vol_ctrl(spec,type,pfx,cidx,val) global() argument
1017 __add_pb_sw_ctrl(spec,type,pfx,cidx,val) global() 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
3967 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_mute_led_cdev() local
4004 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_micmute_led_cdev() local
4026 struct hda_gen_spec *spec = codec->spec; parse_digital() local
4091 struct hda_gen_spec *spec = codec->spec; mux_select() local
4138 struct hda_gen_spec *spec = codec->spec; set_path_power() local
4239 struct hda_gen_spec *spec = codec->spec; add_all_pin_power_ctls() local
4268 struct hda_gen_spec *spec = codec->spec; sync_all_pin_power_ctls() local
4287 struct hda_gen_spec *spec = codec->spec; add_fake_paths() local
4311 struct hda_gen_spec *spec = codec->spec; add_fake_beep_paths() local
4348 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_fix_pin_power() local
4391 struct hda_gen_spec *spec = codec->spec; do_automute() local
4455 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_update_outputs() local
4502 struct hda_gen_spec *spec = codec->spec; call_update_outputs() local
4521 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_hp_automute() local
4546 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_line_automute() local
4571 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_mic_autoswitch() local
4595 struct hda_gen_spec *spec = codec->spec; call_hp_automute() local
4605 struct hda_gen_spec *spec = codec->spec; call_line_automute() local
4615 struct hda_gen_spec *spec = codec->spec; call_mic_autoswitch() local
4637 struct hda_gen_spec *spec = codec->spec; automute_mode_info() local
4651 struct hda_gen_spec *spec = codec->spec; automute_mode_get() local
4666 struct hda_gen_spec *spec = codec->spec; automute_mode_put() local
4713 struct hda_gen_spec *spec = codec->spec; add_automute_mode_enum() local
4726 struct hda_gen_spec *spec = codec->spec; check_auto_mute_availability() local
4799 struct hda_gen_spec *spec = codec->spec; auto_mic_check_imux() local
4833 struct hda_gen_spec *spec = codec->spec; check_auto_mic_availability() local
4910 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_path_power_filter() local
4990 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_shutup_speakers() local
5033 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_parse_auto_config() local
5235 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_controls() local
5310 struct hda_gen_spec *spec = codec->spec; call_pcm_playback_hook() local
5320 struct hda_gen_spec *spec = codec->spec; call_pcm_capture_hook() local
5332 struct hda_gen_spec *spec = codec->spec; playback_pcm_open() local
5354 struct hda_gen_spec *spec = codec->spec; playback_pcm_prepare() local
5369 struct hda_gen_spec *spec = codec->spec; playback_pcm_cleanup() local
5383 struct hda_gen_spec *spec = codec->spec; playback_pcm_close() local
5434 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_open() local
5452 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_close() local
5490 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_open() local
5500 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_prepare() local
5509 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_cleanup() local
5517 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_close() local
5533 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_prepare() local
5546 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_cleanup() local
5641 struct hda_gen_spec *spec = codec->spec; dyn_adc_pcm_resetup() local
5663 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_prepare() local
5676 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_cleanup() local
5748 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_pcms() local
5878 struct hda_gen_spec *spec = codec->spec; init_multi_out() local
5897 struct hda_gen_spec *spec = codec->spec; init_extra_out() local
5909 struct hda_gen_spec *spec = codec->spec; init_multi_io() local
5928 struct hda_gen_spec *spec = codec->spec; init_aamix_paths() local
5948 struct hda_gen_spec *spec = codec->spec; init_analog_input() local
5968 struct hda_gen_spec *spec = codec->spec; init_input_src() local
5999 struct hda_gen_spec *spec = codec->spec; init_digital() local
6037 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_init() local
6094 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_check_power_status() local
6107 struct hda_gen_spec *spec; snd_hda_gen_probe() local
[all...]
H A Danalog.c52 #define set_beep_amp(spec, nid, idx, dir) \ argument
53 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */
55 #define set_beep_amp(spec, nid, idx, dir) /* NOP */ argument
61 struct ad198x_spec *spec = codec->spec; in create_beep_ctls() local
64 if (!spec->beep_amp) in create_beep_ctls()
73 kctl->private_value = spec->beep_amp; in create_beep_ctls()
134 struct ad198x_spec *spec = codec->spec; in ad_vmaster_eapd_hook() local
136 if (!spec in ad_vmaster_eapd_hook()
164 struct ad198x_spec *spec = codec->spec; ad198x_parse_auto_config() local
192 struct ad198x_spec *spec; alloc_ad_spec() local
210 struct ad198x_spec *spec = codec->spec; ad_fixup_inv_jack_detect() local
224 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd() local
237 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd_mix_in() local
378 struct ad198x_spec *spec = codec->spec; ad1986a_probe() local
433 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_info() local
450 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_get() local
460 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_put() local
485 struct ad198x_spec *spec = codec->spec; ad1983_add_spdif_mux_ctl() local
504 struct ad198x_spec *spec = codec->spec; ad1983_probe() local
532 struct ad198x_spec *spec = codec->spec; ad1981_fixup_hp_eapd() local
583 struct ad198x_spec *spec = codec->spec; ad1981_probe() local
695 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_info() local
710 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_get() local
720 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_put() local
753 struct ad198x_spec *spec = codec->spec; ad_codec_init() local
776 struct ad198x_spec *spec = codec->spec; ad1988_add_spdif_mux_ctl() local
866 struct ad198x_spec *spec = codec->spec; ad1988_probe() local
934 struct ad198x_spec *spec = codec->spec; ad1884_vmaster_hp_gpio_hook() local
946 struct ad198x_spec *spec = codec->spec; ad1884_fixup_hp_eapd() local
971 struct ad198x_spec *spec = codec->spec; ad1884_fixup_thinkpad() local
1037 struct ad198x_spec *spec = codec->spec; ad1884_probe() local
1074 struct ad198x_spec *spec = codec->spec; ad1882_probe() local
1096 struct ad198x_spec *spec; ad_codec_probe() local
[all...]
H A Dsigmatel.c246 struct sigmatel_spec *spec = codec->spec; in stac_playback_pcm_hook() local
247 if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay) in stac_playback_pcm_hook()
248 msleep(spec->stream_delay); in stac_playback_pcm_hook()
256 struct sigmatel_spec *spec = codec->spec; in stac_capture_pcm_hook() local
259 if (!spec->powerdown_adcs) in stac_capture_pcm_hook()
262 for (i = 0; i < spec->gen.num_all_adcs; i++) { in stac_capture_pcm_hook()
263 if (spec->gen.all_adcs[i] == hinfo->nid) { in stac_capture_pcm_hook()
274 spec in stac_capture_pcm_hook()
328 struct sigmatel_spec *spec = codec->spec; stac_capture_led_update() local
375 struct sigmatel_spec *spec = codec->spec; stac_update_led_status() local
411 struct sigmatel_spec *spec = codec->spec; stac_update_outputs() local
437 struct sigmatel_spec *spec = codec->spec; stac_toggle_power_map() local
468 struct sigmatel_spec *spec = codec->spec; jack_update_power() local
513 struct sigmatel_spec *spec = codec->spec; stac_init_power_map() local
546 struct sigmatel_spec *spec = codec->spec; stac_store_hints() local
577 struct sigmatel_spec *spec = codec->spec; stac_aloopback_get() local
588 struct sigmatel_spec *spec = codec->spec; stac_aloopback_put() local
712 struct sigmatel_spec *spec = codec->spec; set_hp_led_gpio() local
748 struct sigmatel_spec *spec = codec->spec; find_mute_led_cfg() local
804 struct sigmatel_spec *spec = codec->spec; has_builtin_speaker() local
832 struct sigmatel_spec *spec = codec->spec; stac_auto_create_beep_ctls() local
898 struct sigmatel_spec *spec = codec->spec; stac_beep_switch_ctl() local
914 struct sigmatel_spec *spec = codec->spec; stac_smux_enum_info() local
922 struct sigmatel_spec *spec = codec->spec; stac_smux_enum_get() local
933 struct sigmatel_spec *spec = codec->spec; stac_smux_enum_put() local
956 struct sigmatel_spec *spec = codec->spec; stac_create_spdif_mux_ctls() local
1357 struct sigmatel_spec *spec = codec->spec; stac9200_fixup_panasonic() local
1793 struct sigmatel_spec *spec = codec->spec; stac92hd73xx_fixup_ref() local
1804 struct sigmatel_spec *spec = codec->spec; stac92hd73xx_fixup_dell() local
1813 struct sigmatel_spec *spec = codec->spec; stac92hd73xx_fixup_dell_eq() local
1860 struct sigmatel_spec *spec = codec->spec; stac92hd73xx_fixup_alienware_m17x() local
1880 struct sigmatel_spec *spec = codec->spec; stac92hd73xx_disable_automute() local
2103 struct sigmatel_spec *spec = codec->spec; stac92hd83xxx_fixup_hp() local
2135 struct sigmatel_spec *spec = codec->spec; stac92hd83xxx_fixup_hp_led() local
2144 struct sigmatel_spec *spec = codec->spec; stac92hd83xxx_fixup_hp_inv_led() local
2153 struct sigmatel_spec *spec = codec->spec; stac92hd83xxx_fixup_hp_mic_led() local
2165 struct sigmatel_spec *spec = codec->spec; stac92hd83xxx_fixup_hp_led_gpio10() local
2176 struct sigmatel_spec *spec = codec->spec; stac92hd83xxx_fixup_headset_jack() local
2186 struct sigmatel_spec *spec = codec->spec; stac92hd83xxx_fixup_gpio10_eapd() local
2199 struct sigmatel_spec *spec = codec->spec; hp_envy_ts_fixup_dac_bind() local
2955 struct sigmatel_spec *spec = codec->spec; stac_hp_bass_gpio_get() local
2964 struct sigmatel_spec *spec = codec->spec; stac_hp_bass_gpio_put() local
2985 struct sigmatel_spec *spec = codec->spec; stac_add_hp_bass_switch() local
3060 struct sigmatel_spec *spec = codec->spec; stac92hd71bxx_fixup_ref() local
3072 struct sigmatel_spec *spec = codec->spec; stac92hd71bxx_fixup_hp_m4() local
3095 struct sigmatel_spec *spec = codec->spec; stac92hd71bxx_fixup_hp_dv4() local
3125 struct sigmatel_spec *spec = codec->spec; stac92hd71bxx_fixup_hp_hdx() local
3159 struct sigmatel_spec *spec = codec->spec; stac92hd71bxx_fixup_hp() local
3537 struct sigmatel_spec *spec = codec->spec; stac922x_fixup_intel_mac_gpio() local
3836 struct sigmatel_spec *spec = codec->spec; stac927x_fixup_ref() local
3848 struct sigmatel_spec *spec = codec->spec; stac927x_fixup_dell_dmic() local
3866 struct sigmatel_spec *spec = codec->spec; stac927x_fixup_volknob() local
4102 struct sigmatel_spec *spec = codec->spec; stac9205_fixup_ref() local
4114 struct sigmatel_spec *spec = codec->spec; stac9205_fixup_dell_m43() local
4142 struct sigmatel_spec *spec = codec->spec; stac9205_fixup_eapd() local
4231 struct sigmatel_spec *spec = codec->spec; stac92hd95_fixup_hp_led() local
4272 struct sigmatel_spec *spec = codec->spec; stac_parse_auto_config() local
4358 struct sigmatel_spec *spec = codec->spec; stac_init() local
4443 struct sigmatel_spec *spec = codec->spec; stac_suspend() local
4457 struct sigmatel_spec *spec; alloc_stac_spec() local
4471 struct sigmatel_spec *spec; probe_stac9200() local
4497 struct sigmatel_spec *spec; probe_stac925x() local
4521 struct sigmatel_spec *spec; probe_stac92hd73xx() local
4597 struct sigmatel_spec *spec = codec->spec; stac_setup_gpio() local
4621 struct sigmatel_spec *spec; probe_stac92hd83xxx() local
4664 struct sigmatel_spec *spec; probe_stac92hd95() local
4700 struct sigmatel_spec *spec; probe_stac92hd71bxx() local
4778 struct sigmatel_spec *spec; probe_stac922x() local
4814 struct sigmatel_spec *spec; probe_stac927x() local
4866 struct sigmatel_spec *spec; probe_stac9205() local
4947 struct sigmatel_spec *spec; probe_stac9872() local
[all...]
H A Dca0132.c1181 #define ca0132_quirk(spec) ((spec)->codec->fixup_id) argument
1182 #define ca0132_use_pci_mmio(spec) ((spec)->use_pci_mmio) argument
1183 #define ca0132_use_alt_functions(spec) ((spec)->use_alt_functions) argument
1184 #define ca0132_use_alt_controls(spec) ((spec)->use_alt_controls) argument
1186 #define ca0132_quirk(spec) ({ (void)(spec); QUIRK_NON argument
1187 ca0132_use_alt_functions(spec) global() argument
1188 ca0132_use_pci_mmio(spec) global() argument
1189 ca0132_use_alt_controls(spec) global() argument
1581 struct ca0132_spec *spec = codec->spec; chipio_write_address() local
1607 struct ca0132_spec *spec = codec->spec; chipio_write_data() local
1652 struct ca0132_spec *spec = codec->spec; chipio_read_data() local
1684 struct ca0132_spec *spec = codec->spec; chipio_write() local
1735 struct ca0132_spec *spec = codec->spec; chipio_write_multiple() local
1757 struct ca0132_spec *spec = codec->spec; chipio_read() local
1798 struct ca0132_spec *spec = codec->spec; chipio_set_control_param() local
1978 struct ca0132_spec *spec = codec->spec; chipio_8051_write_exram() local
2006 struct ca0132_spec *spec = codec->spec; chipio_8051_write_pll_pmu() local
2028 struct ca0132_spec *spec = codec->spec; chipio_enable_clocks() local
2082 struct ca0132_spec *spec = codec->spec; dspio_write() local
2257 struct ca0132_spec *spec = codec->spec; dspio_get_response_data() local
2286 struct ca0132_spec *spec = codec->spec; dspio_send_scp_message() local
3051 struct ca0132_spec *spec = codec->spec; dma_reset() local
3114 struct ca0132_spec *spec = dma->codec->spec; dma_get_stream_id() local
3408 struct ca0132_spec *spec = codec->spec; dspxfr_image() local
3524 struct ca0132_spec *spec = codec->spec; dspload_post_setup() local
3658 struct ca0132_spec *spec = codec->spec; ca0113_mmio_gpio_set() local
3678 struct ca0132_spec *spec = codec->spec; ca0113_mmio_command_set() local
3717 struct ca0132_spec *spec = codec->spec; ca0113_mmio_command_set_type2() local
3756 struct ca0132_spec *spec = codec->spec; ca0132_gpio_init() local
3779 struct ca0132_spec *spec = codec->spec; ca0132_gpio_setup() local
3905 struct ca0132_spec *spec = codec->spec; ca0132_playback_pcm_prepare() local
3916 struct ca0132_spec *spec = codec->spec; ca0132_playback_pcm_cleanup() local
3935 struct ca0132_spec *spec = codec->spec; ca0132_playback_pcm_delay() local
3963 struct ca0132_spec *spec = codec->spec; ca0132_dig_playback_pcm_open() local
3973 struct ca0132_spec *spec = codec->spec; ca0132_dig_playback_pcm_prepare() local
3982 struct ca0132_spec *spec = codec->spec; ca0132_dig_playback_pcm_cleanup() local
3990 struct ca0132_spec *spec = codec->spec; ca0132_dig_playback_pcm_close() local
4013 struct ca0132_spec *spec = codec->spec; ca0132_capture_pcm_cleanup() local
4026 struct ca0132_spec *spec = codec->spec; ca0132_capture_pcm_delay() local
4260 struct ca0132_spec *spec = codec->spec; tuning_ctl_get() local
4286 struct ca0132_spec *spec = codec->spec; voice_focus_ctl_put() local
4321 struct ca0132_spec *spec = codec->spec; mic_svm_ctl_put() local
4356 struct ca0132_spec *spec = codec->spec; equalizer_ctl_put() local
4437 struct ca0132_spec *spec = codec->spec; ca0132_init_tuning_defaults() local
4459 struct ca0132_spec *spec = codec->spec; ca0132_select_out() local
4563 struct ca0132_spec *spec = codec->spec; ae5_mmio_select_out() local
4580 struct ca0132_spec *spec = codec->spec; ca0132_alt_set_full_range_speaker() local
4626 struct ca0132_spec *spec = codec->spec; ca0132_alt_surround_set_bass_redirection() local
4659 struct ca0132_spec *spec = codec->spec; ca0132_alt_select_out_get_quirk_data() local
4676 struct ca0132_spec *spec = codec->spec; ca0132_alt_select_out_quirk_set() local
4768 struct ca0132_spec *spec = codec->spec; ca0132_alt_select_out() local
4919 struct ca0132_spec *spec = container_of( ca0132_unsol_hp_delayed() local
4947 struct ca0132_spec *spec = codec->spec; ca0132_set_vipsource() local
4985 struct ca0132_spec *spec = codec->spec; ca0132_alt_set_vipsource() local
5056 struct ca0132_spec *spec = codec->spec; ca0132_select_mic() local
5108 struct ca0132_spec *spec = codec->spec; ca0132_alt_select_in() local
5287 struct ca0132_spec *spec = codec->spec; ca0132_is_vnode_effective() local
5313 struct ca0132_spec *spec = codec->spec; ca0132_voicefx_set() local
5335 struct ca0132_spec *spec = codec->spec; ca0132_effects_set() local
5426 struct ca0132_spec *spec = codec->spec; ca0132_pe_switch_set() local
5448 struct ca0132_spec *spec = codec->spec; stop_mic1() local
5461 struct ca0132_spec *spec = codec->spec; resume_mic1() local
5474 struct ca0132_spec *spec = codec->spec; ca0132_cvoice_switch_set() local
5503 struct ca0132_spec *spec = codec->spec; ca0132_mic_boost_set() local
5518 struct ca0132_spec *spec = codec->spec; ca0132_alt_mic_boost_set() local
5555 struct ca0132_spec *spec = codec->spec; ca0132_vnode_switch_set() local
5674 struct ca0132_spec *spec = codec->spec; ca0132_alt_xbass_xover_slider_ctl_get() local
5690 struct ca0132_spec *spec = codec->spec; ca0132_alt_slider_ctl_get() local
5733 struct ca0132_spec *spec = codec->spec; ca0132_alt_xbass_xover_slider_put() local
5763 struct ca0132_spec *spec = codec->spec; ca0132_alt_effect_slider_put() local
5810 struct ca0132_spec *spec = codec->spec; ca0132_alt_mic_boost_get() local
5820 struct ca0132_spec *spec = codec->spec; ca0132_alt_mic_boost_put() local
5864 struct ca0132_spec *spec = codec->spec; ae5_headphone_gain_get() local
5874 struct ca0132_spec *spec = codec->spec; ae5_headphone_gain_put() local
5917 struct ca0132_spec *spec = codec->spec; ae5_sound_filter_get() local
5927 struct ca0132_spec *spec = codec->spec; ae5_sound_filter_put() local
5967 struct ca0132_spec *spec = codec->spec; ca0132_alt_input_source_get() local
5977 struct ca0132_spec *spec = codec->spec; ca0132_alt_input_source_put() local
6019 struct ca0132_spec *spec = codec->spec; ca0132_alt_output_select_get() local
6029 struct ca0132_spec *spec = codec->spec; ca0132_alt_output_select_put() local
6070 struct ca0132_spec *spec = codec->spec; ca0132_alt_speaker_channel_cfg_get() local
6080 struct ca0132_spec *spec = codec->spec; ca0132_alt_speaker_channel_cfg_put() local
6123 struct ca0132_spec *spec = codec->spec; ca0132_alt_svm_setting_get() local
6133 struct ca0132_spec *spec = codec->spec; ca0132_alt_svm_setting_put() local
6187 struct ca0132_spec *spec = codec->spec; ca0132_alt_eq_preset_get() local
6197 struct ca0132_spec *spec = codec->spec; ca0132_alt_eq_preset_put() local
6244 struct ca0132_spec *spec = codec->spec; ca0132_voicefx_get() local
6254 struct ca0132_spec *spec = codec->spec; ca0132_voicefx_put() local
6289 struct ca0132_spec *spec = codec->spec; ca0132_switch_get() local
6341 struct ca0132_spec *spec = codec->spec; ca0132_switch_put() local
6443 struct ca0132_spec *spec = codec->spec; ca0132_alt_dsp_volume_put() local
6475 struct ca0132_spec *spec = codec->spec; ca0132_volume_info() local
6513 struct ca0132_spec *spec = codec->spec; ca0132_volume_get() local
6534 struct ca0132_spec *spec = codec->spec; ca0132_volume_put() local
6581 struct ca0132_spec *spec = codec->spec; ca0132_alt_volume_put() local
6621 struct ca0132_spec *spec = codec->spec; ca0132_volume_tlv() local
6694 struct ca0132_spec *spec = codec->spec; add_fx_switch() local
7043 struct ca0132_spec *spec = codec->spec; ca0132_build_controls() local
7230 struct ca0132_spec *spec = codec->spec; dbpro_build_controls() local
7294 struct ca0132_spec *spec = codec->spec; ca0132_build_pcms() local
7354 struct ca0132_spec *spec = codec->spec; dbpro_build_pcms() local
7435 struct ca0132_spec *spec = codec->spec; ca0132_set_dmic() local
7479 struct ca0132_spec *spec = codec->spec; ca0132_init_dmic() local
7527 struct ca0132_spec *spec = codec->spec; ca0132_init_analog_mic2() local
7539 struct ca0132_spec *spec = codec->spec; ca0132_refresh_widget_caps() local
7617 struct ca0132_spec *spec = codec->spec; ca0132_alt_start_dsp_audio_streams() local
7773 struct ca0132_spec *spec = codec->spec; ca0132_alt_init_speaker_tuning() local
7817 struct ca0132_spec *spec = codec->spec; ca0132_alt_init_analog_mics() local
7847 struct ca0132_spec *spec = codec->spec; sbz_connect_streams() local
7877 struct ca0132_spec *spec = codec->spec; sbz_chipio_startup_data() local
7909 struct ca0132_spec *spec = codec->spec; ca0132_alt_dsp_initial_mic_setup() local
7940 struct ca0132_spec *spec = codec->spec; ae5_post_dsp_register_set() local
7994 struct ca0132_spec *spec = codec->spec; ae5_post_dsp_stream_setup() local
8020 struct ca0132_spec *spec = codec->spec; ae5_post_dsp_startup_data() local
8052 struct ca0132_spec *spec = codec->spec; ae7_post_dsp_setup_ports() local
8073 struct ca0132_spec *spec = codec->spec; ae7_post_dsp_asi_stream_setup() local
8110 struct ca0132_spec *spec = codec->spec; ae7_post_dsp_asi_setup_ports() local
8221 struct ca0132_spec *spec = codec->spec; ca0132_setup_defaults() local
8266 struct ca0132_spec *spec = codec->spec; r3d_setup_defaults() local
8316 struct ca0132_spec *spec = codec->spec; sbz_setup_defaults() local
8370 struct ca0132_spec *spec = codec->spec; ae5_setup_defaults() local
8435 struct ca0132_spec *spec = codec->spec; ae7_setup_defaults() local
8518 struct ca0132_spec *spec = codec->spec; ca0132_init_flags() local
8551 struct ca0132_spec *spec = codec->spec; ca0132_init_params() local
8582 struct ca0132_spec *spec = codec->spec; ca0132_download_dsp_images() local
8637 struct ca0132_spec *spec = codec->spec; ca0132_download_dsp() local
8664 struct ca0132_spec *spec = codec->spec; ca0132_process_dsp_response() local
8679 struct ca0132_spec *spec = codec->spec; hp_callback() local
8693 struct ca0132_spec *spec = codec->spec; amic_callback() local
8703 struct ca0132_spec *spec = codec->spec; ca0132_setup_unsol() local
8792 struct ca0132_spec *spec = codec->spec; ca0132_init_chip() local
8885 struct ca0132_spec *spec = codec->spec; sbz_region2_exit() local
9091 struct ca0132_spec *spec = codec->spec; sbz_dsp_startup_check() local
9171 struct ca0132_spec *spec = codec->spec; sbz_pre_dsp_setup() local
9284 struct ca0132_spec *spec = codec->spec; ca0132_mmio_init_sbz() local
9334 struct ca0132_spec *spec = codec->spec; ca0132_mmio_init_ae5() local
9366 struct ca0132_spec *spec = codec->spec; ca0132_mmio_init() local
9399 struct ca0132_spec *spec = codec->spec; ae5_register_set() local
9458 struct ca0132_spec *spec = codec->spec; ca0132_alt_init() local
9515 struct ca0132_spec *spec = codec->spec; ca0132_init() local
9636 struct ca0132_spec *spec = codec->spec; dbpro_init() local
9651 struct ca0132_spec *spec = codec->spec; ca0132_free() local
9692 struct ca0132_spec *spec = codec->spec; dbpro_free() local
9702 struct ca0132_spec *spec = codec->spec; ca0132_config() local
9904 struct ca0132_spec *spec = codec->spec; ca0132_prepare_verbs() local
9966 struct ca0132_spec *spec = codec->spec; ca0132_codec_remove() local
9977 struct ca0132_spec *spec; ca0132_codec_probe() local
10094 struct ca0132_spec *spec = codec->spec; ca0132_codec_build_controls() local
10104 struct ca0132_spec *spec = codec->spec; ca0132_codec_build_pcms() local
10114 struct ca0132_spec *spec = codec->spec; ca0132_codec_init() local
10124 struct ca0132_spec *spec = codec->spec; ca0132_codec_suspend() local
[all...]
H A Dvia.c75 #define VT2002P_COMPATIBLE(spec) \ argument
76 ((spec)->codec_type == VT2002P ||\
77 (spec)->codec_type == VT1812 ||\
78 (spec)->codec_type == VT1802)
103 struct via_spec *spec; in via_new_spec() local
105 spec = kzalloc(sizeof(*spec), GFP_KERNEL); in via_new_spec()
106 if (spec == NULL) in via_new_spec()
109 codec->spec = spec; in via_new_spec()
186 struct via_spec *spec = codec->spec; vt1708_stop_hp_work() local
199 struct via_spec *spec = codec->spec; vt1708_update_hp_work() local
223 struct via_spec *spec = codec->spec; via_pin_power_ctl_get() local
233 struct via_spec *spec = codec->spec; via_pin_power_ctl_put() local
259 set_beep_amp(struct via_spec * spec,hda_nid_t nid,int idx,int dir) set_beep_amp() argument
279 struct via_spec *spec = codec->spec; auto_parse_beep() local
294 struct via_spec *spec = codec->spec; is_aa_path_mute() local
315 struct via_spec *spec = codec->spec; __analog_low_current_mode() local
384 struct via_spec *spec = codec->spec; via_suspend() local
405 struct via_spec *spec = codec->spec; via_check_power_status() local
438 struct via_spec *spec = codec->spec; vt1708_jack_detect_get() local
450 struct via_spec *spec = codec->spec; vt1708_jack_detect_put() local
491 struct via_spec *spec = codec->spec; via_parse_auto_config() local
546 struct via_spec *spec = codec->spec; via_build_pcms() local
573 struct via_spec *spec = codec->spec; probe_vt1708() local
613 struct via_spec *spec = codec->spec; probe_vt1709() local
623 struct via_spec *spec = codec->spec; probe_vt1708B() local
657 struct via_spec *spec = codec->spec; probe_vt1708S() local
690 struct via_spec *spec = codec->spec; probe_vt1702() local
726 struct via_spec *spec = codec->spec; add_secret_dac_path() local
760 struct via_spec *spec = codec->spec; probe_vt1718S() local
806 struct via_spec *spec = codec->spec; vt1716s_dmic_put() local
844 struct via_spec *spec = codec->spec; probe_vt1716S() local
956 struct via_spec *spec = codec->spec; probe_vt2002P() local
992 struct via_spec *spec = codec->spec; probe_vt1812() local
1022 struct via_spec *spec = codec->spec; probe_vt3476() local
1042 struct via_spec *spec; via_probe() local
[all...]
H A Dcm9825.c116 struct cmi_spec *spec = in cm9825_unsol_hp_delayed() local
119 hda_nid_t hp_pin = spec->gen.autocfg.hp_pins[0]; in cm9825_unsol_hp_delayed()
123 hp_jack_plugin = snd_hda_jack_detect(spec->codec, hp_pin); in cm9825_unsol_hp_delayed()
125 codec_dbg(spec->codec, "hp_jack_plugin %d, hp_pin 0x%X\n", in cm9825_unsol_hp_delayed()
130 snd_hda_codec_write(spec->codec, 0x42, 0, in cm9825_unsol_hp_delayed()
133 codec_dbg(spec->codec, "codec_write err %d\n", err); in cm9825_unsol_hp_delayed()
135 snd_hda_sequence_write(spec->codec, spec->chip_hp_remove_verbs); in cm9825_unsol_hp_delayed()
137 snd_hda_sequence_write(spec->codec, in cm9825_unsol_hp_delayed()
138 spec in cm9825_unsol_hp_delayed()
150 struct cmi_spec *spec = codec->spec; hp_callback() local
167 struct cmi_spec *spec = codec->spec; cm9825_setup_unsol() local
184 struct cmi_spec *spec = codec->spec; cm9825_remove() local
192 struct cmi_spec *spec = codec->spec; cm9825_suspend() local
203 struct cmi_spec *spec = codec->spec; cm9825_resume() local
243 struct cmi_spec *spec; cm9825_probe() local
[all...]
H A Dconexant.c56 static int set_beep_amp(struct conexant_spec *spec, hda_nid_t nid, in set_beep_amp() argument
63 spec->gen.beep_nid = nid; in set_beep_amp()
65 knew = snd_hda_gen_add_kctl(&spec->gen, NULL, in set_beep_amp()
76 struct conexant_spec *spec = codec->spec; in cx_auto_parse_beep() local
81 return set_beep_amp(spec, nid, 0, HDA_OUTPUT); in cx_auto_parse_beep()
95 struct conexant_spec *spec = codec->spec; in cx_auto_parse_eapd() local
103 spec->eapds[spec in cx_auto_parse_eapd()
134 struct conexant_spec *spec = codec->spec; cx_auto_vmaster_hook() local
144 struct conexant_spec *spec = codec->spec; cx_auto_vmaster_mute_led() local
154 struct conexant_spec *spec = codec->spec; cxt_init_gpio_led() local
190 struct conexant_spec *spec = codec->spec; cx_init() local
206 struct conexant_spec *spec = codec->spec; cx_auto_shutdown() local
313 struct conexant_spec *spec = codec->spec; cxt_fixup_stereo_dmic() local
348 struct conexant_spec *spec = codec->spec; cxt_update_headset_mode() local
380 struct conexant_spec *spec = codec->spec; cxt_fixup_headphone_mic() local
401 struct conexant_spec *spec = codec->spec; cxt_fixup_headset_mic() local
434 struct conexant_spec *spec = codec->spec; olpc_xo_update_mic_boost() local
449 struct conexant_spec *spec = codec->spec; olpc_xo_update_mic_pins() local
505 struct conexant_spec *spec = codec->spec; olpc_xo_automic() local
521 struct conexant_spec *spec = codec->spec; olpc_xo_capture_hook() local
542 struct conexant_spec *spec = codec->spec; olpc_xo_dc_mode_get() local
551 struct conexant_spec *spec = codec->spec; olpc_xo_dc_mode_put() local
567 struct conexant_spec *spec = codec->spec; olpc_xo_dc_bias_enum_get() local
582 struct conexant_spec *spec = codec->spec; olpc_xo_dc_bias_enum_put() local
623 struct conexant_spec *spec = codec->spec; olpc_xo_mic_boost_put() local
633 struct conexant_spec *spec = codec->spec; cxt_fixup_olpc_xo() local
664 struct conexant_spec *spec = codec->spec; cxt_fixup_mute_led_eapd() local
716 struct conexant_spec *spec = codec->spec; cxt_update_gpio_led() local
738 struct conexant_spec *spec = codec->spec; cxt_gpio_mute_update() local
749 struct conexant_spec *spec = codec->spec; cxt_gpio_micmute_update() local
758 struct conexant_spec *spec = codec->spec; cxt_setup_mute_led() local
1158 struct conexant_spec *spec = codec->spec; add_cx5051_fake_mutes() local
1173 struct conexant_spec *spec; cx_probe() local
[all...]
H A Dsenarytech.c45 static int set_beep_amp(struct senary_spec *spec, hda_nid_t nid, in set_beep_amp() argument
52 spec->gen.beep_nid = nid; in set_beep_amp()
54 knew = snd_hda_gen_add_kctl(&spec->gen, NULL, in set_beep_amp()
65 struct senary_spec *spec = codec->spec; in senary_auto_parse_beep() local
71 return set_beep_amp(spec, nid, 0, HDA_OUTPUT); in senary_auto_parse_beep()
81 struct senary_spec *spec = codec->spec; in senary_auto_parse_eapd() local
89 spec->eapds[spec in senary_auto_parse_eapd()
112 struct senary_spec *spec = codec->spec; senary_auto_vmaster_hook() local
119 struct senary_spec *spec = codec->spec; senary_init_gpio_led() local
143 struct senary_spec *spec = codec->spec; senary_shutdown() local
165 struct senary_spec *spec; senary_probe() local
[all...]
/linux/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
336 efx_filter_get_encap_type(const struct efx_filter_spec * spec) efx_filter_get_encap_type() argument
[all...]
/linux/sound/hda/codecs/cirrus/
H A Dcs8409.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
391 struct cs8409_spec *spec = codec->spec; cs8409_enable_ur() local
431 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_gpio_get() local
441 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_gpio_put() local
492 struct cs8409_spec *spec = codec->spec; cs42l42_volume_get() local
551 struct cs8409_spec *spec = codec->spec; cs42l42_volume_put() local
586 struct cs8409_spec *spec = codec->spec; cs42l42_playback_pcm_hook() local
615 struct cs8409_spec *spec = codec->spec; cs42l42_capture_pcm_hook() local
877 struct cs8409_spec *spec = codec->spec; cs42l42_resume() local
921 struct cs8409_spec *spec = codec->spec; cs42l42_suspend() local
959 struct cs8409_spec *spec = codec->spec; cs8409_remove() local
982 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_jack_unsol_event() local
1012 struct cs8409_spec *spec = codec->spec; cs8409_unsol_event() local
1023 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_suspend() local
1049 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_hw_init() local
1093 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_exec_verb() local
1126 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
1311 struct cs8409_spec *spec = codec->spec; dolphin_exec_verb() local
1347 struct cs8409_spec *spec = codec->spec; dolphin_fixups() local
[all...]
H A Dcs421x.c107 struct cs_spec *spec = codec->spec; in cs_vendor_coef_get() local
109 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
111 return snd_hda_codec_read(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
118 struct cs_spec *spec = codec->spec; in cs_vendor_coef_set() local
120 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
122 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
134 struct cs_spec *spec = codec->spec; in cs_automute() local
163 struct cs_spec *spec; cs_alloc_spec() local
224 struct cs_spec *spec = codec->spec; cs421x_fixup_sense_b() local
362 struct cs_spec *spec = codec->spec; cs4210_pinmux_init() local
396 struct cs_spec *spec = codec->spec; cs4210_spdif_automute() local
418 struct cs_spec *spec = codec->spec; parse_cs421x_digital() local
435 struct cs_spec *spec = codec->spec; cs421x_init() local
473 struct cs_spec *spec = codec->spec; cs421x_parse_auto_config() local
505 struct cs_spec *spec = codec->spec; cs421x_suspend() local
526 struct cs_spec *spec; cs421x_probe() local
[all...]
H A Dcs420x.c96 struct cs_spec *spec = codec->spec; in cs_vendor_coef_get() local
98 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
100 return snd_hda_codec_read(codec, spec->vendor_nid, 0, in cs_vendor_coef_get()
107 struct cs_spec *spec = codec->spec; in cs_vendor_coef_set() local
109 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
111 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set()
123 struct cs_spec *spec = codec->spec; in cs_automute() local
149 struct cs_spec *spec = codec->spec; init_input_coef() local
255 struct cs_spec *spec = codec->spec; cs_init() local
297 struct cs_spec *spec = codec->spec; cs_parse_auto_config() local
449 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_13() local
462 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_23() local
525 struct cs_spec *spec; cs_alloc_spec() local
596 struct cs_spec *spec = codec->spec; cs4208_fixup_gpio0() local
643 struct cs_spec *spec = codec->spec; cs4208_spdif_sw_put() local
656 struct cs_spec *spec = codec->spec; cs4208_fixup_spdif_switch() local
711 struct cs_spec *spec = codec->spec; cs4208_probe() local
739 struct cs_spec *spec; cs_codec_probe() local
[all...]
/linux/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
303 efx_filter_get_encap_type(const struct efx_filter_spec * spec) efx_filter_get_encap_type() argument
[all...]
/linux/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...]
/linux/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...]
/linux/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...]
/linux/sound/hda/codecs/hdmi/
H A Dsimplehdmi.c13 struct hdmi_spec *spec = codec->spec; in snd_hda_hdmi_simple_build_pcms() local
19 per_cvt = get_cvt(spec, 0); in snd_hda_hdmi_simple_build_pcms()
26 spec->pcm_rec[0].pcm = info; in snd_hda_hdmi_simple_build_pcms()
29 *pstr = spec->pcm_playback; in snd_hda_hdmi_simple_build_pcms()
57 struct hdmi_spec *spec = codec->spec; in simple_hdmi_build_jack() local
59 struct hdmi_pcm *pcmp = get_hdmi_pcm(spec, 0); in simple_hdmi_build_jack()
79 struct hdmi_spec *spec = codec->spec; in snd_hda_hdmi_simple_build_controls() local
95 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_simple_init() local
112 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_simple_remove() local
124 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_simple_pcm_open() local
143 struct hdmi_spec *spec = codec->spec; simple_playback_pcm_close() local
154 struct hdmi_spec *spec = codec->spec; simple_playback_pcm_prepare() local
174 struct hdmi_spec *spec; snd_hda_hdmi_simple_probe() local
[all...]
H A Dhdmi.c53 struct hdmi_spec *spec = codec->spec; in snd_hda_hdmi_pin_id_to_pin_index() local
64 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) { in snd_hda_hdmi_pin_id_to_pin_index()
65 per_pin = get_pin(spec, pin_idx); in snd_hda_hdmi_pin_id_to_pin_index()
79 struct hdmi_spec *spec = codec->spec; in hinfo_to_pcm_index() local
82 for (pcm_idx = 0; pcm_idx < spec->pcm_used; pcm_idx++) in hinfo_to_pcm_index()
83 if (get_pcm_rec(spec, pcm_idx)->stream == hinfo) in hinfo_to_pcm_index()
93 struct hdmi_spec *spec = codec->spec; in hinfo_to_pin_index() local
109 pcm_idx_to_pin(struct hdmi_spec * spec,int pcm_idx) pcm_idx_to_pin() argument
125 struct hdmi_spec *spec = codec->spec; cvt_nid_to_cvt_index() local
140 struct hdmi_spec *spec = codec->spec; hdmi_eld_ctl_info() local
167 struct hdmi_spec *spec = codec->spec; hdmi_eld_ctl_get() local
215 struct hdmi_spec *spec = codec->spec; hdmi_create_eld_ctl() local
267 struct hdmi_spec *spec = codec->spec; hdmi_init_pin() local
486 struct hdmi_spec *spec = codec->spec; hdmi_pin_setup_infoframe() local
542 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_setup_audio_infoframe() local
597 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_check_presence_and_report() local
734 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_setup_stream() local
780 struct hdmi_spec *spec = codec->spec; hdmi_choose_cvt() local
838 struct hdmi_spec *spec = codec->spec; pin_cvt_fixup() local
849 struct hdmi_spec *spec = codec->spec; hdmi_pcm_open_no_pin() local
897 struct hdmi_spec *spec = codec->spec; hdmi_pcm_open() local
986 struct hdmi_spec *spec = codec->spec; hdmi_read_pin_conn() local
1017 hdmi_find_pcm_slot(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_find_pcm_slot() argument
1029 hdmi_attach_hda_pcm(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_attach_hda_pcm() argument
1053 hdmi_detach_hda_pcm(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_detach_hda_pcm() argument
1069 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
1082 hdmi_pcm_setup_pin(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_pcm_setup_pin() argument
1125 hdmi_pcm_reset_pin(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_pcm_reset_pin() argument
1141 struct hdmi_spec *spec = codec->spec; pin_idx_to_pcm_jack() local
1159 struct hdmi_spec *spec = codec->spec; update_eld() local
1259 struct hdmi_spec *spec = codec->spec; hdmi_present_sense_via_verbs() local
1312 struct hdmi_spec *spec = codec->spec; silent_stream_enable() local
1371 struct hdmi_spec *spec = codec->spec; silent_stream_disable() local
1412 struct hdmi_spec *spec = codec->spec; sync_eld_via_acomp() local
1450 struct hdmi_spec *spec = codec->spec; hdmi_repoll_eld() local
1468 struct hdmi_spec *spec = codec->spec; hdmi_add_pin() local
1547 struct hdmi_spec *spec = codec->spec; hdmi_add_cvt() local
1599 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_parse_codec() local
1684 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_pcm_prepare() local
1769 struct hdmi_spec *spec = codec->spec; hdmi_pcm_close() local
1841 struct hdmi_spec *spec = codec->spec; hdmi_get_spk_alloc() local
1854 struct hdmi_spec *spec = codec->spec; hdmi_get_chmap() local
1868 struct hdmi_spec *spec = codec->spec; hdmi_set_chmap() local
1884 struct hdmi_spec *spec = codec->spec; is_hdmi_pcm_attached() local
1892 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_build_pcms() local
1941 struct hdmi_spec *spec = codec->spec; generic_hdmi_build_jack() local
1962 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_build_controls() local
2027 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_init_per_pins() local
2044 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_init() local
2065 hdmi_array_init(struct hdmi_spec * spec,int nums) hdmi_array_init() argument
2071 hdmi_array_free(struct hdmi_spec * spec) hdmi_array_free() argument
2079 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_spec_free() local
2092 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_remove() local
2120 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_suspend() local
2133 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_resume() local
2157 struct hdmi_spec *spec; snd_hda_hdmi_generic_alloc() local
2227 struct hdmi_spec *spec; generic_acomp_notifier_set() local
2277 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_acomp_pin_eld_notify() local
2298 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_setup_drm_audio_ops() local
2318 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_acomp_init() local
[all...]
H A Dintelhdmi.c40 struct hdmi_spec *spec = codec->spec; in intel_haswell_enable_all_pins() local
42 vendor_param = snd_hda_codec_read(codec, spec->vendor_nid, 0, in intel_haswell_enable_all_pins()
48 vendor_param = snd_hda_codec_read(codec, spec->vendor_nid, 0, in intel_haswell_enable_all_pins()
60 struct hdmi_spec *spec = codec->spec; in intel_haswell_fixup_enable_dp12() local
62 vendor_param = snd_hda_codec_read(codec, spec->vendor_nid, 0, in intel_haswell_fixup_enable_dp12()
70 snd_hda_codec_write_cache(codec, spec->vendor_nid, 0, in intel_haswell_fixup_enable_dp12()
80 /* check codec->spec: it can be called before the probe gets called */ in haswell_set_power_state()
81 if (codec->spec) { in haswell_set_power_state()
118 struct hdmi_spec *spec = codec->spec; intel_pin2port() local
143 struct hdmi_spec *spec = codec->spec; intel_port2pin() local
184 struct hdmi_spec *spec = codec->spec; register_i915_notifier() local
243 struct hdmi_spec *spec = codec->spec; i915_set_silent_stream() local
309 intel_cvt_id_to_mux_idx(struct hdmi_spec * spec,hda_nid_t cvt_nid) intel_cvt_id_to_mux_idx() argument
333 struct hdmi_spec *spec = codec->spec; intel_not_share_assigned_cvt() local
409 struct hdmi_spec *spec = codec->spec; intel_not_share_assigned_cvt_nid() local
426 struct hdmi_spec *spec = codec->spec; i915_hsw_setup_stream() local
474 struct hdmi_spec *spec = codec->spec; i915_hdmi_suspend() local
515 struct hdmi_spec *spec = codec->spec; i915_hdmi_resume() local
592 struct hdmi_spec *spec; intel_hsw_common_init() local
666 struct hdmi_spec *spec; probe_i915_adlp_hdmi() local
683 struct hdmi_spec *spec; probe_i915_byt_hdmi() local
[all...]
/linux/sound/hda/codecs/realtek/
H A Drealtek.c16 struct alc_spec *spec = codec->spec; in coef_mutex_lock() local
19 mutex_lock(&spec->coef_mutex); in coef_mutex_lock()
24 struct alc_spec *spec = codec->spec; in coef_mutex_unlock() local
26 mutex_unlock(&spec->coef_mutex); in coef_mutex_unlock()
92 struct alc_spec *spec = codec->spec; in alc_get_coef0() local
94 if (!spec->coef0) in alc_get_coef0()
95 spec in alc_get_coef0()
121 struct alc_spec *spec = codec->spec; alc_setup_gpio() local
131 struct alc_spec *spec = codec->spec; alc_write_gpio_data() local
141 struct alc_spec *spec = codec->spec; alc_update_gpio_data() local
155 struct alc_spec *spec = codec->spec; alc_write_gpio() local
220 struct alc_spec *spec = codec->spec; alc_fix_pll() local
231 struct alc_spec *spec = codec->spec; alc_fix_pll_init() local
408 struct alc_spec *spec = codec->spec; alc_find_ext_mic_pin() local
453 struct alc_spec *spec = codec->spec; alc_shutup_pins() local
484 struct alc_spec *spec = codec->spec; alc_eapd_shutup() local
533 alc_get_hp_pin(struct alc_spec * spec) alc_get_hp_pin() argument
555 struct alc_spec *spec = codec->spec; alc_fixup_sku_ignore() local
566 struct alc_spec *spec = codec->spec; alc_fixup_no_depop_delay() local
579 struct alc_spec *spec = codec->spec; alc_auto_parse_customize_define() local
671 struct alc_spec *spec = codec->spec; alc_subsystem_id() local
773 struct alc_spec *spec = codec->spec; alc_ssid_check() local
787 struct alc_spec *spec = codec->spec; alc_fixup_inv_dmic() local
808 struct alc_spec *spec = codec->spec; alc_init() local
831 struct alc_spec *spec = codec->spec; alc_shutup() local
851 struct alc_spec *spec = codec->spec; alc_suspend() local
861 struct alc_spec *spec = codec->spec; alc_resume() local
981 alc_set_beep_amp(struct alc_spec * spec,hda_nid_t nid,int idx,int dir) alc_set_beep_amp() argument
1016 struct alc_spec *spec = codec->spec; alc_has_cdefine_beep() local
1035 struct alc_spec *spec = codec->spec; alc_parse_auto_config() local
1058 struct alc_spec *spec = kzalloc(sizeof(*spec), GFP_KERNEL); alc_alloc_spec() local
1088 struct alc_spec *spec = codec->spec; alc_fixup_dual_codecs() local
1118 struct alc_spec *spec = codec->spec; alc_fixup_bass_chmap() local
1177 struct alc_spec *spec = codec->spec; alc_shutup_dell_xps13() local
1189 struct alc_spec *spec = codec->spec; alc_fixup_dell_xps13() local
1255 struct alc_spec *spec = codec->spec; alc_headset_mode_unplugged() local
1880 struct alc_spec *spec = codec->spec; alc_determine_headset_type() local
2072 struct alc_spec *spec = codec->spec; alc_update_headset_mode() local
2148 struct alc_spec *spec = codec->spec; alc_probe_headset_mode() local
2168 struct alc_spec *spec = codec->spec; alc_fixup_headset_mode() local
2192 struct alc_spec *spec = codec->spec; alc_fixup_headset_mode_no_hp_mic() local
2203 struct alc_spec *spec = codec->spec; alc_fixup_headset_mic() local
2225 struct alc_spec *spec = codec->spec; micmute_led_set() local
2237 struct alc_spec *spec = codec->spec; gpio_mute_led_set() local
2250 struct alc_spec *spec = codec->spec; alc_fixup_hp_gpio_led() local
2280 struct alc_spec *spec = codec->spec; alc_fixup_disable_aamix() local
2291 struct alc_spec *spec = codec->spec; alc_fixup_auto_mute_via_amp() local
[all...]
H A Dalc260.c36 struct alc_spec *spec = codec->spec; in alc260_gpio1_automute() local
38 alc_update_gpio_data(codec, 0x01, spec->gen.hp_jack_present); in alc260_gpio1_automute()
44 struct alc_spec *spec = codec->spec; in alc260_fixup_gpio1_toggle() local
49 spec->gen.automute_hook = alc260_gpio1_automute; in alc260_fixup_gpio1_toggle()
50 spec->gen.detect_hp = 1; in alc260_fixup_gpio1_toggle()
51 spec->gen.automute_speaker = 1; in alc260_fixup_gpio1_toggle()
52 spec->gen.autocfg.hp_pins[0] = 0x0f; /* copy it for automute */ in alc260_fixup_gpio1_toggle()
62 struct alc_spec *spec in alc260_fixup_kn1() local
90 struct alc_spec *spec = codec->spec; alc260_fixup_fsc_s7020() local
98 struct alc_spec *spec = codec->spec; alc260_fixup_fsc_s7020_jwse() local
216 struct alc_spec *spec; alc260_probe() local
[all...]
H A Dalc269.c55 struct alc_spec *spec = codec->spec; in alc269_parse_auto_config() local
58 switch (spec->codec_variant) { in alc269_parse_auto_config()
125 struct alc_spec *spec = codec->spec; in alc_disable_headset_jack_key() local
127 if (!spec->has_hs_key) in alc_disable_headset_jack_key()
155 struct alc_spec *spec = codec->spec; in alc_enable_headset_jack_key() local
157 if (!spec->has_hs_key) in alc_enable_headset_jack_key()
186 struct alc_spec *spec = codec->spec; in alc_fixup_headset_jack() local
191 spec->has_hs_key = 1; in alc_fixup_headset_jack()
196 hp_pin = alc_get_hp_pin(spec); in alc_fixup_headset_jack()
216 struct alc_spec *spec = codec->spec; in alc269_shutup() local
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c133 static void free_test_spec(struct test_spec *spec) in free_test_spec() argument
136 free_msgs(&spec->priv.expect_msgs); in free_test_spec()
137 free_msgs(&spec->unpriv.expect_msgs); in free_test_spec()
138 free_msgs(&spec->priv.expect_xlated); in free_test_spec()
139 free_msgs(&spec->unpriv.expect_xlated); in free_test_spec()
140 free_msgs(&spec->priv.jited); in free_test_spec()
141 free_msgs(&spec->unpriv.jited); in free_test_spec()
143 free(spec->priv.name); in free_test_spec()
144 free(spec->unpriv.name); in free_test_spec()
145 spec in free_test_spec()
398 parse_test_spec(struct test_loader * tester,struct bpf_object * obj,struct bpf_program * prog,struct test_spec * spec) parse_test_spec() argument
661 prepare_case(struct test_loader * tester,struct test_spec * spec,struct bpf_object * obj,struct bpf_program * prog) prepare_case() argument
812 can_execute_unpriv(struct test_loader * tester,struct test_spec * spec) can_execute_unpriv() argument
884 should_do_test_run(struct test_spec * spec,struct test_subspec * subspec) should_do_test_run() argument
941 run_subtest(struct test_loader * tester,struct bpf_object_open_opts * open_opts,const void * obj_bytes,size_t obj_byte_cnt,struct test_spec * specs,struct test_spec * spec,bool unpriv) run_subtest() argument
1159 struct test_spec *spec = &specs[i++]; process_subtest() local
[all...]
/linux/lib/
H A Dvsprintf.c466 struct printf_spec spec) in number() argument
472 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number()
475 int field_width = spec.field_width; in number()
476 int precision = spec.precision; in number()
480 locase = (spec.flags & SMALL); in number()
481 if (spec.flags & LEFT) in number()
482 spec.flags &= ~ZEROPAD; in number()
484 if (spec.flags & SIGN) { in number()
489 } else if (spec in number()
588 struct printf_spec spec; special_hex_number() local
625 widen_string(char * buf,int n,char * end,struct printf_spec spec) widen_string() argument
647 string_nocheck(char * buf,char * end,const char * s,struct printf_spec spec) string_nocheck() argument
665 err_ptr(char * buf,char * end,void * ptr,struct printf_spec spec) err_ptr() argument
685 error_string(char * buf,char * end,const char * s,struct printf_spec spec) error_string() argument
715 check_pointer(char ** buf,char * end,const void * ptr,struct printf_spec spec) check_pointer() argument
730 string(char * buf,char * end,const char * s,struct printf_spec spec) string() argument
740 pointer_string(char * buf,char * end,const void * ptr,struct printf_spec spec) pointer_string() argument
815 ptr_to_id(char * buf,char * end,const void * ptr,struct printf_spec spec) ptr_to_id() argument
845 default_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) default_pointer() argument
861 restricted_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) restricted_pointer() argument
907 dentry_name(char * buf,char * end,const struct dentry * d,struct printf_spec spec,const char * fmt) dentry_name() argument
957 file_dentry_name(char * buf,char * end,const struct file * f,struct printf_spec spec,const char * fmt) file_dentry_name() argument
967 bdev_name(char * buf,char * end,struct block_device * bdev,struct printf_spec spec,const char * fmt) bdev_name() argument
990 symbol_string(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) symbol_string() argument
1051 hex_range(char * buf,char * end,u64 start_val,u64 end_val,struct printf_spec spec) hex_range() argument
1065 resource_string(char * buf,char * end,struct resource * res,struct printf_spec spec,const char * fmt) resource_string() argument
1162 range_string(char * buf,char * end,const struct range * range,struct printf_spec spec,const char * fmt) range_string() argument
1186 hex_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) hex_string() argument
1238 bitmap_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_string() argument
1282 bitmap_list_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_list_string() argument
1312 mac_address_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) mac_address_string() argument
1502 ip6_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip6_addr_string() argument
1516 ip4_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip4_addr_string() argument
1527 ip6_addr_string_sa(char * buf,char * end,const struct sockaddr_in6 * sa,struct printf_spec spec,const char * fmt) ip6_addr_string_sa() argument
1589 ip4_addr_string_sa(char * buf,char * end,const struct sockaddr_in * sa,struct printf_spec spec,const char * fmt) ip4_addr_string_sa() argument
1624 ip_addr_string(char * buf,char * end,const void * ptr,struct printf_spec spec,const char * fmt) ip_addr_string() argument
1658 escaped_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) escaped_string() argument
1720 va_format(char * buf,char * end,struct va_format * va_fmt,struct printf_spec spec) va_format() argument
1737 uuid_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) uuid_string() argument
1782 netdev_bits(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) netdev_bits() argument
1804 fourcc_string(char * buf,char * end,const u32 * fourcc,struct printf_spec spec,const char * fmt) fourcc_string() argument
1864 address_val(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) address_val() argument
1924 rtc_str(char * buf,char * end,const struct rtc_time * tm,struct printf_spec spec,const char * fmt) rtc_str() argument
1974 time64_str(char * buf,char * end,const time64_t time,struct printf_spec spec,const char * fmt) time64_str() argument
1996 time_and_date(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) time_and_date() argument
2010 clock(char * buf,char * end,struct clk * clk,struct printf_spec spec,const char * fmt) clock() argument
2057 const struct printf_spec *spec; global() member
2123 flags_string(char * buf,char * end,void * flags_ptr,struct printf_spec spec,const char * fmt) flags_string() argument
2178 device_node_string(char * buf,char * end,struct device_node * dn,struct printf_spec spec,const char * fmt) device_node_string() argument
2268 fwnode_string(char * buf,char * end,struct fwnode_handle * fwnode,struct printf_spec spec,const char * fmt) fwnode_string() argument
2298 resource_or_range(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) resource_or_range() argument
2507 pointer(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) pointer() argument
2644 format_decode(struct fmt fmt,struct printf_spec * spec) format_decode() argument
2782 set_field_width(struct printf_spec * spec,int width) set_field_width() argument
2791 set_precision(struct printf_spec * spec,int prec) set_precision() argument
2805 convert_num_spec(unsigned int val,int size,struct printf_spec spec) convert_num_spec() argument
2846 struct printf_spec spec = {0}; vsnprintf() local
3126 struct printf_spec spec = {0}; vbin_printf() local
3266 struct printf_spec spec = {0}; bstr_printf() local
[all...]

12345678910>>...21