/linux-4.4.14/drivers/regulator/ |
H A 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"),
|
H A 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"),
|
H A D | mt6311-regulator.c | 65 .of_match = of_match_ptr(#_id),\ 85 .of_match = of_match_ptr(#_id),\
|
H A D | max77693.c | 164 .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"),
|
H A 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), \
|
H A D | axp20x-regulator.c | 44 .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), \
|
H A D | max77802.c | 367 .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), \
|
H A D | da9062-regulator.c | 413 .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"),
|
H A D | rn5t618-regulator.c | 34 .of_match = of_match_ptr(#rid), \
|
H A D | sky81452-regulator.c | 54 .of_match = of_match_ptr("lout"),
|
H A D | max14577.c | 105 .of_match = of_match_ptr("SAFEOUT"), \ 118 .of_match = of_match_ptr("CHARGER"), \ 146 .of_match = of_match_ptr("LDO" # num), \
|
H A 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), \
|
H A D | 88pm800.c | 98 .of_match = of_match_ptr(#match), \ 128 .of_match = of_match_ptr(#match), \
|
H A D | of_regulator.c | 298 if (!dev->of_node || !desc->of_match) regulator_of_get_init_data() 318 if (strcmp(desc->of_match, name)) for_each_available_child_of_node()
|
H A D | tps65023-regulator.c | 92 .of_match = of_match_ptr("VDCDC"#_num), \ 111 .of_match = of_match_ptr("LDO"#_num), \
|
H A D | tps65217-regulator.c | 35 .of_match = of_match_ptr(_of_match), \
|
H A D | qcom_smd-regulator.c | 315 vreg->desc.of_match = reg->name; rpm_reg_probe()
|
H A D | qcom_rpm-regulator.c | 913 vreg->desc.of_match = reg->name; rpm_reg_probe()
|
H A D | qcom_spmi-regulator.c | 1570 vreg->desc.of_match = reg->name; qcom_spmi_regulator_probe()
|
/linux-4.4.14/drivers/power/reset/ |
H A D | brcmstb-reboot.c | 96 static const struct of_device_id of_match[] = { variable in typeref:struct:of_device_id 108 of_id = of_match_node(of_match, np); brcmstb_reboot_probe() 147 .of_match_table = of_match,
|
/linux-4.4.14/drivers/tty/serial/8250/ |
H A D | 8250_ingenic.c | 44 static const struct of_device_id of_match[]; variable in typeref:struct:of_device_id 210 match = of_match_device(of_match, &pdev->dev); ingenic_uart_probe() 323 static const struct of_device_id of_match[] = { variable in typeref:struct:of_device_id 330 MODULE_DEVICE_TABLE(of, of_match); 335 .of_match_table = of_match,
|
/linux-4.4.14/drivers/soc/ti/ |
H A D | knav_dma.c | 794 static struct of_device_id of_match[] = { variable in typeref:struct:of_device_id 799 MODULE_DEVICE_TABLE(of, of_match); 806 .of_match_table = of_match,
|
/linux-4.4.14/include/linux/regulator/ |
H A D | driver.h | 222 * @of_match: Name used to identify regulator in DT. 224 * @of_parse_cb: Optional callback called only if of_match is present. 278 const char *of_match; member in struct:regulator_desc
|
/linux-4.4.14/drivers/hwmon/pmbus/ |
H A D | pmbus.h | 397 .of_match = of_match_ptr(_name # _id), \
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
H A D | netcp_core.c | 2142 static const struct of_device_id of_match[] = { variable in typeref:struct:of_device_id 2146 MODULE_DEVICE_TABLE(of, of_match); 2151 .of_match_table = of_match,
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | musb_dsps.c | 793 dev_err(&pdev->dev, "fail to get matching of_match struct\n"); dsps_probe()
|
/linux-4.4.14/drivers/of/ |
H A D | base.c | 970 * of_match_node - Tell if a device_node has a matching of_match structure
|