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

/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-ipq9574.c670 MSM_PIN_FUNCTION(pta),
724 PINGROUP(22, pcie0_clk, _, pta, _, _, _, _, _, _),
725 PINGROUP(23, _, pta, wci21, cxc0, _, _, _, _, _),
726 PINGROUP(24, pcie0_wake, _, pta, wci21, cxc0, _, qdss_cti_trig_out_b0, _, _),
756 PINGROUP(54, pta, pwm, qdss_tracedata_a, _, _, _, _, _, _),
757 PINGROUP(55, pta, pwm, qdss_tracedata_a, _, _, _, _, _, _),
758 PINGROUP(56, pta, pwm, qdss_tracedata_a, _, _, _, _, _, _),
763 PINGROUP(61, blsp1_spi, audio_pri, audio_pdm1, audio_pri, pta, prng_rosc1, gcc_tlmm, _, _),
764 PINGROUP(62, blsp1_spi, audio_sec, audio_pdm1, audio_sec, pta, prng_rosc2, gcc_plltest, _, _),
765 PINGROUP(63, blsp1_spi, audio_pdm1, pta, prng_rosc
[all...]
H A Dpinctrl-ipq5332.c715 MSM_PIN_FUNCTION(pta),
804 PINGROUP(49, pta, cxc_clk, pll_test, _, qdss_cti_trig_in_b1, _, _, _, _),
805 PINGROUP(50, pta, cxc_data, _, _, _, _, _, _, _),
806 PINGROUP(51, pta, lock_det, _, _, _, _, _, _, _),
/linux-master/arch/sh/boot/compressed/
H A Dhead_64.S64 pta 1f, tr1
72 pta 1f, tr1
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c545 struct acx_bt_wlan_coex *pta; local
550 pta = kzalloc(sizeof(*pta), GFP_KERNEL);
551 if (!pta)
554 pta->enable = SG_ENABLE;
556 ret = wl1251_cmd_configure(wl, ACX_SG_ENABLE, pta, sizeof(*pta));
563 kfree(pta);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c480 struct acx_bt_wlan_coex *pta; local
485 pta = kzalloc(sizeof(*pta), GFP_KERNEL);
486 if (!pta) {
492 pta->enable = wl->conf.sg.state;
494 pta->enable = CONF_SG_DISABLE;
496 ret = wl1271_cmd_configure(wl, ACX_SG_ENABLE, pta, sizeof(*pta));
503 kfree(pta);
/linux-master/drivers/cpufreq/
H A Dpowernow-k8.c929 struct powernowk8_target_arg *pta = arg; local
930 struct cpufreq_policy *pol = pta->pol;
931 unsigned newstate = pta->newstate;
986 struct powernowk8_target_arg pta = { .pol = pol, .newstate = index }; local
988 return work_on_cpu(pol->cpu, powernowk8_target_fn, &pta);
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra20.c2126 MUX_PG(pta, I2C2, HDMI, GMI, RSVD4, 0x14, 24, 0x98, 22, 0xa4, 4),

Completed in 157 milliseconds