Searched refs:gas (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/drivers/acpi/ |
| H A D | acpi_watchdog.c | 35 const struct acpi_generic_address *gas; in acpi_watchdog_uses_rtc() local 37 gas = &entries[i].register_region; in acpi_watchdog_uses_rtc() 38 if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_IO) { in acpi_watchdog_uses_rtc() 39 switch (gas->address) { in acpi_watchdog_uses_rtc() 132 const struct acpi_generic_address *gas; in acpi_watchdog_init() local 137 gas = &entries[i].register_region; in acpi_watchdog_init() 139 res.start = gas->address; in acpi_watchdog_init() 140 res.end = res.start + ACPI_ACCESS_BYTE_WIDTH(gas->access_width) - 1; in acpi_watchdog_init() 141 if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) { in acpi_watchdog_init() 143 } else if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_IO) { in acpi_watchdog_init() [all …]
|
| H A D | osl.c | 98 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_request_region() 103 if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_IO) in acpi_request_region() 105 else if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_request_region() 456 if (gas->space_id != ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_os_map_generic_address() 460 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_os_map_generic_address() 461 if (!addr || !gas->bit_width) in acpi_os_map_generic_address() 464 return acpi_os_map_iomem(addr, gas->bit_width / 8); in acpi_os_map_generic_address() 473 if (gas->space_id != ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_os_unmap_generic_address() 477 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_os_unmap_generic_address() 478 if (!addr || !gas->bit_width) in acpi_os_unmap_generic_address() [all …]
|
| /linux-6.15/drivers/watchdog/ |
| H A D | wdat_wdt.c | 69 switch (gas->access_width) { in wdat_wdt_read() 84 gas->address); in wdat_wdt_read() 94 switch (gas->access_width) { in wdat_wdt_write() 109 gas->address); in wdat_wdt_write() 135 gas = &entry->register_region; in wdat_wdt_run_action() 147 x >>= gas->bit_offset; in wdat_wdt_run_action() 157 x >>= gas->bit_offset; in wdat_wdt_run_action() 165 x <<= gas->bit_offset; in wdat_wdt_run_action() 181 x <<= gas->bit_offset; in wdat_wdt_run_action() 397 r.start = gas->address; in wdat_wdt_probe() [all …]
|
| /linux-6.15/drivers/mailbox/ |
| H A D | pcc.c | 77 struct acpi_generic_address *gas; member 168 if (!reg->gas) { in pcc_chan_reg_read() 176 ret = acpi_read(val, reg->gas); in pcc_chan_reg_read() 185 if (!reg->gas) in pcc_chan_reg_write() 191 ret = acpi_write(val, reg->gas); in pcc_chan_reg_write() 246 if (!pchan->cmd_complete.gas) in pcc_mbox_cmd_complete_check() 521 if (!(gas->bit_width >= 8 && gas->bit_width <= 64 && in pcc_chan_reg_init() 524 gas->bit_width); in pcc_chan_reg_init() 528 reg->vaddr = acpi_os_ioremap(gas->address, gas->bit_width / 8); in pcc_chan_reg_init() 534 reg->gas = gas; in pcc_chan_reg_init() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/iio/chemical/ |
| H A D | sciosense,ens160.yaml | 7 title: ScioSense ENS160 multi-gas sensor 48 gas-sensor@52 { 61 gas-sensor@0 {
|
| H A D | bosch,bme680.yaml | 13 BME680 is a gas sensor which combines relative humidity, barometric pressure, 14 ambient temperature and gas (VOC - Volatile Organic Compounds) measurements.
|
| /linux-6.15/drivers/iio/chemical/ |
| H A D | Kconfig | 57 temperature, pressure, humidity and gas sensing capability. 90 Say yes here to build support for ScioSense ENS160 multi-gas sensor. 170 tristate "Sensirion SGPxx gas sensors" 175 Sensirion SGP gas sensors: 176 * SGP30 gas sensor 177 * SGPC3 low power gas sensor 183 tristate "Sensirion SGP40 gas sensor" 187 Say Y here to build I2C interface to support Sensirion SGP40 gas
|
| /linux-6.15/Documentation/devicetree/bindings/iio/potentiostat/ |
| H A D | ti,lmp91000.yaml | 45 Internal resistor load applied to the gas sensor.
|
| /linux-6.15/Documentation/w1/masters/ |
| H A D | omap-hdq.rst | 22 monitor (gas gauge) integrated circuits.
|
| /linux-6.15/Documentation/devicetree/bindings/ |
| H A D | trivial-devices.yaml | 332 # Sensirion multi-pixel gas sensor with I2C interface 334 # Sensirion gas sensor with I2C interface 336 # Sensirion low power multi-pixel gas sensor with I2C interface
|
| /linux-6.15/drivers/power/supply/ |
| H A D | Kconfig | 158 tristate "DS2782/DS2786 standalone gas-gauge" 162 gas-gauge. 239 tristate "SBS Compliant gas gauge" 243 gas gauges. 427 tristate "MAX17211/MAX17215 standalone gas-gauge" 437 battery gas-gauge.
|
| /linux-6.15/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 66 02 Y-Axis lsb, or gas pedal for a wheel
|
| /linux-6.15/include/acpi/ |
| H A D | actbl2.h | 431 struct acpi_generic_address gas; member
|
| /linux-6.15/arch/mips/ |
| H A D | Kconfig | 1777 unexpectedly. For more information please refer to the gas
|