/linux-4.1.27/sound/aoa/codecs/ |
D | tas.c | 84 struct tas { struct 102 static int tas_reset_init(struct tas *tas); argument 104 static struct tas *codec_to_tas(struct aoa_codec *codec) in codec_to_tas() 106 return container_of(codec, struct tas, codec); in codec_to_tas() 109 static inline int tas_write_reg(struct tas *tas, u8 reg, u8 len, u8 *data) in tas_write_reg() argument 112 return i2c_smbus_write_byte_data(tas->i2c, reg, *data); in tas_write_reg() 114 return i2c_smbus_write_i2c_block_data(tas->i2c, reg, len, data); in tas_write_reg() 117 static void tas3004_set_drc(struct tas *tas) in tas3004_set_drc() argument 121 if (tas->drc_enabled) in tas3004_set_drc() 126 if (tas->drc_range > 0xef) in tas3004_set_drc() [all …]
|
D | Makefile | 2 snd-aoa-codec-tas-objs := tas.o 6 obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o
|
D | Kconfig | 15 This option enables support for the tas chips
|
/linux-4.1.27/drivers/target/ |
D | target_core_tmr.c | 81 static void core_tmr_handle_tas_abort(struct se_cmd *cmd, int tas) in core_tmr_handle_tas_abort() argument 116 struct se_session *tmr_sess, int tas) in __target_check_io_state() argument 148 if ((tmr_sess != se_cmd->se_sess) && tas) in __target_check_io_state() 303 int tas, in core_tmr_drain_state_list() argument 354 rc = __target_check_io_state(cmd, tmr_sess, tas); in core_tmr_drain_state_list() 393 core_tmr_handle_tas_abort(cmd, tas); in core_tmr_drain_state_list() 407 int tas; in core_tmr_lun_reset() local 419 tas = dev->dev_attrib.emulate_tas; in core_tmr_lun_reset() 437 dev->transport->name, tas); in core_tmr_lun_reset() 440 core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas, in core_tmr_lun_reset()
|
D | target_core_transport.c | 2429 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument 2434 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd() 2441 bool aborted = false, tas = false; in transport_generic_free_cmd() local 2445 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 2447 if (!aborted || tas) in transport_generic_free_cmd() 2451 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 2463 if (!aborted || tas) in transport_generic_free_cmd() 2616 bool tas; in target_wait_for_sess_cmds() local 2625 tas = (se_cmd->transport_state & CMD_T_TAS); in target_wait_for_sess_cmds() 2629 if (tas) in target_wait_for_sess_cmds() [all …]
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | cmpxchg.h | 50 #define tas(ptr) xchg((ptr), 1) macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | cmpxchg.h | 130 #define tas(ptr) xchg((ptr), 1) macro
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | cmpxchg.h | 131 #define tas(ptr) ((void)xchg((ptr), 1)) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | cmpxchg.h | 72 #define tas(ptr) (xchg((ptr), 1)) macro
|
/linux-4.1.27/Documentation/isdn/ |
D | HiSax.cert | 33 or tas have been completely approved for any other os, the approval
|
/linux-4.1.27/arch/m68k/kernel/ |
D | head.S | 2958 tas %a1@
|