/kernel/linux/linux-5.10/drivers/phy/ |
H A D | phy-lgm-usb.c | 51 static int get_flipped(struct tca_apb *ta, bool *flipped) in get_flipped() argument 56 ret = extcon_get_property(ta->phy.edev, EXTCON_USB_HOST, in get_flipped() 59 dev_err(ta->phy.dev, "no polarity property from extcon\n"); in get_flipped() 70 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); in phy_init() local 74 if (ta->phy_initialized) in phy_init() 78 reset_control_deassert(ta->resets[i]); in phy_init() 82 dev_err(ta->phy.dev, "SRAM init failed, 0x%x\n", val); in phy_init() 88 ta->phy_initialized = true; in phy_init() 89 if (!ta->phy.edev) { in phy_init() 90 writel(TCPC_CONN, ta in phy_init() 101 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); phy_shutdown() local 120 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); phy_set_vbus() local 140 struct tca_apb *ta = container_of(work, struct tca_apb, wk); tca_work() local 174 struct tca_apb *ta = container_of(nb, struct tca_apb, phy.id_nb); id_notifier() local 192 struct tca_apb *ta; phy_probe() local 257 struct tca_apb *ta = platform_get_drvdata(pdev); phy_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/phy/ |
H A D | phy-lgm-usb.c | 51 static int get_flipped(struct tca_apb *ta, bool *flipped) in get_flipped() argument 56 ret = extcon_get_property(ta->phy.edev, EXTCON_USB_HOST, in get_flipped() 59 dev_err(ta->phy.dev, "no polarity property from extcon\n"); in get_flipped() 70 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); in phy_init() local 74 if (ta->phy_initialized) in phy_init() 78 reset_control_deassert(ta->resets[i]); in phy_init() 82 dev_err(ta->phy.dev, "SRAM init failed, 0x%x\n", val); in phy_init() 88 ta->phy_initialized = true; in phy_init() 89 if (!ta->phy.edev) { in phy_init() 90 writel(TCPC_CONN, ta in phy_init() 101 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); phy_shutdown() local 120 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); phy_set_vbus() local 140 struct tca_apb *ta = container_of(work, struct tca_apb, wk); tca_work() local 174 struct tca_apb *ta = container_of(nb, struct tca_apb, phy.id_nb); id_notifier() local 192 struct tca_apb *ta; phy_probe() local 257 struct tca_apb *ta = platform_get_drvdata(pdev); phy_remove() local [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | smp_tlb.c | 40 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_page() local 43 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page() 50 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_kernel_page() local 52 local_flush_tlb_kernel_page(ta->ta_start); in ipi_flush_tlb_kernel_page() 57 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_range() local 60 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range() 67 struct tlb_args *ta in ipi_flush_tlb_kernel_range() local 199 struct tlb_args ta; flush_tlb_page() local 212 struct tlb_args ta; flush_tlb_kernel_page() local 224 struct tlb_args ta; flush_tlb_range() local 238 struct tlb_args ta; flush_tlb_kernel_range() local [all...] |
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | smp_tlb.c | 40 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_page() local 43 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page() 50 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_kernel_page() local 52 local_flush_tlb_kernel_page(ta->ta_start); in ipi_flush_tlb_kernel_page() 57 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_range() local 60 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range() 67 struct tlb_args *ta in ipi_flush_tlb_kernel_range() local 199 struct tlb_args ta; flush_tlb_page() local 212 struct tlb_args ta; flush_tlb_kernel_page() local 224 struct tlb_args ta; flush_tlb_range() local 238 struct tlb_args ta; flush_tlb_kernel_range() local [all...] |
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | tlb.c | 305 struct tlb_args *ta = arg; in ipi_flush_tlb_page() local 307 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page() 312 struct tlb_args *ta = arg; in ipi_flush_tlb_range() local 314 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range() 320 struct tlb_args *ta = arg; in ipi_flush_pmd_tlb_range() local 322 local_flush_pmd_tlb_range(ta->ta_vma, ta in ipi_flush_pmd_tlb_range() 328 struct tlb_args *ta = (struct tlb_args *)arg; ipi_flush_tlb_kernel_range() local 346 struct tlb_args ta = { flush_tlb_page() local 357 struct tlb_args ta = { flush_tlb_range() local 370 struct tlb_args ta = { flush_pmd_tlb_range() local 382 struct tlb_args ta = { flush_tlb_kernel_range() local [all...] |
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/ |
H A D | It_posix_pthread.c | 102 ret = pthread_attr_init(&g_scenarii[i].ta); in ScenarInit() 106 ret = pthread_attr_setdetachstate(&g_scenarii[i].ta, PTHREAD_CREATE_DETACHED); in ScenarInit() 109 ret = pthread_attr_getdetachstate(&g_scenarii[i].ta, &old); in ScenarInit() 121 ret = pthread_attr_setinheritsched(&g_scenarii[i].ta, PTHREAD_EXPLICIT_SCHED); in ScenarInit() 123 ret = pthread_attr_setinheritsched(&g_scenarii[i].ta, PTHREAD_INHERIT_SCHED); in ScenarInit() 130 ret = pthread_attr_setschedpolicy(&g_scenarii[i].ta, SCHED_FIFO); in ScenarInit() 132 ret = pthread_attr_setschedpolicy(&g_scenarii[i].ta, SCHED_RR); in ScenarInit() 138 ret = pthread_attr_getschedpolicy(&g_scenarii[i].ta, &old); in ScenarInit() 146 ret = pthread_attr_setschedparam(&g_scenarii[i].ta, &sp); in ScenarInit() 151 ret = pthread_attr_getscope(&g_scenarii[i].ta, in ScenarInit() [all...] |
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlb.c | 405 struct tlb_args *ta = arg; in ipi_flush_tlb_page() local 407 local_flush_tlb_page(ta->ta_vma, ta->ta_start); in ipi_flush_tlb_page() 412 struct tlb_args *ta = arg; in ipi_flush_tlb_range() local 414 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end); in ipi_flush_tlb_range() 420 struct tlb_args *ta = arg; in ipi_flush_pmd_tlb_range() local 422 local_flush_pmd_tlb_range(ta->ta_vma, ta in ipi_flush_pmd_tlb_range() 428 struct tlb_args *ta = (struct tlb_args *)arg; ipi_flush_tlb_kernel_range() local 446 struct tlb_args ta = { flush_tlb_page() local 457 struct tlb_args ta = { flush_tlb_range() local 470 struct tlb_args ta = { flush_pmd_tlb_range() local 482 struct tlb_args ta = { flush_tlb_kernel_range() local [all...] |
/kernel/linux/common_modules/tzdriver/core/ |
H A D | smc_abi.c | 49 [re2] "r"(&out->ta), in do_smc_transport() 79 [re2] "r"(&out->ta), in do_smc_transport() 91 out_param->target = out_param->ta; in fix_params_offset() 92 out_param->ta = out_param->exit_reason; in fix_params_offset() 97 temp_info.crash_reg[0] = out_param->ta; in fix_params_offset() 104 out_param->ta = temp_info.crash_reg[1]; in fix_params_offset()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/ |
H A D | posix_pthread_test.cpp | 105 ret = pthread_attr_init(&g_scenarii[i].ta); in ScenarInit() 109 ret = pthread_attr_setdetachstate(&g_scenarii[i].ta, PTHREAD_CREATE_DETACHED); in ScenarInit() 112 ret = pthread_attr_getdetachstate(&g_scenarii[i].ta, &old); in ScenarInit() 124 ret = pthread_attr_setinheritsched(&g_scenarii[i].ta, PTHREAD_EXPLICIT_SCHED); in ScenarInit() 126 ret = pthread_attr_setinheritsched(&g_scenarii[i].ta, PTHREAD_INHERIT_SCHED); in ScenarInit() 133 ret = pthread_attr_setschedpolicy(&g_scenarii[i].ta, SCHED_FIFO); in ScenarInit() 135 ret = pthread_attr_setschedpolicy(&g_scenarii[i].ta, SCHED_RR); in ScenarInit() 141 ret = pthread_attr_getschedpolicy(&g_scenarii[i].ta, &old); in ScenarInit() 149 ret = pthread_attr_setschedparam(&g_scenarii[i].ta, &sp); in ScenarInit() 154 ret = pthread_attr_getscope(&g_scenarii[i].ta, in ScenarInit() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n_rxreorder.h | 58 u16 tid, u8 *ta, 79 u8 *ta); 81 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta); 82 void mwifiex_11n_del_rx_reorder_tbl_by_ta(struct mwifiex_private *priv, u8 *ta);
|
H A D | sta_rx.c | 208 u8 ta[ETH_ALEN]; in mwifiex_process_sta_rx_packet() local 253 memcpy(ta, rx_pkt_hdr->eth803_hdr.h_source, ETH_ALEN); in mwifiex_process_sta_rx_packet() 256 sta_ptr = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_sta_rx_packet() 260 mwifiex_auto_tdls_update_peer_signal(priv, ta, in mwifiex_process_sta_rx_packet() 268 memcpy(ta, priv->curr_bss_params.bss_descriptor.mac_address, in mwifiex_process_sta_rx_packet() 274 ta, (u8) rx_pkt_type, skb); in mwifiex_process_sta_rx_packet()
|
H A D | 11n_rxreorder.c | 242 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta) in mwifiex_11n_get_rx_reorder_tbl() argument 248 if (!memcmp(tbl->ta, ta, ETH_ALEN) && tbl->tid == tid) { in mwifiex_11n_get_rx_reorder_tbl() 261 void mwifiex_11n_del_rx_reorder_tbl_by_ta(struct mwifiex_private *priv, u8 *ta) in mwifiex_11n_del_rx_reorder_tbl_by_ta() argument 265 if (!ta) in mwifiex_11n_del_rx_reorder_tbl_by_ta() 270 if (!memcmp(tbl->ta, ta, ETH_ALEN)) { in mwifiex_11n_del_rx_reorder_tbl_by_ta() 341 mwifiex_11n_create_rx_reorder_tbl(struct mwifiex_private *priv, u8 *ta, in mwifiex_11n_create_rx_reorder_tbl() argument 350 * If we get a TID, ta pair which is already present dispatch all the in mwifiex_11n_create_rx_reorder_tbl() 353 tbl = mwifiex_11n_get_rx_reorder_tbl(priv, tid, ta); in mwifiex_11n_create_rx_reorder_tbl() 559 mwifiex_11n_rx_reorder_pkt(struct mwifiex_private *priv, u16 seq_num, u16 tid, u8 *ta, u8 pkt_type, void *payload) mwifiex_11n_rx_reorder_pkt() argument [all...] |
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | arc4.c | 41 u32 ty, ta, tb; in arc4_crypt() local 58 ta = S[x]; in arc4_crypt() 59 ty = (y + ta) & 0xff; in arc4_crypt() 65 a = ta; in arc4_crypt()
|
/kernel/linux/linux-6.6/fs/smb/common/ |
H A D | cifs_arc4.c | 43 u32 ty, ta, tb; in cifs_arc4_crypt() local 60 ta = S[x]; in cifs_arc4_crypt() 61 ty = (y + ta) & 0xff; in cifs_arc4_crypt() 67 a = ta; in cifs_arc4_crypt()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11n_rxreorder.h | 46 u16 tid, u8 *ta, 67 u8 *ta); 69 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta); 70 void mwifiex_11n_del_rx_reorder_tbl_by_ta(struct mwifiex_private *priv, u8 *ta);
|
H A D | sta_rx.c | 196 u8 ta[ETH_ALEN]; in mwifiex_process_sta_rx_packet() local 241 memcpy(ta, rx_pkt_hdr->eth803_hdr.h_source, ETH_ALEN); in mwifiex_process_sta_rx_packet() 244 sta_ptr = mwifiex_get_sta_entry(priv, ta); in mwifiex_process_sta_rx_packet() 248 mwifiex_auto_tdls_update_peer_signal(priv, ta, in mwifiex_process_sta_rx_packet() 256 memcpy(ta, priv->curr_bss_params.bss_descriptor.mac_address, in mwifiex_process_sta_rx_packet() 262 ta, (u8) rx_pkt_type, skb); in mwifiex_process_sta_rx_packet()
|
H A D | 11n_rxreorder.c | 230 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta) in mwifiex_11n_get_rx_reorder_tbl() argument 236 if (!memcmp(tbl->ta, ta, ETH_ALEN) && tbl->tid == tid) { in mwifiex_11n_get_rx_reorder_tbl() 249 void mwifiex_11n_del_rx_reorder_tbl_by_ta(struct mwifiex_private *priv, u8 *ta) in mwifiex_11n_del_rx_reorder_tbl_by_ta() argument 253 if (!ta) in mwifiex_11n_del_rx_reorder_tbl_by_ta() 258 if (!memcmp(tbl->ta, ta, ETH_ALEN)) { in mwifiex_11n_del_rx_reorder_tbl_by_ta() 329 mwifiex_11n_create_rx_reorder_tbl(struct mwifiex_private *priv, u8 *ta, in mwifiex_11n_create_rx_reorder_tbl() argument 338 * If we get a TID, ta pair which is already present dispatch all in mwifiex_11n_create_rx_reorder_tbl() 341 tbl = mwifiex_11n_get_rx_reorder_tbl(priv, tid, ta); in mwifiex_11n_create_rx_reorder_tbl() 547 mwifiex_11n_rx_reorder_pkt(struct mwifiex_private *priv, u16 seq_num, u16 tid, u8 *ta, u8 pkt_type, void *payload) mwifiex_11n_rx_reorder_pkt() argument [all...] |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | arc4.c | 41 u32 ty, ta, tb; in arc4_crypt() local 58 ta = S[x]; in arc4_crypt() 59 ty = (y + ta) & 0xff; in arc4_crypt() 65 a = ta; in arc4_crypt()
|
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | fpudispatch.c | 1158 u_int rm1, rm2, tm, ra, ta; /* operands */ local 1184 ta = extru(ir, fptapos, 5) * sizeof(double)/sizeof(u_int); 1185 if (ta == 0) 1195 if (dbl_to_sgl_fcnvfxt(&fpregs[ta], 1204 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1, 1219 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1, 1231 fpregs[ta] = atmp.ints.i1; 1232 fpregs[ta+1] = atmp.ints.i2; 1254 ta = (extru(ir,fptapos,4) | 0x10 ) << 1; /* get offset */ 1255 ta | 1298 u_int rm1, rm2, tm, ra, ta; /* operands */ global() local [all...] |
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | fpudispatch.c | 1158 u_int rm1, rm2, tm, ra, ta; /* operands */ local 1184 ta = extru(ir, fptapos, 5) * sizeof(double)/sizeof(u_int); 1185 if (ta == 0) 1195 if (dbl_to_sgl_fcnvfxt(&fpregs[ta], 1204 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1, 1219 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1, 1231 fpregs[ta] = atmp.ints.i1; 1232 fpregs[ta+1] = atmp.ints.i2; 1254 ta = (extru(ir,fptapos,4) | 0x10 ) << 1; /* get offset */ 1255 ta | 1298 u_int rm1, rm2, tm, ra, ta; /* operands */ global() local [all...] |
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-rds-gen.c | 66 data[1].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate() 113 data[1].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate() 120 data[3].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate() 145 rds->ta = alt; in vivid_rds_gen_fill()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-rds-gen.c | 66 data[1].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate() 113 data[1].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate() 120 data[3].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate() 145 rds->ta = alt; in vivid_rds_gen_fill()
|
/kernel/linux/linux-5.10/drivers/tee/amdtee/ |
H A D | core.c | 171 static int copy_ta_binary(struct tee_context *ctx, void *ptr, void **ta, in copy_ta_binary() argument 205 *ta = (void *)__get_free_pages(GFP_KERNEL, get_order(*ta_size)); in copy_ta_binary() 206 if (!*ta) { in copy_ta_binary() 212 memcpy(*ta, fw->data, fw->size); in copy_ta_binary() 240 void *ta; in amdtee_open_session() local 247 rc = copy_ta_binary(ctx, &arg->uuid[0], &ta, &ta_size); in amdtee_open_session() 254 handle_load_ta(ta, ta_size, arg); in amdtee_open_session() 301 free_pages((u64)ta, get_order(ta_size)); in amdtee_open_session()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | tkip.c | 83 const u8 *ta, u32 tsc_IV32) in tkip_mixing_phase1() 90 p1k[2] = get_unaligned_le16(ta + 0); in tkip_mixing_phase1() 91 p1k[3] = get_unaligned_le16(ta + 2); in tkip_mixing_phase1() 92 p1k[4] = get_unaligned_le16(ta + 4); in tkip_mixing_phase1() 186 const u8 *ta, u32 iv32, u16 *p1k) in ieee80211_get_tkip_rx_p1k() 191 tkip_mixing_phase1(tk, &ctx, ta, iv32); in ieee80211_get_tkip_rx_p1k() 220 * @ta is the transmitter addresses. 241 u8 *payload, size_t payload_len, u8 *ta, in ieee80211_tkip_decrypt_data() 292 tkip_mixing_phase1(tk, &rx_ctx->ctx, ta, iv32); in ieee80211_tkip_decrypt_data() 82 tkip_mixing_phase1(const u8 *tk, struct tkip_ctx *ctx, const u8 *ta, u32 tsc_IV32) tkip_mixing_phase1() argument 185 ieee80211_get_tkip_rx_p1k(struct ieee80211_key_conf *keyconf, const u8 *ta, u32 iv32, u16 *p1k) ieee80211_get_tkip_rx_p1k() argument 239 ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx, struct ieee80211_key *key, u8 *payload, size_t payload_len, u8 *ta, u8 *ra, int only_iv, int queue, u32 *out_iv32, u16 *out_iv16) ieee80211_tkip_decrypt_data() argument
|
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | ti-aemif.c | 92 * @ta: minimum turn around time, ns 105 u8 ta; member 178 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local 185 ta = aemif_calc_rate(pdev, data->ta, clk_rate, TA_MAX); in aemif_config_abus() 193 if (ta < 0 || rhold < 0 || rstrobe < 0 || rsetup < 0 || in aemif_config_abus() 200 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | in aemif_config_abus() 241 data->ta = aemif_cycles_to_nsec(TA_VAL(val), clk_rate); in aemif_get_hw_params() 292 data->ta = val; in of_aemif_parse_abus_config()
|