Home
last modified time | relevance | path

Searched refs:chp_info (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchp.c44 static struct sclp_chp_info chp_info; variable
631 /* Force chp_info refresh on next call to info_validate(). */
639 /* Ensure that chp_info is up-to-date. */
648 rc = sclp_chp_read_info(&chp_info); in info_update()
674 if (!chp_test_bit(chp_info.recognized, bit)) in chp_info_get_status()
676 else if (chp_test_bit(chp_info.configured, bit)) in chp_info_get_status()
678 else if (chp_test_bit(chp_info.standby, bit)) in chp_info_get_status()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dchp.c44 static struct sclp_chp_info chp_info; variable
646 /* Force chp_info refresh on next call to info_validate(). */
654 /* Ensure that chp_info is up-to-date. */
663 rc = sclp_chp_read_info(&chp_info); in info_update()
689 if (!chp_test_bit(chp_info.recognized, bit)) in chp_info_get_status()
691 else if (chp_test_bit(chp_info.configured, bit)) in chp_info_get_status()
693 else if (chp_test_bit(chp_info.standby, bit)) in chp_info_get_status()
/kernel/linux/linux-5.10/drivers/visorbus/
H A Dvbuschannel.h82 * @chp_info: Describes client chipset device and driver.
90 struct visor_vbus_deviceinfo chp_info; member
H A Dvisorbus_main.c455 offsetof(struct visor_vbus_channel, chp_info), in bus_info_debugfs_show()
741 * visor_vbus_channel.chp_info

Completed in 5 milliseconds