Home
last modified time | relevance | path

Searched refs:bst (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/platform/surface/
Dsurface3_power.c89 struct bst { struct
108 struct bst bst; member
271 static int mshw0011_bst(struct mshw0011_data *cdata, struct bst *bst) in mshw0011_bst() argument
290 bst->battery_present_rate = abs((s32)tmp); in mshw0011_bst()
297 bst->battery_state = state; in mshw0011_bst()
299 bst->battery_remaining_capacity = capacity; in mshw0011_bst()
300 bst->battery_present_voltage = voltage; in mshw0011_bst()
312 struct bst bst; in mshw0011_isr() local
328 ret = mshw0011_bst(cdata, &bst); in mshw0011_isr()
332 bat_status = bst.battery_state; in mshw0011_isr()
[all …]
/linux-5.19.10/drivers/power/supply/
Dsurface_battery.c135 struct spwr_bst bst; member
196 return ssam_retry(ssam_bat_get_bst, bat->sdev, &bat->bst); in spwr_battery_load_bst()
281 u32 state = get_unaligned_le32(&bat->bst.state); in spwr_battery_is_full()
283 u32 remaining_cap = get_unaligned_le32(&bat->bst.remaining_cap); in spwr_battery_is_full()
466 u32 state = get_unaligned_le32(&bat->bst.state); in spwr_battery_prop_status()
467 u32 present_rate = get_unaligned_le32(&bat->bst.present_rate); in spwr_battery_prop_status()
511 u32 remaining_cap = get_unaligned_le32(&bat->bst.remaining_cap); in spwr_battery_prop_capacity()
526 u32 state = get_unaligned_le32(&bat->bst.state); in spwr_battery_prop_capacity_level()
527 u32 remaining_cap = get_unaligned_le32(&bat->bst.remaining_cap); in spwr_battery_prop_capacity_level()
592 value = get_unaligned_le32(&bat->bst.present_voltage); in spwr_battery_get_property()
[all …]
/linux-5.19.10/Documentation/devicetree/bindings/iio/pressure/
Dbmp085.yaml16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180
17 https://www.bosch-sensortec.com/bst/products/all_products/bmp280
18 https://www.bosch-sensortec.com/bst/products/all_products/bme280
/linux-5.19.10/Documentation/devicetree/bindings/sound/
Dcs35l35.txt51 - cirrus,bst-pdn-fet-on : Boolean to determine if the Boost PDN control
85 - cirrus,classh-bst-overide : Boolean
86 - cirrus,classh-bst-max-limit
158 cirrus,classh-bst-overide;
159 cirrus,classh-bst-max-limit = <0x01>;
/linux-5.19.10/sound/soc/codecs/
Dcs35l33.c747 static int cs35l33_set_bst_ipk(struct snd_soc_component *component, unsigned int bst) in cs35l33_set_bst_ipk() argument
753 if (bst > 3600000 || bst < 1850000) { in cs35l33_set_bst_ipk()
754 dev_err(component->dev, "Invalid boost current %d\n", bst); in cs35l33_set_bst_ipk()
759 if (bst % 15625) { in cs35l33_set_bst_ipk()
761 bst); in cs35l33_set_bst_ipk()
766 while (bst > 1850000) { in cs35l33_set_bst_ipk()
767 bst -= 15625; in cs35l33_set_bst_ipk()
/linux-5.19.10/Documentation/devicetree/bindings/iio/accel/
Dbosch,bma400.yaml16 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMA400-DS000.pdf
Dbosch,bmi088.yaml15 https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi088-ds001.pdf
/linux-5.19.10/Documentation/devicetree/bindings/iio/magnetometer/
Dbosch,bmc150_magn.yaml17 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf
/linux-5.19.10/Documentation/devicetree/bindings/iio/imu/
Dbosch,bmi160.yaml15 https://www.bosch-sensortec.com/bst/products/all_products/bmi160
/linux-5.19.10/arch/sh/kernel/cpu/sh2a/
Dentry.S47 bst.b #6,@(4*4,r15) !set cpu mode to SR.MD
209 bst.b #6,@(0,r2) ! save CPU mode
/linux-5.19.10/drivers/nfc/pn533/
Dpn533.c167 u8 bst; member
180 u8 bst; member