Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/backlight/
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()
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dcs35l36.txt24 - cirrus,boost-ind-nanohenry : Inductor estimation LBST reference value.
25 Seeds the digital boost converter's inductor estimation block with the initial
Dcs35l34.txt17 - cirrus,boost-nanohenry: Inductor value for boost converter. The value is
Dcirrus,cs35l41.yaml52 Boost inductor value, expressed in nH. Valid
Dcs35l35.txt17 - cirrus,boost-ind-nanohenry: Inductor value for boost converter. The value is
/Linux-v6.1/include/sound/
Dcs35l34.h20 /* Boost inductor value (nH) */
Dcs35l35.h99 /* Inductor Value */
/Linux-v6.1/sound/soc/codecs/
Dcs35l34.c674 unsigned int inductor) in cs35l34_boost_inductor() argument
678 switch (inductor) { in cs35l34_boost_inductor()
708 dev_err(component->dev, "%s Invalid Inductor Value %d uH\n", in cs35l34_boost_inductor()
709 __func__, inductor); in cs35l34_boost_inductor()
834 dev_err(&i2c_client->dev, "Inductor not specified.\n"); in cs35l34_handle_of_data()
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()
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()
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()
DKconfig1442 Enable support for Richtek RT9120 20W, stereo, inductor-less,
/Linux-v6.1/drivers/regulator/
Dmax8973-regulator.c393 /* Configure inductor value */ in max8973_init_dcdc()
DKconfig1385 This driver supports TPS65132 single inductor - dual output
/Linux-v6.1/sound/pci/hda/
Dcs35l41_hda.c1056 CS35L41_IRQ(BST_SHORT_ERR, "Boost Inductor Short Error", cs35l41_bst_short_err),