/linux-4.4.14/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.4.14/drivers/target/ |
D | target_core_tmr.c | 78 static void core_tmr_handle_tas_abort(struct se_cmd *cmd, int tas) in core_tmr_handle_tas_abort() argument 113 struct se_session *tmr_sess, int tas) in __target_check_io_state() argument 144 if ((tmr_sess != se_cmd->se_sess) && tas) in __target_check_io_state() 298 int tas, in core_tmr_drain_state_list() argument 349 rc = __target_check_io_state(cmd, tmr_sess, tas); in core_tmr_drain_state_list() 388 core_tmr_handle_tas_abort(cmd, tas); in core_tmr_drain_state_list() 402 int tas; in core_tmr_lun_reset() local 414 tas = dev->dev_attrib.emulate_tas; in core_tmr_lun_reset() 432 dev->transport->name, tas); in core_tmr_lun_reset() 435 core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas, in core_tmr_lun_reset()
|
D | target_core_transport.c | 2431 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument 2436 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd() 2443 bool aborted = false, tas = false; in transport_generic_free_cmd() local 2447 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 2449 if (!aborted || tas) in transport_generic_free_cmd() 2453 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 2465 if (!aborted || tas) in transport_generic_free_cmd() 2617 bool tas; in target_wait_for_sess_cmds() local 2626 tas = (se_cmd->transport_state & CMD_T_TAS); in target_wait_for_sess_cmds() 2630 if (tas) in target_wait_for_sess_cmds() [all …]
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | cmpxchg.h | 50 #define tas(ptr) xchg((ptr), 1) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | cmpxchg.h | 130 #define tas(ptr) xchg((ptr), 1) macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | cmpxchg.h | 131 #define tas(ptr) ((void)xchg((ptr), 1)) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | cmpxchg.h | 72 #define tas(ptr) (xchg((ptr), 1)) macro
|
/linux-4.4.14/Documentation/isdn/ |
D | HiSax.cert | 33 or tas have been completely approved for any other os, the approval
|
/linux-4.4.14/arch/m68k/kernel/ |
D | head.S | 2958 tas %a1@
|