Home
last modified time | relevance | path

Searched defs:ta (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/qemu/util/
H A Dtimed-average.c86 static TimedAverageWindow *current_window(TimedAverage *ta) in current_window()
97 void timed_average_init(TimedAverage *ta, QEMUClockType clock_type, in timed_average_init()
126 static void check_expirations(TimedAverage *ta, uint64_t *elapsed) in check_expirations()
161 void timed_average_account(TimedAverage *ta, uint64_t value) in timed_average_account()
188 uint64_t timed_average_min(TimedAverage *ta) in timed_average_min()
201 uint64_t timed_average_avg(TimedAverage *ta) in timed_average_avg()
214 uint64_t timed_average_max(TimedAverage *ta) in timed_average_max()
225 uint64_t timed_average_sum(TimedAverage *ta, uint64_t *elapsed) in timed_average_sum()
/openbmc/linux/arch/arm/kernel/
H A Dsmp_tlb.c40 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_page() local
50 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_kernel_page() local
57 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_range() local
67 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_kernel_range() local
199 struct tlb_args ta; in flush_tlb_page() local
212 struct tlb_args ta; in flush_tlb_kernel_page() local
224 struct tlb_args ta; in flush_tlb_range() local
238 struct tlb_args ta; in flush_tlb_kernel_range() local
/openbmc/linux/drivers/phy/
H A Dphy-lgm-usb.c51 static int get_flipped(struct tca_apb *ta, bool *flipped) in get_flipped()
70 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); in phy_init() local
101 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); in phy_shutdown() local
120 struct tca_apb *ta = container_of(phy, struct tca_apb, phy); in phy_set_vbus() local
140 struct tca_apb *ta = container_of(work, struct tca_apb, wk); in tca_work() local
174 struct tca_apb *ta = container_of(nb, struct tca_apb, phy.id_nb); in id_notifier() local
192 struct tca_apb *ta; in phy_probe() local
257 struct tca_apb *ta = platform_get_drvdata(pdev); in phy_remove() local
/openbmc/qemu/hw/misc/
H A Domap_l4.c27 struct omap_target_agent_s ta[]; member
43 hwaddr omap_l4_region_base(struct omap_target_agent_s *ta, in omap_l4_region_base()
49 hwaddr omap_l4_region_size(struct omap_target_agent_s *ta, in omap_l4_region_size()
117 struct omap_target_agent_s *ta = NULL; in omap_l4ta_get() local
146 hwaddr omap_l4_attach(struct omap_target_agent_s *ta, in omap_l4_attach()
H A Domap_tap.c111 void omap_tap_init(struct omap_target_agent_s *ta, in omap_tap_init()
/openbmc/linux/arch/arc/mm/
H A Dtlb.c305 struct tlb_args *ta = arg; in ipi_flush_tlb_page() local
312 struct tlb_args *ta = arg; in ipi_flush_tlb_range() local
320 struct tlb_args *ta = arg; in ipi_flush_pmd_tlb_range() local
328 struct tlb_args *ta = (struct tlb_args *)arg; in ipi_flush_tlb_kernel_range() local
346 struct tlb_args ta = { in flush_tlb_page() local
357 struct tlb_args ta = { in flush_tlb_range() local
370 struct tlb_args ta = { in flush_pmd_tlb_range() local
382 struct tlb_args ta = { in flush_tlb_kernel_range() local
/openbmc/qemu/tests/unit/
H A Dtest-timed-average.c25 static void account(TimedAverage *ta) in account()
36 TimedAverage ta; in test_average() local
/openbmc/linux/net/mac80211/
H A Dtkip.c83 const u8 *ta, u32 tsc_IV32) in tkip_mixing_phase1()
186 const u8 *ta, u32 iv32, u16 *p1k) in ieee80211_get_tkip_rx_p1k()
241 u8 *payload, size_t payload_len, u8 *ta, in ieee80211_tkip_decrypt_data()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c230 mwifiex_11n_get_rx_reorder_tbl(struct mwifiex_private *priv, int tid, u8 *ta) 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()
329 mwifiex_11n_create_rx_reorder_tbl(struct mwifiex_private *priv, u8 *ta, in mwifiex_11n_create_rx_reorder_tbl()
549 u8 *ta, u8 pkt_type, void *payload) in mwifiex_11n_rx_reorder_pkt()
H A Dsta_rx.c196 u8 ta[ETH_ALEN]; in mwifiex_process_sta_rx_packet() local
H A Duap_txrx.c381 u8 ta[ETH_ALEN], pkt_type; in mwifiex_process_uap_rx_packet() local
/openbmc/qemu/hw/char/
H A Domap_uart.c31 struct omap_target_agent_s *ta; member
161 struct omap_target_agent_s *ta, in omap2_uart_init()
/openbmc/u-boot/include/
H A Dsandboxtee.h18 void *ta; member
/openbmc/u-boot/drivers/tee/
H A Dsandbox.c212 const struct ta_entry *ta; in sandbox_tee_open_session() local
247 struct ta_entry *ta = state->ta; in sandbox_tee_invoke_func() local
/openbmc/linux/lib/crypto/
H A Darc4.c41 u32 ty, ta, tb; in arc4_crypt() local
/openbmc/linux/fs/smb/common/
H A Dcifs_arc4.c43 u32 ty, ta, tb; in cifs_arc4_crypt() local
/openbmc/linux/include/linux/platform_data/
H A Dmtd-davinci-aemif.h33 u8 ta; member
/openbmc/linux/drivers/tee/amdtee/
H A Dcore.c171 static int copy_ta_binary(struct tee_context *ctx, void *ptr, void **ta, in copy_ta_binary()
240 void *ta; in amdtee_open_session() local
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-rds-gen.h31 bool ta; member
/openbmc/qemu/hw/timer/
H A Domap_synctimer.c99 struct omap_synctimer_s *omap_synctimer_init(struct omap_target_agent_s *ta, in omap_synctimer_init()
H A Domap_gptimer.c36 struct omap_target_agent_s *ta; member
493 struct omap_gp_timer_s *omap_gp_timer_init(struct omap_target_agent_s *ta, in omap_gp_timer_init()
/openbmc/qemu/hw/arm/
H A Domap2.c603 static struct omap_eac_s *omap_eac_init(struct omap_target_agent_s *ta, in omap_eac_init()
798 static struct omap_sti_s *omap_sti_init(struct omap_target_agent_s *ta, in omap_sti_init()
1817 static struct omap_prcm_s *omap_prcm_init(struct omap_target_agent_s *ta, in omap_prcm_init()
2219 static struct omap_sysctl_s *omap_sysctl_init(struct omap_target_agent_s *ta, in omap_sysctl_init()
2288 struct omap_target_agent_s *ta; in omap2420_mpu_init() local
/openbmc/linux/arch/parisc/math-emu/
H A Dfpudispatch.c1158 u_int rm1, rm2, tm, ra, ta; /* operands */ local
1298 u_int rm1, rm2, tm, ra, ta; /* operands */ local
/openbmc/linux/drivers/memory/
H A Dti-aemif.c105 u8 ta; member
178 int ta, rhold, rstrobe, rsetup, whold, wstrobe, wsetup; in aemif_config_abus() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dcell-pmu.h36 #define CBE_PM_TRACE_BUF_DATA_COUNT(ta) ((ta) & 0x3ff) argument

123