Home
last modified time | relevance | path

Searched refs:of_match (Results 1 – 24 of 24) sorted by relevance

/drivers/regulator/
Disl9305.c76 .of_match = of_match_ptr("dcd1"),
90 .of_match = of_match_ptr("dcd2"),
104 .of_match = of_match_ptr("ldo1"),
118 .of_match = of_match_ptr("ldo2"),
Dmax77686.c342 .of_match = of_match_ptr("LDO"#num), \
361 .of_match = of_match_ptr("LDO"#num), \
379 .of_match = of_match_ptr("LDO"#num), \
397 .of_match = of_match_ptr("LDO"#num), \
415 .of_match = of_match_ptr("BUCK"#num), \
433 .of_match = of_match_ptr("BUCK"#num), \
450 .of_match = of_match_ptr("BUCK"#num), \
Drt5033-regulator.c39 .of_match = of_match_ptr("BUCK"),
55 .of_match = of_match_ptr("LDO"),
71 .of_match = of_match_ptr("SAFE_LDO"),
Dmax77693.c164 .of_match = of_match_ptr("ESAFEOUT"#_num), \
183 .of_match = of_match_ptr("CHARGER"),
206 .of_match = of_match_ptr("SAFEOUT" # num), \
225 .of_match = of_match_ptr("CHARGER"),
Dmax77802.c367 .of_match = of_match_ptr("LDO"#num), \
388 .of_match = of_match_ptr("LDO"#num), \
409 .of_match = of_match_ptr("BUCK"#num), \
430 .of_match = of_match_ptr("BUCK"#num), \
452 .of_match = of_match_ptr("BUCK"#num), \
473 .of_match = of_match_ptr("BUCK"#num), \
Dda9062-regulator.c413 .desc.of_match = of_match_ptr("buck1"),
451 .desc.of_match = of_match_ptr("buck2"),
489 .desc.of_match = of_match_ptr("buck3"),
527 .desc.of_match = of_match_ptr("buck4"),
565 .desc.of_match = of_match_ptr("ldo1"),
597 .desc.of_match = of_match_ptr("ldo2"),
629 .desc.of_match = of_match_ptr("ldo3"),
661 .desc.of_match = of_match_ptr("ldo4"),
Daxp20x-regulator.c44 .of_match = of_match_ptr(_match), \
66 .of_match = of_match_ptr(_match), \
86 .of_match = of_match_ptr(_match), \
105 .of_match = of_match_ptr(_match), \
120 .of_match = of_match_ptr(_match), \
Dmax14577.c105 .of_match = of_match_ptr("SAFEOUT"), \
118 .of_match = of_match_ptr("CHARGER"), \
146 .of_match = of_match_ptr("LDO" # num), \
Dmt6311-regulator.c65 .of_match = of_match_ptr(#_id),\
85 .of_match = of_match_ptr(#_id),\
Dmt6397-regulator.c48 .of_match = of_match_ptr(match), \
72 .of_match = of_match_ptr(match), \
91 .of_match = of_match_ptr(match), \
D88pm800.c98 .of_match = of_match_ptr(#match), \
128 .of_match = of_match_ptr(#match), \
Dtps65023-regulator.c92 .of_match = of_match_ptr("VDCDC"#_num), \
111 .of_match = of_match_ptr("LDO"#_num), \
Dof_regulator.c299 if (!dev->of_node || !desc->of_match) in regulator_of_get_init_data()
319 if (strcmp(desc->of_match, name)) in regulator_of_get_init_data()
Dsky81452-regulator.c54 .of_match = of_match_ptr("lout"),
Drn5t618-regulator.c34 .of_match = of_match_ptr(#rid), \
Dtps65217-regulator.c35 .of_match = of_match_ptr(_of_match), \
Dqcom_smd-regulator.c316 vreg->desc.of_match = reg->name; in rpm_reg_probe()
Dqcom_rpm-regulator.c913 vreg->desc.of_match = reg->name; in rpm_reg_probe()
Dqcom_spmi-regulator.c1573 vreg->desc.of_match = reg->name; in qcom_spmi_regulator_probe()
/drivers/power/reset/
Dbrcmstb-reboot.c96 static const struct of_device_id of_match[] = { variable
108 of_id = of_match_node(of_match, np); in brcmstb_reboot_probe()
147 .of_match_table = of_match,
/drivers/tty/serial/8250/
D8250_ingenic.c44 static const struct of_device_id of_match[]; variable
210 match = of_match_device(of_match, &pdev->dev); in ingenic_uart_probe()
323 static const struct of_device_id of_match[] = { variable
330 MODULE_DEVICE_TABLE(of, of_match);
335 .of_match_table = of_match,
/drivers/soc/ti/
Dknav_dma.c803 static struct of_device_id of_match[] = { variable
808 MODULE_DEVICE_TABLE(of, of_match);
815 .of_match_table = of_match,
/drivers/hwmon/pmbus/
Dpmbus.h397 .of_match = of_match_ptr(_name # _id), \
/drivers/net/ethernet/ti/
Dnetcp_core.c2142 static const struct of_device_id of_match[] = { variable
2146 MODULE_DEVICE_TABLE(of, of_match);
2151 .of_match_table = of_match,