Home
last modified time | relevance | path

Searched refs:smart (Results 1 – 25 of 64) sorted by relevance

123

/linux/arch/arm/boot/dts/microchip/
A Dat91sam9g25-gardena-smart-gateway.dts3 * Device Tree file for the GARDENA smart Gateway (Article No. 19000)
15 model = "GARDENA smart Gateway (Article No. 19000)";
16 compatible = "gardena,smart-gateway-at91sam", "atmel,at91sam9g25", "atmel,at91sam9x5",
A DMakefile55 at91sam9g25-gardena-smart-gateway.dtb \
/linux/Documentation/devicetree/bindings/sound/
A Dqcom,wsa881x.yaml13 WSA8810 is a class-D smart speaker amplifier and WSA8815
14 is a high-output power class-D smart speaker amplifier.
A Dqcom,wsa8840.yaml7 title: Qualcomm WSA8840/WSA8845/WSA8845H smart speaker amplifier
14 WSA884X is a family of Qualcomm Aqstic smart speaker amplifiers using
A Dqcom,wsa883x.yaml8 smart speaker amplifier
14 WSA883X is the Qualcomm Aqstic smart speaker amplifier
A Dawinic,aw88395.yaml15 smart boost convert.
/linux/tools/testing/nvdimm/test/
A Dnfit.c211 struct nd_intel_smart *smart; member
713 if (buf_len < sizeof(*smart)) in nfit_test_cmd_smart()
715 memcpy(smart, smart_data, sizeof(*smart)); in nfit_test_cmd_smart()
738 smart->ctrl_temperature); in smart_notify()
740 && smart->spares in smart_notify()
805 smart->shutdown_state = 1; in nfit_test_cmd_smart_inject()
806 smart->shutdown_count++; in nfit_test_cmd_smart_inject()
808 smart->shutdown_state = 0; in nfit_test_cmd_smart_inject()
1463 &t->smart[i]); in nfit_test_ctl()
1474 &t->smart[i], in nfit_test_ctl()
[all …]
/linux/Documentation/driver-api/serial/
A Dserial-iso7816.rst9 also known as smart cards.
15 handling communication with a smart card.
/linux/arch/arc/kernel/
A Dsetup.c297 int ap_num, ap_full, smart, rtt, n; in arc_cpu_mumbojumbo() local
339 smart = bcr.ver ? 1 : 0; in arc_cpu_mumbojumbo()
344 if (ap.ver | smart | rtt) { in arc_cpu_mumbojumbo()
346 IS_AVAIL1(smart, "smaRT "), in arc_cpu_mumbojumbo()
/linux/arch/mips/boot/dts/ralink/
A Dgardena_smart_gateway_mt7688.dts14 compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
16 model = "GARDENA smart Gateway (MT7688)";
/linux/drivers/ata/
A Dpata_it821x.c87 unsigned int smart:1, /* Are we in smart raid mode */ member
587 if (itdev->smart) in it821x_check_atapi_dma()
756 itdev->smart = 1; in it821x_port_start()
776 if (!itdev->smart) in it821x_port_start()
/linux/Documentation/devicetree/bindings/power/supply/
A Dsbs,sbs-charger.yaml13 Charger compatible with the smart battery system specifications
A Dsbs,sbs-battery.yaml13 Battery compatible with the smart battery system specifications
/linux/Documentation/devicetree/bindings/iio/imu/
A Dbosch,bno055.yaml15 https://www.bosch-sensortec.com/products/smart-sensors/bno055/
/linux/Documentation/devicetree/bindings/iio/dac/
A Dadi,ad5421.yaml14 AD5421 is designed for us in loop-powered, 4 mA to 20 mA smart transmitter
/linux/Documentation/devicetree/bindings/arm/
A Datmel-at91.yaml45 - gardena,smart-gateway-at91sam # GARDENA smart Gateway (Article No. 19000)
A Darm,corstone1000.yaml21 a secure SoC for a range of rich IoT applications, for example gateways, smart
/linux/Documentation/devicetree/bindings/mips/
A Dralink.yaml74 - gardena,smart-gateway-mt7688
/linux/Documentation/devicetree/bindings/mfd/
A Dnxp,bbnsm.yaml20 a PMIC or other voltage regulator device. both smart PMIC mode and
A Dmaxim,max5970.yaml13 The smart switch provides no output regulation, but independent fault protection
/linux/Documentation/leds/
A Dleds-mt6370-rgb.rst12 includes a smart LED string controller and it can drive 3 channels of LEDs with
/linux/Documentation/hwmon/
A Dlm93.rst68 (i.e. smart tachometer mode). It also adds measurement and control support
130 output of the fan is corrupted. The LM93 includes smart tachometer
132 achieved despite the signal corruption. In smart tach mode all
299 fan<n>_smart_tach enable or disable smart tach mode
/linux/Documentation/devicetree/bindings/iio/proximity/
A Dsemtech,sx9310.yaml16 https://www.semtech.com/products/smart-sensing/sar-sensors/sx9310
/linux/Documentation/input/devices/
A Delantech.rst186 E: 1 = enable smart edges unconditionally
187 S: 1 = enable smart edges only when dragging
228 smart edge cursor speed (0x02 = slow, 0x03 = medium, 0x04 = fast)
232 smart edge activation area width?
/linux/drivers/acpi/nfit/
A Dcore.c1720 struct nd_intel_smart smart = { 0 }; in nfit_intel_shutdown_status() local
1741 if (!out_obj || out_obj->buffer.length < sizeof(smart)) { in nfit_intel_shutdown_status()
1747 memcpy(&smart, out_obj->buffer.pointer, sizeof(smart)); in nfit_intel_shutdown_status()
1750 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_VALID) { in nfit_intel_shutdown_status()
1751 if (smart.shutdown_state) in nfit_intel_shutdown_status()
1755 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_COUNT_VALID) { in nfit_intel_shutdown_status()
1757 nfit_mem->dirty_shutdown = smart.shutdown_count; in nfit_intel_shutdown_status()

Completed in 48 milliseconds

123