Home
last modified time | relevance | path

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

12

/linux/arch/arm/boot/dts/microchip/ !
H 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",
/linux/tools/testing/nvdimm/test/ !
H A Dnfit.c211 struct nd_intel_smart *smart; member
710 static int nfit_test_cmd_smart(struct nd_intel_smart *smart, unsigned int buf_len, in nfit_test_cmd_smart() argument
713 if (buf_len < sizeof(*smart)) in nfit_test_cmd_smart()
715 memcpy(smart, smart_data, sizeof(*smart)); in nfit_test_cmd_smart()
731 struct device *dimm_dev, struct nd_intel_smart *smart, in smart_notify() argument
736 smart->spares, thresh->media_temperature, in smart_notify()
737 smart->media_temperature, thresh->ctrl_temperature, in smart_notify()
738 smart->ctrl_temperature); in smart_notify()
740 && smart in smart_notify()
760 nfit_test_cmd_smart_set_threshold(struct nd_intel_smart_set_threshold * in,unsigned int buf_len,struct nd_intel_smart_threshold * thresh,struct nd_intel_smart * smart,struct device * bus_dev,struct device * dimm_dev) nfit_test_cmd_smart_set_threshold() argument
779 nfit_test_cmd_smart_inject(struct nd_intel_smart_inject * inj,unsigned int buf_len,struct nd_intel_smart_threshold * thresh,struct nd_intel_smart * smart,struct device * bus_dev,struct device * dimm_dev) nfit_test_cmd_smart_inject() argument
[all...]
/linux/Documentation/driver-api/serial/ !
H A Dserial-iso7816.rst9 also known as smart cards.
15 handling communication with a smart card.
/linux/arch/arc/kernel/ !
H 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/ !
H A Dgardena_smart_gateway_mt7688.dts14 compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
16 model = "GARDENA smart Gateway (MT7688)";
/linux/Documentation/ABI/testing/ !
H A Dsysfs-class-power-gaokun6 This entry allows configuration of smart charging delay.
/linux/drivers/platform/mellanox/ !
H A DKconfig36 which are the part of SN4280 Ethernet smart switch systems
41 If you have a Nvidia smart switch system, say Y or M here.
/linux/Documentation/leds/ !
H A Dleds-mt6370-rgb.rst12 includes a smart LED string controller and it can drive 3 channels of LEDs with
/linux/Documentation/hwmon/ !
H 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/input/devices/ !
H 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/ !
H A Dcore.c1725 struct nd_intel_smart smart = { 0 }; in nfit_intel_shutdown_status() local
1746 if (!out_obj || out_obj->buffer.length < sizeof(smart)) { in nfit_intel_shutdown_status()
1752 memcpy(&smart, out_obj->buffer.pointer, sizeof(smart)); in nfit_intel_shutdown_status()
1755 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_VALID) { in nfit_intel_shutdown_status()
1756 if (smart.shutdown_state) in nfit_intel_shutdown_status()
1760 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_COUNT_VALID) { in nfit_intel_shutdown_status()
1762 nfit_mem->dirty_shutdown = smart.shutdown_count; in nfit_intel_shutdown_status()
/linux/rust/pin-init/ !
H A DREADME.md54 [`Box<T>`] or any other smart pointer that supports this library).
96 `foo` now is of the type [`impl PinInit<Foo>`]. We can now use any smart pointer that we like
/linux/Documentation/userspace-api/media/dvb/ !
H A Dca_high_level.rst43 #define CA_SC 128 /* simple smart card interface */
H A Dintro.rst84 the user has access (controlled by the smart card) are decoded in
/linux/Documentation/arch/x86/i386/ !
H A DIO-APIC.rst118 Use smart trial-and-error techniques to find out the correct pirq line ...
/linux/drivers/i2c/ !
H A DKconfig35 such as smart batteries through an I2C host controller driver.
/linux/Documentation/driver-api/ !
H A Dextcon.rst47 In a smart TV, Extcon can manage multiple HDMI ports, detecting when
/linux/Documentation/admin-guide/mm/ !
H A Dksm.rst163 not take into account historic information. When smart scan is
208 how many pages did the "smart" page scanning algorithm skip
/linux/Documentation/scsi/ !
H A Dufs.rst30 devices such as smart phones and tablet computers. The specification
H A DFlashPoint.rst138 including smart termination and a flash PROM for easy firmware updates, and
/linux/drivers/net/wireless/ralink/rt2x00/ !
H A Drt73usb.c750 u8 smart; in rt73usb_config_channel() local
755 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)); in rt73usb_config_channel()
758 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, smart); in rt73usb_config_channel()
H A Drt61pci.c778 u8 smart; in rt61pci_config_channel() local
783 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527)); in rt61pci_config_channel()
786 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, smart); in rt61pci_config_channel()
/linux/Documentation/translations/zh_CN/admin-guide/ !
H A Dreporting-issues.rst209 以明智的方式提问 <http://www.catb.org/esr/faqs/smart-questions.html>`_ ,
/linux/Documentation/translations/zh_TW/admin-guide/ !
H A Dreporting-issues.rst210 以明智的方式提問 <http://www.catb.org/esr/faqs/smart-questions.html>`_ ,
/linux/fs/affs/ !
H A DChanges210 be smart about them, but the result is worth the

12