Home
last modified time | relevance | path

Searched refs:technology (Results 1 – 25 of 72) sorted by relevance

123

/linux/drivers/power/supply/
A Dlego_ev3_battery.c32 int technology; member
46 val->intval = batt->technology; in lego_ev3_battery_get_property()
107 if (batt->technology != POWER_SUPPLY_TECHNOLOGY_UNKNOWN) in lego_ev3_battery_set_property()
111 batt->technology = POWER_SUPPLY_TECHNOLOGY_NiMH; in lego_ev3_battery_set_property()
132 batt->technology == POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in lego_ev3_battery_property_is_writeable()
191 batt->technology = POWER_SUPPLY_TECHNOLOGY_LION; in lego_ev3_battery_probe()
196 batt->technology = POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in lego_ev3_battery_probe()
A Dtosa_battery.c34 int technology; member
107 val->intval = bat->technology; in tosa_bat_get_property()
257 .technology = POWER_SUPPLY_TECHNOLOGY_LIPO,
279 .technology = POWER_SUPPLY_TECHNOLOGY_LIPO,
300 .technology = POWER_SUPPLY_TECHNOLOGY_LiMn,
A Dsbs-battery.c217 int technology; member
237 chip->technology = -1; in sbs_invalidate_cached_props()
844 if (chip->technology != -1) { in sbs_get_chemistry()
845 val->intval = chip->technology; in sbs_get_chemistry()
855 chip->technology = POWER_SUPPLY_TECHNOLOGY_LION; in sbs_get_chemistry()
857 chip->technology = POWER_SUPPLY_TECHNOLOGY_LIPO; in sbs_get_chemistry()
859 chip->technology = POWER_SUPPLY_TECHNOLOGY_NiCd; in sbs_get_chemistry()
861 chip->technology = POWER_SUPPLY_TECHNOLOGY_NiMH; in sbs_get_chemistry()
863 chip->technology = POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in sbs_get_chemistry()
865 if (chip->technology == POWER_SUPPLY_TECHNOLOGY_UNKNOWN) in sbs_get_chemistry()
[all …]
A Dcollie_battery.c39 int technology; member
110 val->intval = bat->technology; in collie_bat_get_property()
238 .technology = POWER_SUPPLY_TECHNOLOGY_LIPO,
268 .technology = POWER_SUPPLY_TECHNOLOGY_LiMn,
A Dpower_supply_core.c574 info->technology = POWER_SUPPLY_TECHNOLOGY_UNKNOWN; in power_supply_get_battery_info()
624 info->technology = POWER_SUPPLY_TECHNOLOGY_NiCd; in power_supply_get_battery_info()
626 info->technology = POWER_SUPPLY_TECHNOLOGY_NiMH; in power_supply_get_battery_info()
629 info->technology = POWER_SUPPLY_TECHNOLOGY_LION; in power_supply_get_battery_info()
631 info->technology = POWER_SUPPLY_TECHNOLOGY_LIPO; in power_supply_get_battery_info()
633 info->technology = POWER_SUPPLY_TECHNOLOGY_LiFe; in power_supply_get_battery_info()
635 info->technology = POWER_SUPPLY_TECHNOLOGY_LiMn; in power_supply_get_battery_info()
/linux/Documentation/hwmon/
A Ddrivetemp.rst11 Information technology - AT Attachment 8 - ATA/ATAPI Command Set (ATA8-ACS)
14 Information technology - SCSI Primary Commands - 4 (SPC-4)
17 Information technology - SCSI / ATA Translation - 5 (SAT-5)
A Dlm95234.rst28 System Management Bus (SMBus) interface and TrueTherm technology
33 beta compensation technology allows sensing of 90 nm or 65 nm process
A Dpm6764tr.rst25 The device utilizes digital technology to implement all control and power management
A Dlm95245.rst28 Management Bus (SMBus) interface and TruTherm technology that can monitor
/linux/include/linux/mtd/
A Donenand.h91 unsigned int technology; member
171 (this->technology & ONENAND_TECHNOLOGY_IS_MLC)
/linux/net/smc/
A DKconfig7 RDMA over Converged Ethernet (RoCE) technology to upgrade
/linux/drivers/platform/x86/intel/speed_select_if/
A DKconfig9 drivers. The Intel(R) speed select technology features are non
/linux/include/linux/
A Dpower_supply.h323 int technology; member
355 unsigned int technology; /* from the enum above */ member
/linux/Documentation/power/powercap/
A Dpowercap.rst16 Power Limit" (RAPL) technology, whereas the 'idle-injection' control type
148 The above example illustrates a case in which the Intel RAPL technology,
170 Depending on different power zones, the Intel RAPL technology allows
/linux/drivers/net/ethernet/alacritech/
A DKconfig21 Session Layer Interface (SLIC) technology by Alacritech.
/linux/Documentation/devicetree/bindings/power/supply/
A Dstericsson,ab8500-battery.txt28 This shall be the battery manufacturing technology type,
/linux/drivers/powercap/
A DKconfig28 technology via MSR interface, which allows power limits to be enforced
/linux/Documentation/devicetree/bindings/mfd/
A Dmfd.txt9 Integrated Circuit) that is manufactured in a lower technology node (rough
/linux/Documentation/devicetree/bindings/media/i2c/
A Ddongwoon,dw9768.yaml18 integrates Advanced Actuator Control (AAC) technology and is intended for
A Dovti,ov02a10.yaml16 image sensor technology. Ihis chip supports high frame rate speeds up to 30fps
/linux/Documentation/devicetree/bindings/power/avs/
A Dqcom,cpr.txt3 CPR (Core Power Reduction) is a technology to reduce core power on a CPU
/linux/Documentation/userspace-api/media/v4l/
A Dbiblio.rst54 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology --- Generic coding of movi…
64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology --- Generic coding of moving…
/linux/drivers/acpi/
A Dbattery.c110 int technology; member
392 {offsetof(struct acpi_battery, technology), 0},
409 {offsetof(struct acpi_battery, technology), 0},
/linux/drivers/nfc/
A Dtrf7970a.c443 int technology; member
1216 trf->technology = tech; in trf7970a_in_config_rf_tech()
1408 if ((trf->technology == NFC_DIGITAL_RF_TECH_106A) && in trf7970a_per_cmd_config()
1423 } else if (trf->technology == NFC_DIGITAL_RF_TECH_ISO15693) { in trf7970a_per_cmd_config()
1596 trf->technology = tech; in trf7970a_tg_config_rf_tech()
/linux/net/atm/
A DKconfig9 ATM is a high-speed networking technology for Local Area Networks

Completed in 53 milliseconds

123