Searched refs:tas (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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 | 3 snd-aoa-codec-tas-objs := tas.o 7 obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o
|
D | Kconfig | 15 This option enables support for the tas chips
|
/Linux-v4.19/drivers/target/ |
D | target_core_tmr.c | 94 struct se_session *tmr_sess, int tas) in __target_check_io_state() argument 134 if ((tmr_sess != se_cmd->se_sess) && tas) in __target_check_io_state() 283 int tas, in core_tmr_drain_state_list() argument 334 rc = __target_check_io_state(cmd, tmr_sess, tas); in core_tmr_drain_state_list() 377 int tas; in core_tmr_lun_reset() local 389 tas = dev->dev_attrib.emulate_tas; in core_tmr_lun_reset() 407 dev->transport->name, tas); in core_tmr_lun_reset() 410 core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas, in core_tmr_lun_reset()
|
D | target_core_transport.c | 2633 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument 2638 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd() 2667 bool aborted = false, tas = false; in transport_generic_free_cmd() local 2670 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 2686 if (!aborted || tas) in transport_generic_free_cmd() 2959 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument 2974 *tas = true; in __transport_wait_for_tasks() 3016 bool ret, aborted = false, tas = false; in transport_wait_for_tasks() local 3019 ret = __transport_wait_for_tasks(cmd, false, &aborted, &tas, &flags); in transport_wait_for_tasks()
|
/Linux-v4.19/Documentation/isdn/ |
D | HiSax.cert | 33 or tas have been completely approved for any other os, the approval
|
/Linux-v4.19/arch/m68k/kernel/ |
D | head.S | 2958 tas %a1@
|