Searched refs:tas (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/sound/aoa/codecs/ |
A D | tas.c | 100 static int tas_reset_init(struct tas *tas); argument 137 static void tas_set_treble(struct tas *tas) in tas_set_treble() argument 145 static void tas_set_bass(struct tas *tas) in tas_set_bass() argument 153 static void tas_set_volume(struct tas *tas) in tas_set_volume() argument 185 static void tas_set_mixer(struct tas *tas) in tas_set_mixer() argument 715 struct tas *tas = cii->codec_data; in tas_switch_clock() local 744 static int tas_suspend(struct tas *tas) in tas_suspend() argument 754 static int tas_resume(struct tas *tas) in tas_resume() argument 863 tas->codec.soundbus_dev->detach_codec(tas->codec.soundbus_dev, tas); in tas_init_codec() 874 tas->codec.soundbus_dev->detach_codec(tas->codec.soundbus_dev, tas); in tas_exit_codec() [all …]
|
A D | Makefile | 3 snd-aoa-codec-tas-objs := tas.o 7 obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o
|
A D | Kconfig | 16 This option enables support for the tas chips
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_tmr.c | 72 struct se_session *tmr_sess, bool tas) in __target_check_io_state() argument 97 if ((tmr_sess != se_cmd->se_sess) && tas) in __target_check_io_state() 260 bool tas, in core_tmr_drain_state_list() argument 316 rc = __target_check_io_state(cmd, tmr_sess, tas); in core_tmr_drain_state_list() 354 bool tas; in core_tmr_lun_reset() local 366 tas = dev->dev_attrib.emulate_tas; in core_tmr_lun_reset() 384 dev->transport->name, tas); in core_tmr_lun_reset() 387 core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas, in core_tmr_lun_reset()
|
A D | target_core_transport.c | 801 bool tas = cmd->transport_state & CMD_T_TAS; in target_handle_abort() local 805 pr_debug("tag %#llx: send_abort_response = %d\n", cmd->tag, tas); in target_handle_abort() 807 if (tas) { in target_handle_abort() 2874 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument 2879 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd() 2924 bool aborted = false, tas = false; in transport_generic_free_cmd() local 2927 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 3180 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument 3193 *tas = true; in __transport_wait_for_tasks() 3235 bool ret, aborted = false, tas = false; in transport_wait_for_tasks() local [all …]
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | head.S | 2975 tas %a1@
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | msm8996.dtsi | 3391 tasha_ifd: tas-ifd@0,0 {
|
Completed in 26 milliseconds