/openbmc/linux/sound/aoa/codecs/ |
H A D | tas.c | 82 struct tas { struct 100 static int tas_reset_init(struct tas *tas); argument 102 static struct tas *codec_to_tas(struct aoa_codec *codec) in codec_to_tas() 104 return container_of(codec, struct tas, codec); in codec_to_tas() 107 static inline int tas_write_reg(struct tas *tas, u8 reg, u8 len, u8 *data) in tas_write_reg() argument 110 return i2c_smbus_write_byte_data(tas->i2c, reg, *data); in tas_write_reg() 112 return i2c_smbus_write_i2c_block_data(tas->i2c, reg, len, data); in tas_write_reg() 115 static void tas3004_set_drc(struct tas *tas) in tas3004_set_drc() argument 119 if (tas->drc_enabled) in tas3004_set_drc() 124 if (tas->drc_range > 0xef) in tas3004_set_drc() [all …]
|
H A D | Makefile | 3 snd-aoa-codec-tas-objs := tas.o 7 obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o
|
H A D | Kconfig | 16 This option enables support for the tas chips
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | sar.c | 192 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_query_sar() local 207 if (tas->enable) { in rtw89_query_sar() 208 switch (tas->state) { in rtw89_query_sar() 212 delta = rtw89_txpwr_tas_to_sar(sar_hdl, tas->delta); in rtw89_query_sar() 260 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_print_tas() local 262 if (!tas->enable) { in rtw89_print_tas() 267 seq_printf(m, "DPR gap: %d\n", tas->dpr_gap); in rtw89_print_tas() 268 seq_printf(m, "TAS delta: %d\n", tas->delta); in rtw89_print_tas() 357 struct rtw89_tas_info *tas = &rtwdev->tas; in rtw89_tas_state_update() local 358 s32 txpwr_avg = tas->total_txpwr / RTW89_TAS_MAX_WINDOW / PERCENT; in rtw89_tas_state_update() [all …]
|
H A D | core.h | 4450 struct rtw89_tas_info tas; member
|
/openbmc/linux/drivers/target/ |
H 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() 269 bool tas, in core_tmr_drain_state_list() argument 325 rc = __target_check_io_state(cmd, tmr_sess, tas); in core_tmr_drain_state_list() 363 bool tas; in core_tmr_lun_reset() local 375 tas = dev->dev_attrib.emulate_tas; in core_tmr_lun_reset() 403 dev->transport->name, tas); in core_tmr_lun_reset() 405 core_tmr_drain_state_list(dev, prout_cmd, tmr_sess, tas, in core_tmr_lun_reset()
|
H A D | target_core_transport.c | 834 bool tas = cmd->transport_state & CMD_T_TAS; in target_handle_abort() local 838 pr_debug("tag %#llx: send_abort_response = %d\n", cmd->tag, tas); in target_handle_abort() 840 if (tas) { in target_handle_abort() 2908 static void target_wait_free_cmd(struct se_cmd *cmd, bool *aborted, bool *tas) in target_wait_free_cmd() argument 2913 __transport_wait_for_tasks(cmd, true, aborted, tas, &flags); in target_wait_free_cmd() 2958 bool aborted = false, tas = false; in transport_generic_free_cmd() local 2961 target_wait_free_cmd(cmd, &aborted, &tas); in transport_generic_free_cmd() 3240 bool *aborted, bool *tas, unsigned long *flags) in __transport_wait_for_tasks() argument 3253 *tas = true; in __transport_wait_for_tasks() 3295 bool ret, aborted = false, tas = false; in transport_wait_for_tasks() local [all …]
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | system.h | 132 #define tas(ptr) (xchg ((ptr), 1)) macro
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | system.h | 242 #define tas(ptr) (xchg((ptr),1)) macro
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/ |
H A D | optee-os.inc | 53 #install tas in optee_armtz
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | system.h | 85 static inline unsigned long tas(volatile int *m) in tas() function
|
/openbmc/openbmc/poky/meta/recipes-support/db/db/ |
H A D | 0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch | 135 if (MUTEX_INIT(&mutexp->tas)) {
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996-oneplus-common.dtsi | 506 tasha_ifd: tas-ifd@0,0 {
|
H A D | msm8996-xiaomi-common.dtsi | 342 tasha_ifd: tas-ifd@0,0 {
|
H A D | apq8096-db820c.dts | 976 tasha_ifd: tas-ifd@0,0 {
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2714 DISAS_INSN(tas) in DISAS_INSN() argument 5851 INSN(tas, 4ac0, ffc0, CF_ISA_B); in register_m68k_insns() 5852 INSN(tas, 4ac0, ffc0, M68K); in register_m68k_insns()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | head.S | 2975 tas %a1@
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |