Home
last modified time | relevance | path

Searched full:inductor (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/video/backlight/
H A Drt4831-backlight.c130 * This OCP level is used to protect and limit the inductor current. in rt4831_parse_backlight_properties()
131 * If inductor peak current reach the level, low-side MOSFET will be in rt4831_parse_backlight_properties()
133 * To match the configured channel current, the inductor chosen must in rt4831_parse_backlight_properties()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l36.txt24 - cirrus,boost-ind-nanohenry : Inductor estimation LBST reference value.
25 Seeds the digital boost converter's inductor estimation block with the initial
H A Dcs35l34.txt17 - cirrus,boost-nanohenry: Inductor value for boost converter. The value is
H A Dcirrus,cs35l41.yaml55 Boost inductor value, expressed in nH. Valid
H A Dcs35l35.txt17 - cirrus,boost-ind-nanohenry: Inductor value for boost converter. The value is
/openbmc/linux/include/sound/
H A Dcs35l34.h20 /* Boost inductor value (nH) */
H A Dcs35l35.h99 /* Inductor Value */
/openbmc/linux/sound/soc/codecs/
H A Dcs35l34.c672 unsigned int inductor) in cs35l34_boost_inductor() argument
676 switch (inductor) { in cs35l34_boost_inductor()
706 dev_err(component->dev, "%s Invalid Inductor Value %d uH\n", in cs35l34_boost_inductor()
707 __func__, inductor); in cs35l34_boost_inductor()
832 dev_err(&i2c_client->dev, "Inductor not specified.\n"); in cs35l34_handle_of_data()
H A Dcs35l36.c1122 static int cs35l36_boost_inductor(struct cs35l36_private *cs35l36, int inductor) in cs35l36_boost_inductor() argument
1132 switch (inductor) { in cs35l36_boost_inductor()
1148 dev_err(cs35l36->dev, "%s Invalid Inductor Value %d uH\n", in cs35l36_boost_inductor()
1149 __func__, inductor); in cs35l36_boost_inductor()
1222 "Boost inductor config failed(%d)\n", ret); in cs35l36_component_probe()
1497 dev_err(&i2c_client->dev, "Inductor not specified.\n"); in cs35l36_handle_of_data()
H A Dcs35l35.c764 int inductor) in cs35l35_boost_inductor() argument
780 switch (inductor) { in cs35l35_boost_inductor()
826 dev_err(cs35l35->dev, "Invalid Inductor Value %d uH\n", in cs35l35_boost_inductor()
827 inductor); in cs35l35_boost_inductor()
1283 dev_err(&i2c_client->dev, "Inductor not specified.\n"); in cs35l35_handle_of_data()
H A Dcs35l41-lib.c1005 dev_err(dev, "Invalid boost inductor value: %d nH\n", boost_ind); in cs35l41_boost_config()
1032 dev_err(dev, "Invalid boost inductor peak current: %d mA\n", boost_ipk); in cs35l41_boost_config()
1053 dev_err(dev, "Failed to write boost slope/inductor value: %d\n", ret); in cs35l41_boost_config()
1062 dev_err(dev, "Failed to write boost inductor peak current: %d\n", ret); in cs35l41_boost_config()
H A DKconfig1636 Enable support for Richtek RT9120 20W, stereo, inductor-less,
H A Dcs35l45.c1051 CS35L45_IRQ(BST_SHORT_ERR, "Boost inductor error", cs35l45_spk_safe_err),
/openbmc/linux/drivers/power/supply/
H A Drt9467-charger.c1074 /* Set inductor OCP to high level */ in rt9467_do_charger_init()
1077 return dev_err_probe(dev, ret, "Failed to set higher inductor OCP level\n"); in rt9467_do_charger_init()
/openbmc/linux/drivers/regulator/
H A DKconfig186 This driver supports AW37503 single inductor - dual output
1511 This driver supports TPS65132 single inductor - dual output
H A Dmax8973-regulator.c393 /* Configure inductor value */ in max8973_init_dcdc()
/openbmc/linux/sound/pci/hda/
H A Dcs35l41_hda.c1263 CS35L41_IRQ(BST_SHORT_ERR, "Boost Inductor Short Error", cs35l41_bst_short_err),