Searched refs:tas (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/aoa/codecs/
H A Dtas.c3 * Apple Onboard Audio driver for tas codec
26 * audacity, or recording the tas output via cable
71 MODULE_DESCRIPTION("tas codec driver for snd-aoa");
73 #include "tas.h"
74 #include "tas-gain-table.h"
75 #include "tas-basstreble.h"
79 #define PFX "snd-aoa-codec-tas: "
82 struct tas { struct
100 static int tas_reset_init(struct tas *tas);
107 tas_write_reg(struct tas *tas, u8 reg, u8 len, u8 *data) argument
115 tas3004_set_drc(struct tas *tas) argument
137 tas_set_treble(struct tas *tas) argument
145 tas_set_bass(struct tas *tas) argument
153 tas_set_volume(struct tas *tas) argument
185 tas_set_mixer(struct tas *tas) argument
236 struct tas *tas = snd_kcontrol_chip(kcontrol); local
248 struct tas *tas = snd_kcontrol_chip(kcontrol); local
286 struct tas *tas = snd_kcontrol_chip(kcontrol); local
298 struct tas *tas = snd_kcontrol_chip(kcontrol); local
337 struct tas *tas = snd_kcontrol_chip(kcontrol); local
351 struct tas *tas = snd_kcontrol_chip(kcontrol); local
397 struct tas *tas = snd_kcontrol_chip(kcontrol); local
408 struct tas *tas = snd_kcontrol_chip(kcontrol); local
441 struct tas *tas = snd_kcontrol_chip(kcontrol); local
452 struct tas *tas = snd_kcontrol_chip(kcontrol); local
487 struct tas *tas = snd_kcontrol_chip(kcontrol); local
498 struct tas *tas = snd_kcontrol_chip(kcontrol); local
558 struct tas *tas = snd_kcontrol_chip(kcontrol); local
569 struct tas *tas = snd_kcontrol_chip(kcontrol); local
609 struct tas *tas = snd_kcontrol_chip(kcontrol); local
620 struct tas *tas = snd_kcontrol_chip(kcontrol); local
670 tas_reset_init(struct tas *tas) argument
715 struct tas *tas = cii->codec_data; local
744 tas_suspend(struct tas *tas) argument
754 tas_resume(struct tas *tas) argument
797 struct tas *tas = codec_to_tas(codec); local
864 snd_device_free(aoa_get_card(), tas); local
870 struct tas *tas = codec_to_tas(codec); local
881 struct tas *tas; local
916 struct tas *tas = i2c_get_clientdata(client); local
[all...]
H A DMakefile3 snd-aoa-codec-tas-objs := tas.o
7 obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dsar.c192 struct rtw89_tas_info *tas = &rtwdev->tas; local
207 if (tas->enable) {
208 switch (tas->state) {
212 delta = rtw89_txpwr_tas_to_sar(sar_hdl, tas->delta);
260 struct rtw89_tas_info *tas = &rtwdev->tas; local
262 if (!tas->enable) {
267 seq_printf(m, "DPR gap: %d\n", tas->dpr_gap);
268 seq_printf(m, "TAS delta: %d\n", tas
357 struct rtw89_tas_info *tas = &rtwdev->tas; local
406 struct rtw89_tas_info *tas = &rtwdev->tas; local
441 struct rtw89_tas_info *tas = &rtwdev->tas; local
462 struct rtw89_tas_info *tas = &rtwdev->tas; local
[all...]
H A Dcore.h5131 struct rtw89_tas_info tas; member in struct:rtw89_dev
/linux-master/drivers/target/
H A Dtarget_core_tmr.c72 struct se_session *tmr_sess, bool tas)
97 if ((tmr_sess != se_cmd->se_sess) && tas)
254 * @tas: Task Aborted Status (TAS) bit from the SCSI control mode page.
269 bool tas,
325 rc = __target_check_io_state(cmd, tmr_sess, tas);
363 bool tas; local
375 tas = dev->dev_attrib.emulate_tas;
401 pr_debug("LUN_RESET: %s starting for [%s], tas: %d\n",
403 dev->transport->name, tas);
405 core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas,
71 __target_check_io_state(struct se_cmd *se_cmd, struct se_session *tmr_sess, bool tas) argument
265 core_tmr_drain_state_list( struct se_device *dev, struct se_cmd *prout_cmd, struct se_session *tmr_sess, bool tas, struct list_head *preempt_and_abort_list) argument
[all...]
H A Dtarget_core_transport.c834 bool tas = cmd->transport_state & CMD_T_TAS; local
838 pr_debug("tag %#llx: send_abort_response = %d\n", cmd->tag, tas);
840 if (tas) {
2910 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) argument
2915 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags);
2960 bool aborted = false, tas = false; local
2963 target_wait_free_cmd(cmd, &aborted, &tas);
3242 bool *aborted, bool *tas, unsigned long *flags)
3255 *tas = true;
3297 bool ret, aborted = false, tas local
[all...]
/linux-master/arch/m68k/kernel/
H A Dhead.S2971 tas %a1@

Completed in 175 milliseconds