Searched defs:tas (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/sound/aoa/codecs/ |
D | tas.c | 84 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-3.3/drivers/target/ |
D | target_core_tmr.c | 86 int tas, in core_tmr_handle_tas_abort() 184 int tas, in core_tmr_drain_task_list() 313 int tas, in core_tmr_drain_cmd_list() 370 int tas; in core_tmr_lun_reset() local
|
/linux-3.3/arch/cris/include/arch-v32/arch/ |
D | system.h | 42 #define tas(ptr) (xchg((ptr),1)) macro
|
/linux-3.3/arch/cris/include/arch-v10/arch/ |
D | system.h | 42 #define tas(ptr) (xchg((ptr),1)) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | atomic.h | 170 #define tas(ptr) (xchg((ptr), 1)) macro
|
/linux-3.3/arch/blackfin/include/asm/ |
D | system.h | 162 #define tas(ptr) ((void)xchg((ptr), 1)) macro
|
/linux-3.3/arch/c6x/include/asm/ |
D | system.h | 98 #define tas(ptr) xchg((ptr), 1) macro
|
/linux-3.3/arch/frv/include/asm/ |
D | atomic.h | 237 #define tas(ptr) (xchg((ptr), 1)) macro
|