Searched defs:tas (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
H A Dcmpxchg.h130 #define tas(ptr) xchg((ptr), 1) macro
/linux-4.4.14/arch/c6x/include/asm/
H A Dcmpxchg.h50 #define tas(ptr) xchg((ptr), 1) macro
/linux-4.4.14/sound/aoa/codecs/
H A DMakefile
H A Dtas.c84 struct tas { struct
109 static inline int tas_write_reg(struct tas *tas, u8 reg, u8 len, u8 *data) tas_write_reg() argument
117 static void tas3004_set_drc(struct tas *tas) tas3004_set_drc() argument
139 static void tas_set_treble(struct tas *tas) tas_set_treble() argument
147 static void tas_set_bass(struct tas *tas) tas_set_bass() argument
155 static void tas_set_volume(struct tas *tas) tas_set_volume() argument
187 static void tas_set_mixer(struct tas *tas) tas_set_mixer() argument
238 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_vol_get() local
250 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_vol_put() local
288 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_mute_get() local
300 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_mute_put() local
339 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_mixer_get() local
353 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_mixer_put() local
399 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_drc_range_get() local
410 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_drc_range_put() local
443 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_drc_switch_get() local
454 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_drc_switch_put() local
489 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_capture_source_get() local
500 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_capture_source_put() local
560 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_treble_get() local
571 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_treble_put() local
611 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_bass_get() local
622 struct tas *tas = snd_kcontrol_chip(kcontrol); tas_snd_bass_put() local
672 static int tas_reset_init(struct tas *tas) tas_reset_init() argument
717 struct tas *tas = cii->codec_data; tas_switch_clock() local
746 static int tas_suspend(struct tas *tas) tas_suspend() argument
756 static int tas_resume(struct tas *tas) tas_resume() argument
799 struct tas *tas = codec_to_tas(codec); tas_init_codec() local
866 snd_device_free(aoa_get_card(), tas); tas_init_codec() local
872 struct tas *tas = codec_to_tas(codec); tas_exit_codec() local
884 struct tas *tas; tas_i2c_probe() local
919 struct tas *tas = i2c_get_clientdata(client); tas_i2c_remove() local
/linux-4.4.14/arch/frv/include/asm/
H A Dcmpxchg.h72 #define tas(ptr) (xchg((ptr), 1)) macro
/linux-4.4.14/arch/blackfin/include/asm/
H A Dcmpxchg.h131 #define tas(ptr) ((void)xchg((ptr), 1)) macro
/linux-4.4.14/drivers/target/
H A Dtarget_core_tmr.c78 static void core_tmr_handle_tas_abort(struct se_cmd *cmd, int tas) core_tmr_handle_tas_abort() argument
402 int tas; core_tmr_lun_reset() local
112 __target_check_io_state(struct se_cmd *se_cmd, struct se_session *tmr_sess, int tas) __target_check_io_state() argument
294 core_tmr_drain_state_list( struct se_device *dev, struct se_cmd *prout_cmd, struct se_session *tmr_sess, int tas, struct list_head *preempt_and_abort_list) core_tmr_drain_state_list() argument
H A Dtarget_core_transport.c2431 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) target_wait_free_cmd() argument
2443 bool aborted = false, tas = false; transport_generic_free_cmd() local
2617 bool tas; target_wait_for_sess_cmds() local
2717 bool ret, aborted = false, tas = false; transport_wait_for_tasks() local

Completed in 304 milliseconds