Home
last modified time | relevance | path

Searched refs:tbls (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-ufs.c1164 const struct qmp_phy_cfg_tbls tbls; member
1333 .tbls = {
1359 .tbls = {
1382 .tbls = {
1416 .tbls = {
1450 .tbls = {
1484 .tbls = {
1511 .tbls = {
1538 .tbls = {
1565 .tbls = {
[all …]
H A Dphy-qcom-qmp-pcie.c3266 const struct qmp_phy_cfg_tbls tbls; member
3540 .tbls = {
3565 .tbls = {
3594 .tbls = {
3621 .tbls = {
3649 .tbls = {
3677 .tbls = {
3701 .tbls = {
3736 .tbls = {
3763 .tbls = {
[all …]
/linux/drivers/regulator/
H A Dmt6360-regulator.c382 const struct mt6360_irq_mapping *tbls, in mt6360_regulator_irq_register() argument
388 const struct mt6360_irq_mapping *irq_desc = tbls + i; in mt6360_regulator_irq_register()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c383 struct rtw89_btc_fbtc_slot tbls[] __counted_by(tbl_num);
2578 n = struct_size(tbl, tbls, CXST_MAX); in rtw89_btc_fw_set_slots()
2585 memcpy(tbl->tbls, dm->slot.v1, flex_array_size(tbl, tbls, CXST_MAX)); in rtw89_btc_fw_set_slots()