| /Linux-v5.4/tools/testing/nvdimm/test/ |
| D | nfit.c | 210 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/ |
| D | it821x.c | 75 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/ |
| D | serial-iso7816.rst | 9 also known as smart cards. 15 handling communication with a smart card.
|
| /Linux-v5.4/drivers/ata/ |
| D | pata_it821x.c | 87 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/ |
| D | setup.c | 241 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/ |
| D | sbs,sbs-manager.txt | 16 four smart battery devices at address 0xb. The driver actually implements this
|
| D | battery.txt | 4 In smart batteries, these are typically stored in non-volatile memory
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | lm93.rst | 68 (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/ |
| D | arcregs.h | 311 ap_num:4, ap_full:1, smart:1, rtt:1, pad3:1, member
|
| /Linux-v5.4/Documentation/input/devices/ |
| D | elantech.rst | 186 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/ |
| D | core.c | 1772 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/ |
| D | IO-APIC.rst | 118 Use smart trial-and-error techniques to find out the correct pirq line ...
|
| /Linux-v5.4/drivers/i2c/ |
| D | Kconfig | 35 such as smart batteries through an I2C host controller driver.
|
| /Linux-v5.4/Documentation/scsi/ |
| D | ufs.txt | 26 devices such as smart phones and tablet computers. The specification
|
| D | FlashPoint.txt | 125 including smart termination and a flash PROM for easy firmware updates, and
|
| /Linux-v5.4/Documentation/media/dvb-drivers/ |
| D | ci.rst | 114 #define CA_SC 128 /* simple smart card interface */
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | tegra20-seaboard.dts | 396 smart-battery@b { 397 compatible = "ti,bq20z75", "smart-battery-1.1";
|
| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | intro.rst | 91 the user has access (controlled by the smart card) are decoded in
|
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ |
| D | rt73usb.c | 750 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()
|
| D | rt61pci.c | 778 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/ |
| D | reporting-bugs.rst | 80 http://www.catb.org/esr/faqs/smart-questions.html
|
| /Linux-v5.4/fs/affs/ |
| D | Changes | 210 be smart about them, but the result is worth the
|
| /Linux-v5.4/drivers/power/supply/ |
| D | Kconfig | 232 smart battery driver to its ports. 270 smart battery with embedded NVM/flash.
|
| /Linux-v5.4/Documentation/sound/soc/ |
| D | dpcm.rst | 45 This diagram shows a simple smart phone audio subsystem. It supports Bluetooth,
|
| /Linux-v5.4/drivers/usb/gadget/ |
| D | Kconfig | 283 supported by firmware for smart network devices.
|