/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_parser_rt.c | 265 struct ice_bst_tcam_item *bst) in ice_bst_pgk_init() argument 268 rt->pg_key.boost_idx = bst->hit_idx_grp; in ice_bst_pgk_init() 269 rt->pg_key.next_proto = ice_pk_build(rt, &bst->np_kb); in ice_bst_pgk_init() 273 if (bst->pg_kb.flag0_ena) in ice_bst_pgk_init() 274 rt->pg_key.flag0 = ice_flag_get(rt, bst->pg_kb.flag0_idx); in ice_bst_pgk_init() 275 if (bst->pg_kb.flag1_ena) in ice_bst_pgk_init() 276 rt->pg_key.flag1 = ice_flag_get(rt, bst->pg_kb.flag1_idx); in ice_bst_pgk_init() 277 if (bst->pg_kb.flag2_ena) in ice_bst_pgk_init() 278 rt->pg_key.flag2 = ice_flag_get(rt, bst->pg_kb.flag2_idx); in ice_bst_pgk_init() 279 if (bst->pg_kb.flag3_ena) in ice_bst_pgk_init() [all …]
|
/linux/drivers/platform/surface/ |
H A D | surface3_power.c | 89 struct bst { struct 108 struct bst bst; argument 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/Documentation/devicetree/bindings/iio/pressure/ |
H A D | bmp085.yaml | 16 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 19 https://www.bosch-sensortec.com/bst/products/all_products/bmp380 20 https://www.bosch-sensortec.com/bst/products/all_products/bmp580
|
/linux/drivers/power/supply/ |
H A D | surface_battery.c | 135 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/Documentation/devicetree/bindings/sound/ |
H A D | cs35l35.txt | 51 - 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/Documentation/devicetree/bindings/iio/accel/ |
H A D | bosch,bma400.yaml | 16 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMA400-DS000.pdf
|
H A D | bosch,bmi088.yaml | 15 https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi088-ds001.pdf
|
/linux/Documentation/devicetree/bindings/iio/magnetometer/ |
H A D | bosch,bmc150_magn.yaml | 17 http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf
|
/linux/sound/soc/codecs/ |
H A D | cs35l33.c | 236 dev_dbg(component->dev, "BST turned on\n"); in cs35l33_sdin_event() 253 dev_dbg(component->dev, "BST and SDIN turned off\n"); in cs35l33_sdin_event() 743 static int cs35l33_set_bst_ipk(struct snd_soc_component *component, unsigned int bst) in cs35l33_set_bst_ipk() argument 749 if (bst > 3600000 || bst < 1850000) { in cs35l33_set_bst_ipk() 750 dev_err(component->dev, "Invalid boost current %d\n", bst); in cs35l33_set_bst_ipk() 755 if (bst % 15625) { in cs35l33_set_bst_ipk() 757 bst); in cs35l33_set_bst_ipk() 762 while (bst > 1850000) { in cs35l33_set_bst_ipk() 763 bst -= 15625; in cs35l33_set_bst_ipk()
|
H A D | max98926.c | 130 SND_SOC_DAPM_PGA("BST Enable", MAX98926_BLOCK_ENABLE, 167 {"BST Enable", NULL, "Amp Enable"}, 168 {"BE_OUT", NULL, "BST Enable"},
|
H A D | cs35l35.h | 46 #define CS35L35_BST_CONV_SW_FREQ 0x24 /* Boost Conv L BST SW Freq */
|
H A D | cs35l34.h | 36 #define CS35L34_BST_CONV_SW_FREQ 0x24 /* Boost Conv L BST SW Freq */
|
H A D | cs35l35.c | 1314 of_property_read_bool(np, "cirrus,classh-bst-overide"); in cs35l35_handle_of_data() 1317 "cirrus,classh-bst-max-limit", in cs35l35_handle_of_data() 1325 "cirrus,classh-bst-max-limit", in cs35l35_handle_of_data()
|
/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | entry.S | 47 bst.b #6,@(4*4,r15) !set cpu mode to SR.MD 209 bst.b #6,@(0,r2) ! save CPU mode
|
H A D | opcode_helper.c | 29 * 0011nnnn0iii1001 bclr.b, bld.b, bset.b, bst.b, band.b,
|
/linux/Documentation/devicetree/bindings/iio/imu/ |
H A D | bosch,bmi160.yaml | 15 https://www.bosch-sensortec.com/bst/products/all_products/bmi160
|
/linux/drivers/iio/pressure/ |
H A D | bmp280-core.c | 12 * https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf 13 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp280-ds001.pdf 14 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme280-ds002.pdf 15 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp388-ds001.pdf 16 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp390-ds002.pdf 17 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp581-ds004.pdf 21 * - Changed document referral from ANP015 to BST-MPS-AN004-00 on page 26
|
/linux/sound/isa/sb/ |
H A D | sb8_midi.c | 8 * Sun May 9 22:54:38 BST 1999 George David Morrison <gdm@gedamo.demon.co.uk>
|
H A D | sb8_main.c | 11 * Thu Apr 29 20:36:17 BST 1999 George David Morrison <gdm@gedamo.demon.co.uk>
|
/linux/drivers/iio/chemical/ |
H A D | bme680_core.c | 9 * https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf
|
/linux/drivers/video/backlight/ |
H A D | Kconfig | 326 If you have a LCD backlight connected to the BST/BL_SNK output of
|
/linux/kernel/rcu/ |
H A D | tasks.h | 2208 unsigned long bst = rcu_task_stall_timeout; in rcu_tasks_verify_self_tests() local 2210 if (bst <= 0 || bst > RCU_TASK_BOOT_STALL_TIMEOUT) in rcu_tasks_verify_self_tests() 2211 bst = RCU_TASK_BOOT_STALL_TIMEOUT; in rcu_tasks_verify_self_tests() 2214 if (time_after(jiffies, tests[i].runstart + bst)) { in rcu_tasks_verify_self_tests()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sda660-inforce-ifc6560.dts | 70 v3p3_bck_bst: v3p3-bck-bst-regulator {
|
/linux/drivers/input/misc/ |
H A D | bma150.c | 11 * http://www.bosch-sensortec.com/content/language1/downloads/BST-BMA150-DS000-07.pdf
|
/linux/Documentation/scsi/ |
H A D | BusLogic.rst | 490 The "BusSettleTime:" or "BST:" option specifies the Bus Settle Time in
|