/linux-4.1.27/drivers/regulator/ |
D | isl9305.c | 76 .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"),
|
D | max14577.c | 106 .of_match = of_match_ptr("SAFEOUT"), 119 .of_match = of_match_ptr("CHARGER"), 144 .of_match = of_match_ptr("SAFEOUT"), 157 .of_match = of_match_ptr("CHARGER"), 168 .of_match = of_match_ptr("LDO1"), 184 .of_match = of_match_ptr("LDO2"),
|
D | rt5033-regulator.c | 39 .of_match = of_match_ptr("BUCK"), 55 .of_match = of_match_ptr("LDO"), 71 .of_match = of_match_ptr("SAFE_LDO"),
|
D | max77686.c | 342 .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), \
|
D | axp20x-regulator.c | 40 .of_match = of_match_ptr(_match), \ 62 .of_match = of_match_ptr(_match), \ 81 .of_match = of_match_ptr(_match), \ 96 .of_match = of_match_ptr(_match), \
|
D | max77843.c | 120 .of_match = of_match_ptr("SAFEOUT1"), 135 .of_match = of_match_ptr("SAFEOUT2"), 150 .of_match = of_match_ptr("CHARGER"),
|
D | max77802.c | 366 .of_match = of_match_ptr("LDO"#num), \ 387 .of_match = of_match_ptr("LDO"#num), \ 408 .of_match = of_match_ptr("BUCK"#num), \ 429 .of_match = of_match_ptr("BUCK"#num), \ 451 .of_match = of_match_ptr("BUCK"#num), \ 472 .of_match = of_match_ptr("BUCK"#num), \
|
D | max77693.c | 131 .of_match = of_match_ptr("ESAFEOUT"#_num), \ 150 .of_match = of_match_ptr("CHARGER"),
|
D | mt6397-regulator.c | 48 .of_match = of_match_ptr(match), \ 72 .of_match = of_match_ptr(match), \ 91 .of_match = of_match_ptr(match), \
|
D | sky81452-regulator.c | 54 .of_match = of_match_ptr("lout"),
|
D | of_regulator.c | 280 if (!dev->of_node || !desc->of_match) in regulator_of_get_init_data() 300 if (strcmp(desc->of_match, name)) in regulator_of_get_init_data()
|
D | rn5t618-regulator.c | 34 .of_match = of_match_ptr(#rid), \
|
D | tps65217-regulator.c | 35 .of_match = of_match_ptr(_of_match), \
|
D | qcom_rpm-regulator.c | 913 vreg->desc.of_match = reg->name; in rpm_reg_probe()
|
/linux-4.1.27/drivers/power/reset/ |
D | brcmstb-reboot.c | 96 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,
|
/linux-4.1.27/drivers/soc/tegra/fuse/ |
D | fuse-tegra30.c | 205 const struct of_device_id *of_match; in tegra30_init_fuse_early() local 208 &of_match); in tegra30_init_fuse_early() 211 fuse_info = (struct tegra_fuse_info *)of_match->data; in tegra30_init_fuse_early()
|
/linux-4.1.27/drivers/soc/ti/ |
D | knav_dma.c | 794 static struct of_device_id of_match[] = { variable 799 MODULE_DEVICE_TABLE(of, of_match); 806 .of_match_table = of_match,
|
/linux-4.1.27/include/linux/regulator/ |
D | driver.h | 265 const char *of_match; member
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | pmbus.h | 390 .of_match = of_match_ptr(_name # _id), \
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_core.c | 2137 static const struct of_device_id of_match[] = { variable 2141 MODULE_DEVICE_TABLE(of, of_match); 2147 .of_match_table = of_match,
|