Searched refs:power_status (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/usb/typec/tipd/ |
D | trace.h | 144 #define show_power_status_source_sink(power_status) \ argument 145 __print_symbolic(TPS_POWER_STATUS_SOURCESINK(power_status), \ 149 #define show_power_status_typec_status(power_status) \ argument 150 __print_symbolic(TPS_POWER_STATUS_PWROPMODE(power_status), \ 156 #define show_power_status_bc12_status(power_status) \ argument 157 __print_symbolic(TPS_POWER_STATUS_BC12_STATUS(power_status), \ 261 TP_PROTO(u16 power_status), 262 TP_ARGS(power_status), 265 __field(u16, power_status) 269 __entry->power_status = power_status; [all …]
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | events.c | 276 u8 power_status; in mlx5_pcie_event() local 287 power_status = MLX5_GET(mpein_reg, out, pwr_status); in mlx5_pcie_event() 290 switch (power_status) { in mlx5_pcie_event()
|
/Linux-v6.6/drivers/misc/ |
D | enclosure.c | 140 edev->component[i].power_status = -1; in enclosure_register() 592 if (ecomp->power_status == -1) in get_component_power_status() 595 return sysfs_emit(buf, "%s\n", ecomp->power_status ? "on" : "off"); in get_component_power_status() 651 static DEVICE_ATTR(power_status, S_IRUGO | S_IWUSR, get_component_power_status,
|
/Linux-v6.6/drivers/pci/hotplug/ |
D | pnv_php.c | 449 uint8_t power_status = OPAL_PCI_SLOT_POWER_ON; in pnv_php_enable() local 490 ret = pnv_php_get_power_state(slot, &power_status); in pnv_php_enable() 494 if (power_status != OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable() 499 ret = pnv_php_get_power_state(slot, &power_status); in pnv_php_enable() 503 if (power_status == OPAL_PCI_SLOT_POWER_ON) in pnv_php_enable()
|
D | pci_hotplug_core.c | 62 GET_STATUS(power_status, u8) in GET_STATUS() argument
|
/Linux-v6.6/include/linux/ |
D | enclosure.h | 95 int power_status; member
|
/Linux-v6.6/drivers/hwmon/ |
D | dell-smm-hwmon.c | 113 static bool power_status; variable 114 module_param(power_status, bool, 0600); 115 MODULE_PARM_DESC(power_status, "Report power status in /proc/i8k (default: 0)"); 548 if (power_status) in i8k_proc_show()
|
/Linux-v6.6/drivers/scsi/ |
D | ses.c | 365 ecomp->power_status = 0; in ses_get_power_status() 371 ecomp->power_status = (desc[3] & 0x10) ? 0 : 1; in ses_get_power_status() 402 ecomp->power_status = val; in ses_set_power_status()
|
/Linux-v6.6/drivers/usb/typec/tcpm/ |
D | tcpci_maxim_core.c | 433 u8 power_status; in max_tcpci_probe() local 449 ret = max_tcpci_read8(chip, TCPC_POWER_STATUS, &power_status); in max_tcpci_probe()
|
/Linux-v6.6/Documentation/hwmon/ |
D | dell-smm-hwmon.rst | 121 * power_status:bool 170 ``power_status=1`` parameter to insmod. If AC status is not
|
/Linux-v6.6/drivers/mfd/ |
D | rave-sp.c | 141 u8 power_status; member
|
/Linux-v6.6/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1041 dell_smm_hwmon.power_status=
|