Home
last modified time | relevance | path

Searched defs:tas (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/sound/aoa/codecs/
Dtas.c84 struct tas { struct
102 static int tas_reset_init(struct tas *tas); argument
109 static inline int tas_write_reg(struct tas *tas, u8 reg, u8 len, u8 *data) in tas_write_reg()
117 static void tas3004_set_drc(struct tas *tas) in tas3004_set_drc()
139 static void tas_set_treble(struct tas *tas) in tas_set_treble()
147 static void tas_set_bass(struct tas *tas) in tas_set_bass()
155 static void tas_set_volume(struct tas *tas) in tas_set_volume()
187 static void tas_set_mixer(struct tas *tas) in tas_set_mixer()
238 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_vol_get() local
250 struct tas *tas = snd_kcontrol_chip(kcontrol); in tas_snd_vol_put() local
[all …]
/linux-4.4.14/drivers/target/
Dtarget_core_tmr.c78 static void core_tmr_handle_tas_abort(struct se_cmd *cmd, int tas) in core_tmr_handle_tas_abort()
113 struct se_session *tmr_sess, int tas) in __target_check_io_state()
298 int tas, in core_tmr_drain_state_list()
402 int tas; in core_tmr_lun_reset() local
Dtarget_core_transport.c2431 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd()
2443 bool aborted = false, tas = false; in transport_generic_free_cmd() local
2617 bool tas; in target_wait_for_sess_cmds() local
2657 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks()
2717 bool ret, aborted = false, tas = false; in transport_wait_for_tasks() local
/linux-4.4.14/arch/c6x/include/asm/
Dcmpxchg.h50 #define tas(ptr) xchg((ptr), 1) macro
/linux-4.4.14/arch/tile/include/asm/
Dcmpxchg.h130 #define tas(ptr) xchg((ptr), 1) macro
/linux-4.4.14/arch/frv/include/asm/
Dcmpxchg.h72 #define tas(ptr) (xchg((ptr), 1)) macro
/linux-4.4.14/arch/blackfin/include/asm/
Dcmpxchg.h131 #define tas(ptr) ((void)xchg((ptr), 1)) macro