Home
last modified time | relevance | path

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

12

/Linux-v5.4/tools/testing/nvdimm/test/
Dnfit.c210 struct nd_intel_smart *smart; member
708 static int nfit_test_cmd_smart(struct nd_intel_smart *smart, unsigned int buf_len, in nfit_test_cmd_smart() argument
711 if (buf_len < sizeof(*smart)) in nfit_test_cmd_smart()
713 memcpy(smart, smart_data, sizeof(*smart)); in nfit_test_cmd_smart()
729 struct device *dimm_dev, struct nd_intel_smart *smart, in smart_notify() argument
734 smart->spares, thresh->media_temperature, in smart_notify()
735 smart->media_temperature, thresh->ctrl_temperature, in smart_notify()
736 smart->ctrl_temperature); in smart_notify()
738 && smart->spares in smart_notify()
741 && smart->media_temperature in smart_notify()
[all …]
/Linux-v5.4/drivers/ide/
Dit821x.c75 unsigned int smart:1, /* Are we in smart raid mode */ member
447 if (!itdev->smart) { in it821x_quirkproc()
543 idev->smart = 1; in init_hwif_it821x()
567 if (idev->smart == 0) in init_hwif_it821x()
572 if (idev->smart == 0) { in init_hwif_it821x()
/Linux-v5.4/Documentation/driver-api/serial/
Dserial-iso7816.rst9 also known as smart cards.
15 handling communication with a smart card.
/Linux-v5.4/drivers/ata/
Dpata_it821x.c87 unsigned int smart:1, /* Are we in smart raid mode */ member
585 if (itdev->smart) in it821x_check_atapi_dma()
753 itdev->smart = 1; in it821x_port_start()
773 if (!itdev->smart) in it821x_port_start()
/Linux-v5.4/arch/arc/kernel/
Dsetup.c241 cpu->extn.smart = bcr.ver ? 1 : 0; in read_arc_build_cfg_regs()
354 if (cpu->extn.ap_num | cpu->extn.smart | cpu->extn.rtt) { in arc_extn_mumbojumbo()
356 IS_AVAIL1(cpu->extn.smart, "smaRT "), in arc_extn_mumbojumbo()
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/
Dsbs,sbs-manager.txt16 four smart battery devices at address 0xb. The driver actually implements this
Dbattery.txt4 In smart batteries, these are typically stored in non-volatile memory
/Linux-v5.4/Documentation/hwmon/
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-v5.4/arch/arc/include/asm/
Darcregs.h311 ap_num:4, ap_full:1, smart:1, rtt:1, pad3:1, member
/Linux-v5.4/Documentation/input/devices/
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-v5.4/drivers/acpi/nfit/
Dcore.c1772 struct nd_intel_smart smart = { 0 }; in nfit_intel_shutdown_status() local
1794 || out_obj->buffer.length < sizeof(smart)) { in nfit_intel_shutdown_status()
1800 memcpy(&smart, out_obj->buffer.pointer, sizeof(smart)); in nfit_intel_shutdown_status()
1803 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_VALID) { in nfit_intel_shutdown_status()
1804 if (smart.shutdown_state) in nfit_intel_shutdown_status()
1808 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_COUNT_VALID) { in nfit_intel_shutdown_status()
1810 nfit_mem->dirty_shutdown = smart.shutdown_count; in nfit_intel_shutdown_status()
/Linux-v5.4/Documentation/x86/i386/
DIO-APIC.rst118 Use smart trial-and-error techniques to find out the correct pirq line ...
/Linux-v5.4/drivers/i2c/
DKconfig35 such as smart batteries through an I2C host controller driver.
/Linux-v5.4/Documentation/scsi/
Dufs.txt26 devices such as smart phones and tablet computers. The specification
DFlashPoint.txt125 including smart termination and a flash PROM for easy firmware updates, and
/Linux-v5.4/Documentation/media/dvb-drivers/
Dci.rst114 #define CA_SC 128 /* simple smart card interface */
/Linux-v5.4/arch/arm/boot/dts/
Dtegra20-seaboard.dts396 smart-battery@b {
397 compatible = "ti,bq20z75", "smart-battery-1.1";
/Linux-v5.4/Documentation/media/uapi/dvb/
Dintro.rst91 the user has access (controlled by the smart card) are decoded in
/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/
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()
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-v5.4/Documentation/admin-guide/
Dreporting-bugs.rst80 http://www.catb.org/esr/faqs/smart-questions.html
/Linux-v5.4/fs/affs/
DChanges210 be smart about them, but the result is worth the
/Linux-v5.4/drivers/power/supply/
DKconfig232 smart battery driver to its ports.
270 smart battery with embedded NVM/flash.
/Linux-v5.4/Documentation/sound/soc/
Ddpcm.rst45 This diagram shows a simple smart phone audio subsystem. It supports Bluetooth,
/Linux-v5.4/drivers/usb/gadget/
DKconfig283 supported by firmware for smart network devices.

12