Home
last modified time | relevance | path

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

12345678910>>...17

/linux/sound/pci/ice1712/
H A Dhoontech.c43 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_darear() local
46 ICE1712_STDSP24_0_DAREAR(spec->boxbits, activate); in snd_ice1712_stdsp24_darear()
47 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
55 ICE1712_STDSP24_3_MUTE(spec->boxbits, activate); in snd_ice1712_stdsp24_mute()
56 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
118 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_box_midi() local
144 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_midi2() local
153 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...]
/linux/sound/hda/codecs/
H A Dcm9825.c198 struct cmi_spec *spec = codec->spec; in cm9825_update_jk_plug_status() local
202 jack_plugin = snd_hda_jack_detect(spec->codec, nid); in cm9825_update_jk_plug_status()
203 jack = snd_hda_jack_tbl_get(spec->codec, nid); in cm9825_update_jk_plug_status()
206 snd_hda_jack_report_sync(spec->codec); in cm9825_update_jk_plug_status()
209 codec_dbg(spec->codec, in cm9825_update_jk_plug_status()
216 struct cmi_spec *spec = in cm9825_unsol_inputs_delayed() local
221 for (i = 0; i < spec->gen.autocfg.num_inputs; i++) { in cm9825_unsol_inputs_delayed()
222 if (!spec->jd_cap_inputs[i]) in cm9825_unsol_inputs_delayed()
225 cm9825_update_jk_plug_status(spec in cm9825_unsol_inputs_delayed()
232 struct cmi_spec *spec = cm9825_unsol_lineout_delayed() local
242 struct cmi_spec *spec = cm9825_unsol_hp_delayed() local
276 struct cmi_spec *spec = codec->spec; hp_callback() local
305 struct cmi_spec *spec = codec->spec; cm9825_setup_unsol() local
361 struct cmi_spec *spec = codec->spec; cm9825_playback_pcm_hook() local
387 struct cmi_spec *spec = codec->spec; cm9825_remove() local
408 struct cmi_spec *spec = codec->spec; cm9825_suspend() local
431 struct cmi_spec *spec = codec->spec; cm9825_cm_std_resume() local
470 struct cmi_spec *spec = codec->spec; cm9825_resume() local
487 struct cmi_spec *spec; cm9825_probe() local
[all...]
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
1168 struct hda_gen_spec *spec = codec->spec; get_line_out_pfx() local
1285 struct hda_gen_spec *spec = codec->spec; assign_out_path_ctls() local
1348 struct hda_gen_spec *spec = codec->spec; get_primary_out() local
1372 struct hda_gen_spec *spec = codec->spec; try_assign_dacs() local
1461 struct hda_gen_spec *spec = codec->spec; get_dac_if_single() local
1498 struct hda_gen_spec *spec = codec->spec; count_multiio_pins() local
1529 struct hda_gen_spec *spec = codec->spec; fill_multi_ios() local
1614 struct hda_gen_spec *spec = codec->spec; map_singles() local
1640 has_aamix_out_paths(struct hda_gen_spec * spec) has_aamix_out_paths() argument
1649 struct hda_gen_spec *spec = codec->spec; check_aamix_out_path() local
1685 struct hda_gen_spec *spec = codec->spec; indep_hp_possible() local
1743 struct hda_gen_spec *spec = codec->spec; fill_and_eval_dacs() local
1915 struct hda_gen_spec *spec = codec->spec; debug_show_configs() local
1967 struct hda_gen_spec *spec = codec->spec; fill_all_dac_nids() local
1985 struct hda_gen_spec *spec = codec->spec; parse_output_paths() local
2104 struct hda_gen_spec *spec = codec->spec; create_multi_out_ctls() local
2200 struct hda_gen_spec *spec = codec->spec; create_hp_out_ctls() local
2208 struct hda_gen_spec *spec = codec->spec; create_speaker_out_ctls() local
2230 struct hda_gen_spec *spec = codec->spec; indep_hp_get() local
2243 struct hda_gen_spec *spec = codec->spec; indep_hp_put() local
2295 struct hda_gen_spec *spec = codec->spec; create_indep_hp_ctls() local
2324 struct hda_gen_spec *spec = codec->spec; ch_mode_info() local
2341 struct hda_gen_spec *spec = codec->spec; ch_mode_get() local
2350 struct hda_gen_spec *spec = codec->spec; get_multiio_path() local
2360 aamix_default(struct hda_gen_spec * spec) aamix_default() argument
2367 struct hda_gen_spec *spec = codec->spec; set_multi_io() local
2399 struct hda_gen_spec *spec = codec->spec; ch_mode_put() local
2427 struct hda_gen_spec *spec = codec->spec; create_multi_channel_mode() local
2446 struct hda_gen_spec *spec = codec->spec; loopback_mixing_get() local
2455 struct hda_gen_spec *spec = codec->spec; update_aamix_paths() local
2485 struct hda_gen_spec *spec = codec->spec; update_output_paths() local
2501 struct hda_gen_spec *spec = codec->spec; loopback_mixing_put() local
2539 struct hda_gen_spec *spec = codec->spec; create_loopback_mixing_ctl() local
2558 struct hda_gen_spec *spec = codec->spec; update_hp_mic() local
2602 struct hda_gen_spec *spec = codec->spec; create_hp_mic() local
2700 struct hda_gen_spec *spec = codec->spec; find_kctl_name() local
2714 struct hda_gen_spec *spec = codec->spec; get_jack_mode_name() local
2726 struct hda_gen_spec *spec = codec->spec; get_out_jack_num_items() local
2738 struct hda_gen_spec *spec = codec->spec; create_out_jack_modes() local
2868 struct hda_gen_spec *spec = codec->spec; get_in_jack_num_items() local
2877 struct hda_gen_spec *spec = codec->spec; create_in_jack_mode() local
3014 struct hda_gen_spec *spec = codec->spec; create_hp_mic_jack_mode() local
3031 add_loopback_list(struct hda_gen_spec * spec,hda_nid_t mix,int idx) add_loopback_list() argument
3088 struct hda_gen_spec *spec = codec->spec; new_analog_input() local
3149 struct hda_gen_spec *spec = codec->spec; fill_adc_nids() local
3179 struct hda_gen_spec *spec = codec->spec; check_dyn_adc_switch() local
3249 struct hda_gen_spec *spec = codec->spec; parse_capture_source() local
3289 struct hda_gen_spec *spec = codec->spec; fill_input_pin_labels() local
3322 struct hda_gen_spec *spec = codec->spec; create_input_ctls() local
3395 struct hda_gen_spec *spec = codec->spec; get_input_path() local
3416 struct hda_gen_spec *spec = codec->spec; mux_enum_info() local
3424 struct hda_gen_spec *spec = codec->spec; mux_enum_get() local
3462 struct hda_gen_spec *spec = codec->spec; cap_put_caller() local
3574 struct hda_gen_spec *spec = codec->spec; is_inv_dmic_pin() local
3597 struct hda_gen_spec *spec = codec->spec; cap_single_sw_put() local
3614 struct hda_gen_spec *spec = codec->spec; add_single_cap_ctl() local
3680 struct hda_gen_spec *spec = codec->spec; create_bind_cap_vol_ctl() local
3728 struct hda_gen_spec *spec = codec->spec; create_multi_cap_vol_ctl() local
3757 struct hda_gen_spec *spec = codec->spec; create_capture_mixers() local
3873 struct hda_gen_spec *spec = codec->spec; parse_mic_boost() local
3925 struct hda_gen_spec *spec = codec->spec; create_mute_led_cdev() local
3956 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_mute_led_cdev() local
3993 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_micmute_led_cdev() local
4015 struct hda_gen_spec *spec = codec->spec; parse_digital() local
4080 struct hda_gen_spec *spec = codec->spec; mux_select() local
4127 struct hda_gen_spec *spec = codec->spec; set_path_power() local
4228 struct hda_gen_spec *spec = codec->spec; add_all_pin_power_ctls() local
4257 struct hda_gen_spec *spec = codec->spec; sync_all_pin_power_ctls() local
4276 struct hda_gen_spec *spec = codec->spec; add_fake_paths() local
4300 struct hda_gen_spec *spec = codec->spec; add_fake_beep_paths() local
4337 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_fix_pin_power() local
4380 struct hda_gen_spec *spec = codec->spec; do_automute() local
4444 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_update_outputs() local
4491 struct hda_gen_spec *spec = codec->spec; call_update_outputs() local
4510 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_hp_automute() local
4535 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_line_automute() local
4560 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_mic_autoswitch() local
4584 struct hda_gen_spec *spec = codec->spec; call_hp_automute() local
4594 struct hda_gen_spec *spec = codec->spec; call_line_automute() local
4604 struct hda_gen_spec *spec = codec->spec; call_mic_autoswitch() local
4626 struct hda_gen_spec *spec = codec->spec; automute_mode_info() local
4640 struct hda_gen_spec *spec = codec->spec; automute_mode_get() local
4655 struct hda_gen_spec *spec = codec->spec; automute_mode_put() local
4702 struct hda_gen_spec *spec = codec->spec; add_automute_mode_enum() local
4715 struct hda_gen_spec *spec = codec->spec; check_auto_mute_availability() local
4788 struct hda_gen_spec *spec = codec->spec; auto_mic_check_imux() local
4822 struct hda_gen_spec *spec = codec->spec; check_auto_mic_availability() local
4899 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_path_power_filter() local
4979 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_shutup_speakers() local
5022 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_parse_auto_config() local
5224 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_controls() local
5299 struct hda_gen_spec *spec = codec->spec; call_pcm_playback_hook() local
5309 struct hda_gen_spec *spec = codec->spec; call_pcm_capture_hook() local
5321 struct hda_gen_spec *spec = codec->spec; playback_pcm_open() local
5343 struct hda_gen_spec *spec = codec->spec; playback_pcm_prepare() local
5358 struct hda_gen_spec *spec = codec->spec; playback_pcm_cleanup() local
5372 struct hda_gen_spec *spec = codec->spec; playback_pcm_close() local
5423 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_open() local
5440 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_close() local
5478 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_open() local
5488 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_prepare() local
5497 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_cleanup() local
5505 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_close() local
5521 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_prepare() local
5534 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_cleanup() local
5629 struct hda_gen_spec *spec = codec->spec; dyn_adc_pcm_resetup() local
5651 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_prepare() local
5664 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_cleanup() local
5736 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_pcms() local
5866 struct hda_gen_spec *spec = codec->spec; init_multi_out() local
5885 struct hda_gen_spec *spec = codec->spec; init_extra_out() local
5897 struct hda_gen_spec *spec = codec->spec; init_multi_io() local
5916 struct hda_gen_spec *spec = codec->spec; init_aamix_paths() local
5936 struct hda_gen_spec *spec = codec->spec; init_analog_input() local
5956 struct hda_gen_spec *spec = codec->spec; init_input_src() local
5987 struct hda_gen_spec *spec = codec->spec; init_digital() local
6025 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_init() local
6082 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_check_power_status() local
6095 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
752 struct ad198x_spec *spec = codec->spec; ad_codec_init() local
775 struct ad198x_spec *spec = codec->spec; ad1988_add_spdif_mux_ctl() local
865 struct ad198x_spec *spec = codec->spec; ad1988_probe() local
933 struct ad198x_spec *spec = codec->spec; ad1884_vmaster_hp_gpio_hook() local
945 struct ad198x_spec *spec = codec->spec; ad1884_fixup_hp_eapd() local
970 struct ad198x_spec *spec = codec->spec; ad1884_fixup_thinkpad() local
1036 struct ad198x_spec *spec = codec->spec; ad1884_probe() local
1073 struct ad198x_spec *spec = codec->spec; ad1882_probe() local
1095 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
1729 struct ca0132_spec *spec = codec->spec; chipio_write_multiple() local
1747 struct ca0132_spec *spec = codec->spec; chipio_read() local
1782 struct ca0132_spec *spec = codec->spec; chipio_set_control_param() local
1961 struct ca0132_spec *spec = codec->spec; chipio_8051_write_exram() local
1987 struct ca0132_spec *spec = codec->spec; chipio_8051_write_pll_pmu() local
2007 struct ca0132_spec *spec = codec->spec; chipio_enable_clocks() local
2059 struct ca0132_spec *spec = codec->spec; dspio_write() local
2232 struct ca0132_spec *spec = codec->spec; dspio_get_response_data() local
2261 struct ca0132_spec *spec = codec->spec; dspio_send_scp_message() local
3026 struct ca0132_spec *spec = codec->spec; dma_reset() local
3089 struct ca0132_spec *spec = dma->codec->spec; dma_get_stream_id() local
3383 struct ca0132_spec *spec = codec->spec; dspxfr_image() local
3499 struct ca0132_spec *spec = codec->spec; dspload_post_setup() local
3633 struct ca0132_spec *spec = codec->spec; ca0113_mmio_gpio_set() local
3653 struct ca0132_spec *spec = codec->spec; ca0113_mmio_command_set() local
3692 struct ca0132_spec *spec = codec->spec; ca0113_mmio_command_set_type2() local
3731 struct ca0132_spec *spec = codec->spec; ca0132_gpio_init() local
3754 struct ca0132_spec *spec = codec->spec; ca0132_gpio_setup() local
3880 struct ca0132_spec *spec = codec->spec; ca0132_playback_pcm_prepare() local
3891 struct ca0132_spec *spec = codec->spec; ca0132_playback_pcm_cleanup() local
3910 struct ca0132_spec *spec = codec->spec; ca0132_playback_pcm_delay() local
3938 struct ca0132_spec *spec = codec->spec; ca0132_dig_playback_pcm_open() local
3948 struct ca0132_spec *spec = codec->spec; ca0132_dig_playback_pcm_prepare() local
3957 struct ca0132_spec *spec = codec->spec; ca0132_dig_playback_pcm_cleanup() local
3965 struct ca0132_spec *spec = codec->spec; ca0132_dig_playback_pcm_close() local
3988 struct ca0132_spec *spec = codec->spec; ca0132_capture_pcm_cleanup() local
4001 struct ca0132_spec *spec = codec->spec; ca0132_capture_pcm_delay() local
4233 struct ca0132_spec *spec = codec->spec; tuning_ctl_get() local
4259 struct ca0132_spec *spec = codec->spec; voice_focus_ctl_put() local
4294 struct ca0132_spec *spec = codec->spec; mic_svm_ctl_put() local
4329 struct ca0132_spec *spec = codec->spec; equalizer_ctl_put() local
4410 struct ca0132_spec *spec = codec->spec; ca0132_init_tuning_defaults() local
4432 struct ca0132_spec *spec = codec->spec; ca0132_select_out() local
4533 struct ca0132_spec *spec = codec->spec; ae5_mmio_select_out() local
4550 struct ca0132_spec *spec = codec->spec; ca0132_alt_set_full_range_speaker() local
4596 struct ca0132_spec *spec = codec->spec; ca0132_alt_surround_set_bass_redirection() local
4629 struct ca0132_spec *spec = codec->spec; ca0132_alt_select_out_get_quirk_data() local
4646 struct ca0132_spec *spec = codec->spec; ca0132_alt_select_out_quirk_set() local
4738 struct ca0132_spec *spec = codec->spec; ca0132_alt_select_out() local
4886 struct ca0132_spec *spec = container_of( ca0132_unsol_hp_delayed() local
4914 struct ca0132_spec *spec = codec->spec; ca0132_set_vipsource() local
4952 struct ca0132_spec *spec = codec->spec; ca0132_alt_set_vipsource() local
5023 struct ca0132_spec *spec = codec->spec; ca0132_select_mic() local
5073 struct ca0132_spec *spec = codec->spec; ca0132_alt_select_in() local
5251 struct ca0132_spec *spec = codec->spec; ca0132_is_vnode_effective() local
5277 struct ca0132_spec *spec = codec->spec; ca0132_voicefx_set() local
5299 struct ca0132_spec *spec = codec->spec; ca0132_effects_set() local
5390 struct ca0132_spec *spec = codec->spec; ca0132_pe_switch_set() local
5412 struct ca0132_spec *spec = codec->spec; stop_mic1() local
5425 struct ca0132_spec *spec = codec->spec; resume_mic1() local
5438 struct ca0132_spec *spec = codec->spec; ca0132_cvoice_switch_set() local
5467 struct ca0132_spec *spec = codec->spec; ca0132_mic_boost_set() local
5482 struct ca0132_spec *spec = codec->spec; ca0132_alt_mic_boost_set() local
5519 struct ca0132_spec *spec = codec->spec; ca0132_vnode_switch_set() local
5633 struct ca0132_spec *spec = codec->spec; ca0132_alt_xbass_xover_slider_ctl_get() local
5649 struct ca0132_spec *spec = codec->spec; ca0132_alt_slider_ctl_get() local
5692 struct ca0132_spec *spec = codec->spec; ca0132_alt_xbass_xover_slider_put() local
5722 struct ca0132_spec *spec = codec->spec; ca0132_alt_effect_slider_put() local
5769 struct ca0132_spec *spec = codec->spec; ca0132_alt_mic_boost_get() local
5779 struct ca0132_spec *spec = codec->spec; ca0132_alt_mic_boost_put() local
5823 struct ca0132_spec *spec = codec->spec; ae5_headphone_gain_get() local
5833 struct ca0132_spec *spec = codec->spec; ae5_headphone_gain_put() local
5876 struct ca0132_spec *spec = codec->spec; ae5_sound_filter_get() local
5886 struct ca0132_spec *spec = codec->spec; ae5_sound_filter_put() local
5926 struct ca0132_spec *spec = codec->spec; ca0132_alt_input_source_get() local
5936 struct ca0132_spec *spec = codec->spec; ca0132_alt_input_source_put() local
5978 struct ca0132_spec *spec = codec->spec; ca0132_alt_output_select_get() local
5988 struct ca0132_spec *spec = codec->spec; ca0132_alt_output_select_put() local
6029 struct ca0132_spec *spec = codec->spec; ca0132_alt_speaker_channel_cfg_get() local
6039 struct ca0132_spec *spec = codec->spec; ca0132_alt_speaker_channel_cfg_put() local
6082 struct ca0132_spec *spec = codec->spec; ca0132_alt_svm_setting_get() local
6092 struct ca0132_spec *spec = codec->spec; ca0132_alt_svm_setting_put() local
6146 struct ca0132_spec *spec = codec->spec; ca0132_alt_eq_preset_get() local
6156 struct ca0132_spec *spec = codec->spec; ca0132_alt_eq_preset_put() local
6203 struct ca0132_spec *spec = codec->spec; ca0132_voicefx_get() local
6213 struct ca0132_spec *spec = codec->spec; ca0132_voicefx_put() local
6248 struct ca0132_spec *spec = codec->spec; ca0132_switch_get() local
6300 struct ca0132_spec *spec = codec->spec; ca0132_switch_put() local
6393 struct ca0132_spec *spec = codec->spec; ca0132_alt_dsp_volume_put() local
6425 struct ca0132_spec *spec = codec->spec; ca0132_volume_info() local
6463 struct ca0132_spec *spec = codec->spec; ca0132_volume_get() local
6484 struct ca0132_spec *spec = codec->spec; ca0132_volume_put() local
6529 struct ca0132_spec *spec = codec->spec; ca0132_alt_volume_put() local
6564 struct ca0132_spec *spec = codec->spec; ca0132_volume_tlv() local
6637 struct ca0132_spec *spec = codec->spec; add_fx_switch() local
6986 struct ca0132_spec *spec = codec->spec; ca0132_build_controls() local
7173 struct ca0132_spec *spec = codec->spec; dbpro_build_controls() local
7237 struct ca0132_spec *spec = codec->spec; ca0132_build_pcms() local
7297 struct ca0132_spec *spec = codec->spec; dbpro_build_pcms() local
7378 struct ca0132_spec *spec = codec->spec; ca0132_set_dmic() local
7422 struct ca0132_spec *spec = codec->spec; ca0132_init_dmic() local
7470 struct ca0132_spec *spec = codec->spec; ca0132_init_analog_mic2() local
7480 struct ca0132_spec *spec = codec->spec; ca0132_refresh_widget_caps() local
7558 struct ca0132_spec *spec = codec->spec; ca0132_alt_start_dsp_audio_streams() local
7710 struct ca0132_spec *spec = codec->spec; ca0132_alt_init_speaker_tuning() local
7754 struct ca0132_spec *spec = codec->spec; ca0132_alt_init_analog_mics() local
7784 struct ca0132_spec *spec = codec->spec; sbz_connect_streams() local
7812 struct ca0132_spec *spec = codec->spec; sbz_chipio_startup_data() local
7843 struct ca0132_spec *spec = codec->spec; ca0132_alt_dsp_initial_mic_setup() local
7874 struct ca0132_spec *spec = codec->spec; ae5_post_dsp_register_set() local
7928 struct ca0132_spec *spec = codec->spec; ae5_post_dsp_stream_setup() local
7952 struct ca0132_spec *spec = codec->spec; ae5_post_dsp_startup_data() local
7982 struct ca0132_spec *spec = codec->spec; ae7_post_dsp_setup_ports() local
8001 struct ca0132_spec *spec = codec->spec; ae7_post_dsp_asi_stream_setup() local
8036 struct ca0132_spec *spec = codec->spec; ae7_post_dsp_asi_setup_ports() local
8145 struct ca0132_spec *spec = codec->spec; ca0132_setup_defaults() local
8190 struct ca0132_spec *spec = codec->spec; r3d_setup_defaults() local
8240 struct ca0132_spec *spec = codec->spec; sbz_setup_defaults() local
8294 struct ca0132_spec *spec = codec->spec; ae5_setup_defaults() local
8359 struct ca0132_spec *spec = codec->spec; ae7_setup_defaults() local
8442 struct ca0132_spec *spec = codec->spec; ca0132_init_flags() local
8475 struct ca0132_spec *spec = codec->spec; ca0132_init_params() local
8506 struct ca0132_spec *spec = codec->spec; ca0132_download_dsp_images() local
8561 struct ca0132_spec *spec = codec->spec; ca0132_download_dsp() local
8588 struct ca0132_spec *spec = codec->spec; ca0132_process_dsp_response() local
8602 struct ca0132_spec *spec = codec->spec; hp_callback() local
8616 struct ca0132_spec *spec = codec->spec; amic_callback() local
8626 struct ca0132_spec *spec = codec->spec; ca0132_setup_unsol() local
8715 struct ca0132_spec *spec = codec->spec; ca0132_init_chip() local
8808 struct ca0132_spec *spec = codec->spec; sbz_region2_exit() local
9014 struct ca0132_spec *spec = codec->spec; sbz_dsp_startup_check() local
9094 struct ca0132_spec *spec = codec->spec; sbz_pre_dsp_setup() local
9207 struct ca0132_spec *spec = codec->spec; ca0132_mmio_init_sbz() local
9257 struct ca0132_spec *spec = codec->spec; ca0132_mmio_init_ae5() local
9289 struct ca0132_spec *spec = codec->spec; ca0132_mmio_init() local
9322 struct ca0132_spec *spec = codec->spec; ae5_register_set() local
9381 struct ca0132_spec *spec = codec->spec; ca0132_alt_init() local
9438 struct ca0132_spec *spec = codec->spec; ca0132_init() local
9557 struct ca0132_spec *spec = codec->spec; dbpro_init() local
9572 struct ca0132_spec *spec = codec->spec; ca0132_free() local
9613 struct ca0132_spec *spec = codec->spec; dbpro_free() local
9623 struct ca0132_spec *spec = codec->spec; ca0132_config() local
9825 struct ca0132_spec *spec = codec->spec; ca0132_prepare_verbs() local
9886 struct ca0132_spec *spec = codec->spec; ca0132_codec_remove() local
9897 struct ca0132_spec *spec; ca0132_codec_probe() local
10014 struct ca0132_spec *spec = codec->spec; ca0132_codec_build_controls() local
10024 struct ca0132_spec *spec = codec->spec; ca0132_codec_build_pcms() local
10034 struct ca0132_spec *spec = codec->spec; ca0132_codec_init() local
10044 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_obj(*spec); 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 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
314 struct conexant_spec *spec = codec->spec; cxt_fixup_stereo_dmic() local
349 struct conexant_spec *spec = codec->spec; cxt_update_headset_mode() local
381 struct conexant_spec *spec = codec->spec; cxt_fixup_headphone_mic() local
402 struct conexant_spec *spec = codec->spec; cxt_fixup_headset_mic() local
435 struct conexant_spec *spec = codec->spec; olpc_xo_update_mic_boost() local
450 struct conexant_spec *spec = codec->spec; olpc_xo_update_mic_pins() local
506 struct conexant_spec *spec = codec->spec; olpc_xo_automic() local
522 struct conexant_spec *spec = codec->spec; olpc_xo_capture_hook() local
543 struct conexant_spec *spec = codec->spec; olpc_xo_dc_mode_get() local
552 struct conexant_spec *spec = codec->spec; olpc_xo_dc_mode_put() local
568 struct conexant_spec *spec = codec->spec; olpc_xo_dc_bias_enum_get() local
583 struct conexant_spec *spec = codec->spec; olpc_xo_dc_bias_enum_put() local
624 struct conexant_spec *spec = codec->spec; olpc_xo_mic_boost_put() local
634 struct conexant_spec *spec = codec->spec; cxt_fixup_olpc_xo() local
665 struct conexant_spec *spec = codec->spec; cxt_fixup_mute_led_eapd() local
717 struct conexant_spec *spec = codec->spec; cxt_update_gpio_led() local
739 struct conexant_spec *spec = codec->spec; cxt_gpio_mute_update() local
750 struct conexant_spec *spec = codec->spec; cxt_gpio_micmute_update() local
759 struct conexant_spec *spec = codec->spec; cxt_setup_mute_led() local
1170 struct conexant_spec *spec = codec->spec; add_cx5051_fake_mutes() local
1185 struct conexant_spec *spec; cx_probe() local
[all...]
H A Dsenarytech.c48 static int set_beep_amp(struct senary_spec *spec, hda_nid_t nid, in set_beep_amp() argument
55 spec->gen.beep_nid = nid; in set_beep_amp()
57 knew = snd_hda_gen_add_kctl(&spec->gen, NULL, in set_beep_amp()
68 struct senary_spec *spec = codec->spec; in senary_auto_parse_beep() local
74 return set_beep_amp(spec, nid, 0, HDA_OUTPUT); in senary_auto_parse_beep()
84 struct senary_spec *spec = codec->spec; in senary_auto_parse_eapd() local
92 spec->eapds[spec in senary_auto_parse_eapd()
115 struct senary_spec *spec = codec->spec; senary_auto_vmaster_hook() local
122 struct senary_spec *spec = codec->spec; senary_init_gpio_led() local
146 struct senary_spec *spec = codec->spec; senary_shutdown() local
168 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()
194 spec->priority = EFX_FILTER_PRI_REQUIRED; in efx_filter_init_tx()
195 spec->flags = EFX_FILTER_FLAG_TX; in efx_filter_init_tx()
[all …]
/linux/sound/hda/codecs/cirrus/
H A Dcs8409.c29 struct cs8409_spec *spec = codec->spec; in cs8409_parse_auto_config() local
33 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); in cs8409_parse_auto_config()
37 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in cs8409_parse_auto_config()
42 if (spec->gen.dyn_adc_switch) { in cs8409_parse_auto_config()
45 for (i = 0; i < spec->gen.input_mux.num_items; i++) { in cs8409_parse_auto_config()
46 int idx = spec->gen.dyn_adc_idx[i]; in cs8409_parse_auto_config()
50 snd_hda_gen_fix_pin_power(codec, spec->gen.adc_nids[idx]); in cs8409_parse_auto_config()
62 struct cs8409_spec *spec; in cs8409_alloc_spec() local
64 spec in cs8409_alloc_spec()
98 struct cs8409_spec *spec = codec->spec; cs8409_disable_i2c_clock() local
113 struct cs8409_spec *spec = container_of(work, struct cs8409_spec, i2c_clk_work.work); cs8409_disable_i2c_clock_worker() local
126 struct cs8409_spec *spec = codec->spec; cs8409_enable_i2c_clock() local
165 struct cs8409_spec *spec = codec->spec; cs8409_set_i2c_dev_addr() local
204 struct cs8409_spec *spec = codec->spec; cs8409_i2c_read() local
244 struct cs8409_spec *spec = codec->spec; cs8409_i2c_bulk_read() local
286 struct cs8409_spec *spec = codec->spec; cs8409_i2c_write() local
325 struct cs8409_spec *spec = codec->spec; cs8409_i2c_bulk_write() local
384 struct cs8409_spec *spec = codec->spec; cs8409_enable_ur() local
424 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_gpio_get() local
434 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_gpio_put() local
485 struct cs8409_spec *spec = codec->spec; cs42l42_volume_get() local
544 struct cs8409_spec *spec = codec->spec; cs42l42_volume_put() local
579 struct cs8409_spec *spec = codec->spec; cs42l42_playback_pcm_hook() local
608 struct cs8409_spec *spec = codec->spec; cs42l42_capture_pcm_hook() local
870 struct cs8409_spec *spec = codec->spec; cs42l42_resume() local
914 struct cs8409_spec *spec = codec->spec; cs42l42_suspend() local
952 struct cs8409_spec *spec = codec->spec; cs8409_remove() local
975 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_jack_unsol_event() local
1005 struct cs8409_spec *spec = codec->spec; cs8409_unsol_event() local
1016 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_suspend() local
1042 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_hw_init() local
1086 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_exec_verb() local
1119 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_fixups() local
1227 struct cs8409_spec *spec = codec->spec; cs8409_comp_bind() local
1235 struct cs8409_spec *spec = codec->spec; cs8409_comp_unbind() local
1248 struct cs8409_spec *spec = codec->spec; cs8409_comp_playback_hook() local
1265 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_get() local
1276 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_put() local
1299 struct cs8409_spec *spec = codec->spec; cs8409_cdb35l56_four_autodet_fixup() local
1404 struct cs8409_spec *spec = codec->spec; dolphin_jack_unsol_event() local
1441 struct cs8409_spec *spec = codec->spec; dolphin_hw_init() local
1470 struct cs8409_spec *spec = codec->spec; dolphin_exec_verb() local
1506 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
597 struct cs_spec *spec = codec->spec; cs4208_fixup_gpio0() local
644 struct cs_spec *spec = codec->spec; cs4208_spdif_sw_put() local
657 struct cs_spec *spec = codec->spec; cs4208_fixup_spdif_switch() local
712 struct cs_spec *spec = codec->spec; cs4208_probe() local
740 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()
194 spec->priority = EFX_FILTER_PRI_REQUIRED; in efx_filter_init_tx()
195 spec->flags = EFX_FILTER_FLAG_TX; in efx_filter_init_tx()
[all …]
H A Dethtool_common.c652 struct efx_filter_spec spec; in efx_ethtool_get_class_rule() local
656 rule->location, &spec); in efx_ethtool_get_class_rule()
660 if (spec.dmaq_id == EFX_FILTER_RX_DMAQ_ID_DROP) in efx_ethtool_get_class_rule()
663 rule->ring_cookie = spec.dmaq_id; in efx_ethtool_get_class_rule()
665 if ((spec.match_flags & EFX_FILTER_MATCH_ETHER_TYPE) && in efx_ethtool_get_class_rule()
666 spec.ether_type == htons(ETH_P_IP) && in efx_ethtool_get_class_rule()
667 (spec.match_flags & EFX_FILTER_MATCH_IP_PROTO) && in efx_ethtool_get_class_rule()
668 (spec.ip_proto == IPPROTO_TCP || spec.ip_proto == IPPROTO_UDP) && in efx_ethtool_get_class_rule()
669 !(spec in efx_ethtool_get_class_rule()
920 struct efx_filter_spec spec; efx_ethtool_set_class_rule() local
[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()
168 spec->priority = EF4_FILTER_PRI_REQUIRED; in ef4_filter_init_tx()
169 spec->flags = EF4_FILTER_FLAG_TX; in ef4_filter_init_tx()
[all …]
/linux/sound/hda/codecs/realtek/
H A Drealtek.c66 struct alc_spec *spec = codec->spec; in alc_get_coef0() local
68 if (!spec->coef0) in alc_get_coef0()
69 spec->coef0 = alc_read_coef_idx(codec, 0); in alc_get_coef0()
70 return spec->coef0; in alc_get_coef0()
94 struct alc_spec *spec = codec->spec; in alc_setup_gpio() local
96 spec->gpio_mask |= mask; in alc_setup_gpio()
97 spec->gpio_dir |= mask; in alc_setup_gpio()
98 spec in alc_setup_gpio()
104 struct alc_spec *spec = codec->spec; alc_write_gpio_data() local
114 struct alc_spec *spec = codec->spec; alc_update_gpio_data() local
128 struct alc_spec *spec = codec->spec; alc_write_gpio() local
193 struct alc_spec *spec = codec->spec; alc_fix_pll() local
204 struct alc_spec *spec = codec->spec; alc_fix_pll_init() local
381 struct alc_spec *spec = codec->spec; alc_find_ext_mic_pin() local
426 struct alc_spec *spec = codec->spec; alc_shutup_pins() local
457 struct alc_spec *spec = codec->spec; alc_eapd_shutup() local
506 alc_get_hp_pin(struct alc_spec * spec) alc_get_hp_pin() argument
528 struct alc_spec *spec = codec->spec; alc_fixup_sku_ignore() local
539 struct alc_spec *spec = codec->spec; alc_fixup_no_depop_delay() local
552 struct alc_spec *spec = codec->spec; alc_auto_parse_customize_define() local
644 struct alc_spec *spec = codec->spec; alc_subsystem_id() local
746 struct alc_spec *spec = codec->spec; alc_ssid_check() local
760 struct alc_spec *spec = codec->spec; alc_fixup_inv_dmic() local
781 struct alc_spec *spec = codec->spec; alc_init() local
804 struct alc_spec *spec = codec->spec; alc_shutup() local
824 struct alc_spec *spec = codec->spec; alc_suspend() local
834 struct alc_spec *spec = codec->spec; alc_resume() local
954 alc_set_beep_amp(struct alc_spec * spec,hda_nid_t nid,int idx,int dir) alc_set_beep_amp() argument
989 struct alc_spec *spec = codec->spec; alc_has_cdefine_beep() local
1008 struct alc_spec *spec = codec->spec; alc_parse_auto_config() local
1031 struct alc_spec *spec = kzalloc_obj(*spec, GFP_KERNEL); alc_alloc_spec() local
1061 struct alc_spec *spec = codec->spec; alc_fixup_dual_codecs() local
1091 struct alc_spec *spec = codec->spec; alc_fixup_bass_chmap() local
1150 struct alc_spec *spec = codec->spec; alc_shutup_dell_xps13() local
1162 struct alc_spec *spec = codec->spec; alc_fixup_dell_xps13() local
1228 struct alc_spec *spec = codec->spec; alc_headset_mode_unplugged() local
1853 struct alc_spec *spec = codec->spec; alc_determine_headset_type() local
2045 struct alc_spec *spec = codec->spec; alc_update_headset_mode() local
2121 struct alc_spec *spec = codec->spec; alc_probe_headset_mode() local
2141 struct alc_spec *spec = codec->spec; alc_fixup_headset_mode() local
2165 struct alc_spec *spec = codec->spec; alc_fixup_headset_mode_no_hp_mic() local
2176 struct alc_spec *spec = codec->spec; alc_fixup_headset_mic() local
2198 struct alc_spec *spec = codec->spec; micmute_led_set() local
2210 struct alc_spec *spec = codec->spec; gpio_mute_led_set() local
2223 struct alc_spec *spec = codec->spec; alc_fixup_hp_gpio_led() local
2253 struct alc_spec *spec = codec->spec; alc_fixup_disable_aamix() local
2264 struct alc_spec *spec = codec->spec; alc_fixup_auto_mute_via_amp() local
[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/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
164 struct hdmi_spec *spec = codec->spec; hdmi_eld_ctl_get() local
207 struct hdmi_spec *spec = codec->spec; hdmi_create_eld_ctl() local
259 struct hdmi_spec *spec = codec->spec; hdmi_init_pin() local
476 struct hdmi_spec *spec = codec->spec; hdmi_pin_setup_infoframe() local
532 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_setup_audio_infoframe() local
587 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_check_presence_and_report() local
723 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_setup_stream() local
769 struct hdmi_spec *spec = codec->spec; hdmi_choose_cvt() local
827 struct hdmi_spec *spec = codec->spec; pin_cvt_fixup() local
838 struct hdmi_spec *spec = codec->spec; hdmi_pcm_open_no_pin() local
886 struct hdmi_spec *spec = codec->spec; hdmi_pcm_open() local
970 struct hdmi_spec *spec = codec->spec; hdmi_read_pin_conn() local
1001 hdmi_find_pcm_slot(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_find_pcm_slot() argument
1013 hdmi_attach_hda_pcm(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_attach_hda_pcm() argument
1037 hdmi_detach_hda_pcm(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_detach_hda_pcm() argument
1053 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
1066 hdmi_pcm_setup_pin(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_pcm_setup_pin() argument
1109 hdmi_pcm_reset_pin(struct hdmi_spec * spec,struct hdmi_spec_per_pin * per_pin) hdmi_pcm_reset_pin() argument
1125 struct hdmi_spec *spec = codec->spec; pin_idx_to_pcm_jack() local
1143 struct hdmi_spec *spec = codec->spec; update_eld() local
1243 struct hdmi_spec *spec = codec->spec; hdmi_present_sense_via_verbs() local
1292 struct hdmi_spec *spec = codec->spec; silent_stream_enable() local
1344 struct hdmi_spec *spec = codec->spec; silent_stream_disable() local
1379 struct hdmi_spec *spec = codec->spec; sync_eld_via_acomp() local
1417 struct hdmi_spec *spec = codec->spec; hdmi_repoll_eld() local
1434 struct hdmi_spec *spec = codec->spec; hdmi_add_pin() local
1513 struct hdmi_spec *spec = codec->spec; hdmi_add_cvt() local
1568 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_parse_codec() local
1648 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_pcm_prepare() local
1729 struct hdmi_spec *spec = codec->spec; hdmi_pcm_close() local
1792 struct hdmi_spec *spec = codec->spec; hdmi_get_spk_alloc() local
1805 struct hdmi_spec *spec = codec->spec; hdmi_get_chmap() local
1819 struct hdmi_spec *spec = codec->spec; hdmi_set_chmap() local
1834 struct hdmi_spec *spec = codec->spec; is_hdmi_pcm_attached() local
1842 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_build_pcms() local
1891 struct hdmi_spec *spec = codec->spec; generic_hdmi_build_jack() local
1912 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_build_controls() local
1977 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_init_per_pins() local
1994 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_init() local
2014 hdmi_array_init(struct hdmi_spec * spec,int nums) hdmi_array_init() argument
2020 hdmi_array_free(struct hdmi_spec * spec) hdmi_array_free() argument
2028 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_spec_free() local
2041 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_remove() local
2069 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_suspend() local
2082 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_generic_resume() local
2106 struct hdmi_spec *spec; snd_hda_hdmi_generic_alloc() local
2176 struct hdmi_spec *spec; generic_acomp_notifier_set() local
2225 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_acomp_pin_eld_notify() local
2246 struct hdmi_spec *spec = codec->spec; snd_hda_hdmi_setup_drm_audio_ops() local
2266 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/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_obj(*spec); 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/tools/testing/selftests/bpf/
H A Dtest_loader.c130 static void free_test_spec(struct test_spec *spec) in free_msgs()
133 free_msgs(&spec->priv.expect_msgs); in free_test_spec() argument
134 free_msgs(&spec->unpriv.expect_msgs); in free_test_spec()
135 free_msgs(&spec->priv.expect_xlated); in free_test_spec()
136 free_msgs(&spec->unpriv.expect_xlated); in free_test_spec()
137 free_msgs(&spec->priv.jited); in free_test_spec()
138 free_msgs(&spec->unpriv.jited); in free_test_spec()
139 free_msgs(&spec->unpriv.stderr); in free_test_spec()
140 free_msgs(&spec->priv.stderr); in free_test_spec()
141 free_msgs(&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.c467 struct printf_spec spec) in number()
473 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number()
476 int field_width = spec.field_width; in number()
477 int precision = spec.precision; in number()
481 locase = (spec.flags & SMALL); in number()
482 if (spec.flags & LEFT) in number()
483 spec.flags &= ~ZEROPAD; in number()
485 if (spec.flags & SIGN) { in number()
490 } else if (spec in number()
466 number(char * buf,char * end,unsigned long long num,struct printf_spec spec) number() argument
626 widen_string(char * buf,int n,char * end,struct printf_spec spec) widen_string() argument
648 string_nocheck(char * buf,char * end,const char * s,struct printf_spec spec) string_nocheck() argument
666 err_ptr(char * buf,char * end,void * ptr,struct printf_spec spec) err_ptr() argument
686 error_string(char * buf,char * end,const char * s,struct printf_spec spec) error_string() argument
716 check_pointer(char ** buf,char * end,const void * ptr,struct printf_spec spec) check_pointer() argument
731 string(char * buf,char * end,const char * s,struct printf_spec spec) string() argument
741 pointer_string(char * buf,char * end,const void * ptr,struct printf_spec spec) pointer_string() argument
816 ptr_to_id(char * buf,char * end,const void * ptr,struct printf_spec spec) ptr_to_id() argument
846 default_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) default_pointer() argument
862 restricted_pointer(char * buf,char * end,const void * ptr,struct printf_spec spec) restricted_pointer() argument
908 dentry_name(char * buf,char * end,const struct dentry * d,struct printf_spec spec,const char * fmt) dentry_name() argument
958 file_dentry_name(char * buf,char * end,const struct file * f,struct printf_spec spec,const char * fmt) file_dentry_name() argument
968 bdev_name(char * buf,char * end,struct block_device * bdev,struct printf_spec spec,const char * fmt) bdev_name() argument
991 symbol_string(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) symbol_string() argument
1052 hex_range(char * buf,char * end,u64 start_val,u64 end_val,struct printf_spec spec) hex_range() argument
1066 resource_string(char * buf,char * end,struct resource * res,struct printf_spec spec,const char * fmt) resource_string() argument
1163 range_string(char * buf,char * end,const struct range * range,struct printf_spec spec,const char * fmt) range_string() argument
1180 hex_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) hex_string() argument
1232 bitmap_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_string() argument
1276 bitmap_list_string(char * buf,char * end,const unsigned long * bitmap,struct printf_spec spec,const char * fmt) bitmap_list_string() argument
1306 mac_address_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) mac_address_string() argument
1496 ip6_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip6_addr_string() argument
1510 ip4_addr_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) ip4_addr_string() argument
1521 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
1583 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
1618 ip_addr_string(char * buf,char * end,const void * ptr,struct printf_spec spec,const char * fmt) ip_addr_string() argument
1652 escaped_string(char * buf,char * end,u8 * addr,struct printf_spec spec,const char * fmt) escaped_string() argument
1714 va_format(char * buf,char * end,struct va_format * va_fmt,struct printf_spec spec) va_format() argument
1731 uuid_string(char * buf,char * end,const u8 * addr,struct printf_spec spec,const char * fmt) uuid_string() argument
1776 netdev_bits(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) netdev_bits() argument
1798 fourcc_string(char * buf,char * end,const u32 * fourcc,struct printf_spec spec,const char * fmt) fourcc_string() argument
1858 address_val(char * buf,char * end,const void * addr,struct printf_spec spec,const char * fmt) address_val() argument
1918 rtc_str(char * buf,char * end,const struct rtc_time * tm,struct printf_spec spec,const char * fmt) rtc_str() argument
1965 time64_str(char * buf,char * end,const time64_t time,struct printf_spec spec,const char * fmt) time64_str() argument
1988 timespec64_str(char * buf,char * end,const struct timespec64 * ts,struct printf_spec spec,const char * fmt) timespec64_str() argument
2009 time_and_date(char * buf,char * end,void * ptr,struct printf_spec spec,const char * fmt) time_and_date() argument
2028 clock(char * buf,char * end,struct clk * clk,struct printf_spec spec,const char * fmt) clock() argument
2075 const struct printf_spec *spec; global() member
2141 flags_string(char * buf,char * end,void * flags_ptr,struct printf_spec spec,const char * fmt) flags_string() argument
2196 device_node_string(char * buf,char * end,struct device_node * dn,struct printf_spec spec,const char * fmt) device_node_string() argument
2286 fwnode_string(char * buf,char * end,struct fwnode_handle * fwnode,struct printf_spec spec,const char * fmt) fwnode_string() argument
2316 resource_or_range(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) resource_or_range() argument
2527 pointer(const char * fmt,char * buf,char * end,void * ptr,struct printf_spec spec) pointer() argument
2664 format_decode(struct fmt fmt,struct printf_spec * spec) format_decode() argument
2802 set_field_width(struct printf_spec * spec,int width) set_field_width() argument
2811 set_precision(struct printf_spec * spec,int prec) set_precision() argument
2825 convert_num_spec(unsigned int val,int size,struct printf_spec spec) convert_num_spec() argument
2866 struct printf_spec spec = {0}; vsnprintf() local
3147 struct printf_spec spec = {0}; vbin_printf() local
3287 struct printf_spec spec = {0}; bstr_printf() local
[all...]

12345678910>>...17