| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | sbs.c | 57 struct acpi_sbs *sbs; member 135 struct acpi_sbs *sbs = to_acpi_sbs(psy); in sbs_get_ac_property() local 138 val->intval = sbs->charger_present; in sbs_get_ac_property() 327 static int acpi_manager_get_info(struct acpi_sbs *sbs) in acpi_manager_get_info() argument 332 result = acpi_smbus_read(sbs->hc, SMBUS_READ_WORD, ACPI_SBS_MANAGER, in acpi_manager_get_info() 335 sbs->batteries_supported = battery_system_info & 0x000f; in acpi_manager_get_info() 344 result = acpi_smbus_read(battery->sbs->hc, in acpi_battery_get_info() 365 result = acpi_smbus_read(battery->sbs->hc, in acpi_battery_get_state() 381 return acpi_smbus_read(battery->sbs->hc, SMBUS_READ_WORD, in acpi_battery_get_alarm() 388 struct acpi_sbs *sbs = battery->sbs; in acpi_battery_set_alarm() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tda827x.c | 338 u8 sbs; member 343 { .lomax = 56875000, .svco = 3, .spd = 4, .scr = 0, .sbs = 0, .gc3 = 1}, 344 { .lomax = 67250000, .svco = 0, .spd = 3, .scr = 0, .sbs = 0, .gc3 = 1}, 345 { .lomax = 81250000, .svco = 1, .spd = 3, .scr = 0, .sbs = 0, .gc3 = 1}, 346 { .lomax = 97500000, .svco = 2, .spd = 3, .scr = 0, .sbs = 0, .gc3 = 1}, 347 { .lomax = 113750000, .svco = 3, .spd = 3, .scr = 0, .sbs = 1, .gc3 = 1}, 348 { .lomax = 134500000, .svco = 0, .spd = 2, .scr = 0, .sbs = 1, .gc3 = 1}, 349 { .lomax = 154000000, .svco = 1, .spd = 2, .scr = 0, .sbs = 1, .gc3 = 1}, 350 { .lomax = 162500000, .svco = 1, .spd = 2, .scr = 0, .sbs = 1, .gc3 = 1}, 351 { .lomax = 183000000, .svco = 2, .spd = 2, .scr = 0, .sbs = 1, .gc3 = 1}, [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | sbs,sbs-manager.txt | 1 Binding for sbs-manager 4 - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part 23 compatible = "lltc,ltc1760", "sbs,sbs-manager"; 37 compatible = "ti,bq2060", "sbs,sbs-battery"; 39 sbs,battery-detect-gpios = <&batman 1 1>; 49 compatible = "ti,bq2060", "sbs,sbs-battery"; 51 sbs,battery-detect-gpios = <&batman 2 1>; 61 compatible = "ti,bq2060", "sbs,sbs-battery"; 63 sbs,battery-detect-gpios = <&batman 3 1>;
|
| H A D | sbs_sbs-charger.txt | 1 SBS sbs-charger 5 - compatible: "<vendor>,<part-number>", "sbs,sbs-charger" as fallback. The part 17 compatible = "lltc,ltc4100", "sbs,sbs-charger";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | cros-ec-sbs.dtsi | 2 * Smart battery dts fragment for devices that use cros-ec-sbs 10 battery: sbs-battery@b { 11 compatible = "sbs,sbs-battery"; 13 sbs,i2c-retry-count = <2>; 14 sbs,poll-retry-count = <1>;
|
| H A D | exynos5800-peach-pi.dts | 213 battery: sbs-battery@b { 214 compatible = "sbs,sbs-battery"; 216 sbs,poll-retry-count = <1>; 217 sbs,i2c-retry-count = <2>;
|
| H A D | exynos5420-peach-pit.dts | 350 battery: sbs-battery@b { 351 compatible = "sbs,sbs-battery"; 353 sbs,poll-retry-count = <1>; 354 sbs,i2c-retry-count = <2>;
|
| H A D | tegra124-nyan.dtsi | 330 battery: sbs-battery@b { 331 compatible = "sbs,sbs-battery"; 333 sbs,i2c-retry-count = <2>; 334 sbs,poll-retry-count = <10>;
|
| H A D | exynos5250-snow.dts | 117 battery: sbs-battery@b { 118 compatible = "sbs,sbs-battery"; 120 sbs,poll-retry-count = <1>;
|
| H A D | .rk3288-veyron-jerry.dtb.d.pre.tmp | |
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | traversal.hpp | 384 int& op_index, sbs_type& sbs) const in select_from_cluster_union() 387 sort_by_side::aggregate_operations(sbs, aggregation, m_turns, operation_union); in select_from_cluster_union() 405 for (std::size_t i = 1; i < sbs.m_ranked_points.size(); i++) in select_from_cluster_union() 407 typename sbs_type::rp const& ranked_point = sbs.m_ranked_points[i]; in select_from_cluster_union() 464 int& op_index, sbs_type const& sbs) const in analyze_cluster_intersection() 467 sort_by_side::aggregate_operations(sbs, aggregation, m_turns, operation_intersection); in analyze_cluster_intersection() 548 std::size_t selected_index = sbs.m_ranked_points.size(); in analyze_cluster_intersection() 549 for (std::size_t i = 0; i < sbs.m_ranked_points.size(); i++) in analyze_cluster_intersection() 551 typename sbs_type::rp const& ranked_point = sbs.m_ranked_points[i]; in analyze_cluster_intersection() 570 if (selected_index < sbs.m_ranked_points.size()) in analyze_cluster_intersection() [all …]
|
| H A D | handle_colocations.hpp | 734 sbs_type sbs(strategy); in gather_cluster_properties() local 750 sbs.add(op, turn_index, i, geometry1, geometry2, first); in gather_cluster_properties() 754 sbs.apply(turn_point); in gather_cluster_properties() 756 sbs.find_open(); in gather_cluster_properties() 757 sbs.assign_zones(for_operation); in gather_cluster_properties() 759 cinfo.open_count = sbs.open_count(for_operation); in gather_cluster_properties() 762 for (std::size_t i = 0; i < sbs.m_ranked_points.size(); i++) in gather_cluster_properties() 764 const typename sbs_type::rp& ranked = sbs.m_ranked_points[i]; in gather_cluster_properties()
|
| H A D | aggregate_operations.hpp | 196 inline void aggregate_operations(Sbs const& sbs, std::vector<rank_with_rings>& aggregation, in aggregate_operations() argument 204 for (std::size_t i = 0; i < sbs.m_ranked_points.size(); i++) in aggregate_operations() 206 typename Sbs::rp const& ranked_point = sbs.m_ranked_points[i]; in aggregate_operations()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 206 - struct fat_boot_sector *sbs; 227 - sbs = (struct fat_boot_sector *)syslinux_bootsect; 231 - set_16(&sbs->bsSectors, 0); 233 - set_16(&sbs->bsSectors, totalsectors); 235 - set_32(&sbs->bsHugeSectors, totalsectors); 237 - set_16(&sbs->bsBytesPerSec, SECTOR_SIZE); 238 - set_16(&sbs->bsSecPerTrack, geo.sectors); 239 - set_16(&sbs->bsHeads, geo.heads); 240 - set_32(&sbs->bsHiddenSecs, geo.start); 400 + struct fat_boot_sector *sbs; [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | cros-ec-sbs.dtsi | 2 * Smart battery dts fragment for devices that use cros-ec-sbs 46 battery: sbs-battery@b { 47 compatible = "sbs,sbs-battery"; 49 sbs,i2c-retry-count = <2>; 50 sbs,poll-retry-count = <1>;
|
| H A D | imx6q-evi.dts | 177 battery: sbs-battery@b { 178 compatible = "sbs,sbs-battery"; 180 sbs,poll-retry-count = <100>; 181 sbs,i2c-retry-count = <100>;
|
| H A D | tegra124-nyan.dtsi | 360 battery: sbs-battery@b { 361 compatible = "sbs,sbs-battery"; 363 sbs,i2c-retry-count = <2>; 364 sbs,poll-retry-count = <10>;
|
| H A D | exynos5250-snow-common.dtsi | 80 battery: sbs-battery@b { 81 compatible = "sbs,sbs-battery"; 83 sbs,poll-retry-count = <1>;
|
| H A D | exynos5800-peach-pi.dts | 965 battery: sbs-battery@b { 966 compatible = "sbs,sbs-battery"; 968 sbs,poll-retry-count = <1>; 969 sbs,i2c-retry-count = <2>;
|
| H A D | exynos5420-peach-pit.dts | 983 battery: sbs-battery@b { 984 compatible = "sbs,sbs-battery"; 986 sbs,poll-retry-count = <1>; 987 sbs,i2c-retry-count = <2>;
|
| H A D | tegra124-venice2.dts | 878 battery: sbs-battery@b { 879 compatible = "sbs,sbs-battery"; 881 sbs,i2c-retry-count = <2>; 882 sbs,poll-retry-count = <1>;
|
| H A D | rk3288-veyron-pinky.dts | 10 #include "cros-ec-sbs.dtsi"
|
| H A D | tegra20-seaboard.dts | 397 compatible = "ti,bq20z75", "sbs,sbs-battery"; 399 sbs,i2c-retry-count = <2>; 400 sbs,poll-retry-count = <10>;
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | Makefile | 44 obj-$(CONFIG_BATTERY_SBS) += sbs-battery.o 45 obj-$(CONFIG_CHARGER_SBS) += sbs-charger.o 46 obj-$(CONFIG_MANAGER_SBS) += sbs-manager.o
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8173-elm.dtsi | 1141 battery: sbs-battery@b { 1142 compatible = "sbs,sbs-battery"; 1144 sbs,i2c-retry-count = <2>; 1145 sbs,poll-retry-count = <1>;
|