/kernel/linux/linux-5.10/tools/testing/nvdimm/test/ |
H A D | nfit.c | 214 struct nd_intel_smart *smart; member 713 static int nfit_test_cmd_smart(struct nd_intel_smart *smart, unsigned int buf_len, in nfit_test_cmd_smart() argument 716 if (buf_len < sizeof(*smart)) in nfit_test_cmd_smart() 718 memcpy(smart, smart_data, sizeof(*smart)); in nfit_test_cmd_smart() 734 struct device *dimm_dev, struct nd_intel_smart *smart, in smart_notify() 739 smart->spares, thresh->media_temperature, in smart_notify() 740 smart->media_temperature, thresh->ctrl_temperature, in smart_notify() 741 smart->ctrl_temperature); in smart_notify() 743 && smart in smart_notify() 733 smart_notify(struct device *bus_dev, struct device *dimm_dev, struct nd_intel_smart *smart, struct nd_intel_smart_threshold *thresh) smart_notify() argument 759 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 778 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...] |
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/ |
H A D | nfit.c | 211 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() 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() 730 smart_notify(struct device *bus_dev, struct device *dimm_dev, struct nd_intel_smart *smart, struct nd_intel_smart_threshold *thresh) smart_notify() argument 756 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 775 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...] |
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | it821x.c | 12 * modes. In pass through mode then it is an IDE controller. In its smart 24 * o If you write LBA48 sized I/O's (ie > 256 sector) in smart mode 31 * - In smart mode the clocking set up is done by the controller generally 36 * Vendor areas of the identify block in smart mode are used for the 42 * just another IDE controller. If the smart mode is running then 52 * matters in smart mode. ATAPI DMA is not currently supported. 54 * It seems the smart mode is a win for RAID1/RAID10 but otherwise not. 75 unsigned int smart:1, /* Are we in smart raid mode */ member 447 if (!itdev->smart) { in it821x_quirkproc() [all...] |
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_it821x.c | 23 * modes. In pass through mode then it is an IDE controller. In its smart 35 * o If you write LBA48 sized I/O's (ie > 256 sector) in smart mode 42 * - In smart mode the clocking set up is done by the controller generally 47 * Vendor areas of the identify block in smart mode are used for the 53 * just another IDE controller. If the smart mode is running then 63 * matters in smart mode. ATAPI DMA is not currently supported. 65 * It seems the smart mode is a win for RAID1/RAID10 but otherwise not. 87 unsigned int smart:1, /* Are we in smart raid mode */ member 520 /* No HPA in 'smart' mod in it821x_dev_config() [all...] |
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | setup.c | 297 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()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_it821x.c | 23 * modes. In pass through mode then it is an IDE controller. In its smart 35 * o If you write LBA48 sized I/O's (ie > 256 sector) in smart mode 42 * - In smart mode the clocking set up is done by the controller generally 47 * Vendor areas of the identify block in smart mode are used for the 53 * just another IDE controller. If the smart mode is running then 63 * matters in smart mode. ATAPI DMA is not currently supported. 65 * It seems the smart mode is a win for RAID1/RAID10 but otherwise not. 87 unsigned int smart:1, /* Are we in smart raid mode */ member 523 /* No HPA in 'smart' mod in it821x_dev_config() [all...] |
/kernel/linux/linux-6.6/arch/arm/boot/dts/microchip/ |
H A D | Makefile | 53 at91sam9g25-gardena-smart-gateway.dtb \
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/arm/microchip/ |
H A D | Makefile | 53 at91sam9g25-gardena-smart-gateway.dtb \
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | setup.c | 239 cpu->extn.smart = bcr.ver ? 1 : 0; in read_arc_build_cfg_regs() 352 if (cpu->extn.ap_num | cpu->extn.smart | cpu->extn.rtt) { in arc_extn_mumbojumbo() 354 IS_AVAIL1(cpu->extn.smart, "smaRT "), in arc_extn_mumbojumbo()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | arcregs.h | 339 ap_num:4, ap_full:1, smart:1, rtt:1, pad3:1, member
|
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
H A D | core.c | 1787 struct nd_intel_smart smart = { 0 }; in nfit_intel_shutdown_status() local 1809 || out_obj->buffer.length < sizeof(smart)) { in nfit_intel_shutdown_status() 1815 memcpy(&smart, out_obj->buffer.pointer, sizeof(smart)); in nfit_intel_shutdown_status() 1818 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_VALID) { in nfit_intel_shutdown_status() 1819 if (smart.shutdown_state) in nfit_intel_shutdown_status() 1823 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_COUNT_VALID) { in nfit_intel_shutdown_status() 1825 nfit_mem->dirty_shutdown = smart.shutdown_count; in nfit_intel_shutdown_status()
|
/kernel/linux/linux-6.6/drivers/acpi/nfit/ |
H A D | core.c | 1720 struct nd_intel_smart smart = { 0 }; in nfit_intel_shutdown_status() local 1742 || out_obj->buffer.length < sizeof(smart)) { in nfit_intel_shutdown_status() 1748 memcpy(&smart, out_obj->buffer.pointer, sizeof(smart)); in nfit_intel_shutdown_status() 1751 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_VALID) { in nfit_intel_shutdown_status() 1752 if (smart.shutdown_state) in nfit_intel_shutdown_status() 1756 if (smart.flags & ND_INTEL_SMART_SHUTDOWN_COUNT_VALID) { in nfit_intel_shutdown_status() 1758 nfit_mem->dirty_shutdown = smart.shutdown_count; in nfit_intel_shutdown_status()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A 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()
|
H A 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()
|