Home
last modified time | relevance | path

Searched refs:cordic_iq (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/linux/
Dcordic.h36 struct cordic_iq { struct
55 struct cordic_iq cordic_calc_iq(s32 theta); argument
/linux-5.19.10/lib/math/
Dcordic.c46 struct cordic_iq cordic_calc_iq(s32 theta) in cordic_calc_iq()
48 struct cordic_iq coord; in cordic_calc_iq()
/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dphy_n.c1504 struct cordic_iq *samples, u16 len) { in b43_nphy_load_samples()
1535 struct cordic_iq *samples; in b43_nphy_gen_load_samples()
1552 samples = kcalloc(len, sizeof(struct cordic_iq), GFP_KERNEL); in b43_nphy_gen_load_samples()
Dphy_lp.c1773 struct cordic_iq sample; in lpphy_start_tx_tone()
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3340 struct cordic_iq tone_samp; in wlc_lcnphy_start_tx_tone()
Dphy_n.c23013 wlc_phy_loadsampletable_nphy(struct brcms_phy *pi, struct cordic_iq *tone_buf, in wlc_phy_loadsampletable_nphy()
23046 struct cordic_iq *tone_buf = NULL; in wlc_phy_gen_load_samples_nphy()
23061 tone_buf = kmalloc_array(tbl_len, sizeof(struct cordic_iq), in wlc_phy_gen_load_samples_nphy()