Searched refs:tas (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/sound/aoa/codecs/ |
D | tas.c | 83 struct tas { struct 101 static int tas_reset_init(struct tas *tas); argument 103 static struct tas *codec_to_tas(struct aoa_codec *codec) in codec_to_tas() 105 return container_of(codec, struct tas, codec); in codec_to_tas() 108 static inline int tas_write_reg(struct tas *tas, u8 reg, u8 len, u8 *data) in tas_write_reg() argument 111 return i2c_smbus_write_byte_data(tas->i2c, reg, *data); in tas_write_reg() 113 return i2c_smbus_write_i2c_block_data(tas->i2c, reg, len, data); in tas_write_reg() 116 static void tas3004_set_drc(struct tas *tas) in tas3004_set_drc() argument 120 if (tas->drc_enabled) in tas3004_set_drc() 125 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 | 16 This option enables support for the tas chips
|
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_tmr.c | 81 struct se_session *tmr_sess, bool tas) in __target_check_io_state() argument 106 if ((tmr_sess != se_cmd->se_sess) && tas) in __target_check_io_state() 269 bool tas, in core_tmr_drain_state_list() argument 320 rc = __target_check_io_state(cmd, tmr_sess, tas); in core_tmr_drain_state_list() 357 bool tas; in core_tmr_lun_reset() local 369 tas = dev->dev_attrib.emulate_tas; in core_tmr_lun_reset() 387 dev->transport->name, tas); in core_tmr_lun_reset() 390 core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas, in core_tmr_lun_reset()
|
D | target_core_transport.c | 768 bool tas = cmd->transport_state & CMD_T_TAS; in target_handle_abort() local 772 pr_debug("tag %#llx: send_abort_response = %d\n", cmd->tag, tas); in target_handle_abort() 774 if (tas) { in target_handle_abort() 2750 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument 2755 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd() 2800 bool aborted = false, tas = false; in transport_generic_free_cmd() local 2803 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 3069 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument 3082 *tas = true; in __transport_wait_for_tasks() 3124 bool ret, aborted = false, tas = false; in transport_wait_for_tasks() local [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | msm8996.dtsi | 2016 tasha_ifd: tas-ifd {
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
D | head.S | 2958 tas %a1@
|