Home
last modified time | relevance | path

Searched refs:hbm_f_dc_supported (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/mei/
H A Ddebugfs.c100 seq_printf(m, "\tDC: %01d\n", dev->hbm_f_dc_supported); in mei_dbgfs_devstate_show()
H A Dhbm.c375 req.flags |= dev->hbm_f_dc_supported ? MEI_HBM_ENUM_F_ALLOW_ADD : 0; in mei_hbm_enum_clients_req()
1040 dev->hbm_f_dc_supported = 0; in mei_hbm_config_features()
1042 dev->hbm_f_dc_supported = 1; in mei_hbm_config_features()
H A Dmei_dev.h444 * @hbm_f_dc_supported : hbm feature dynamic clients
531 unsigned int hbm_f_dc_supported:1; member
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Ddebugfs.c114 seq_printf(m, "\tDC: %01d\n", dev->hbm_f_dc_supported); in mei_dbgfs_devstate_show()
H A Dhbm.c381 req.flags |= dev->hbm_f_dc_supported ? MEI_HBM_ENUM_F_ALLOW_ADD : 0; in mei_hbm_enum_clients_req()
1165 dev->hbm_f_dc_supported = 0; in mei_hbm_config_features()
1167 dev->hbm_f_dc_supported = 1; in mei_hbm_config_features()
H A Dmei_dev.h500 * @hbm_f_dc_supported : hbm feature dynamic clients
593 unsigned int hbm_f_dc_supported:1; member

Completed in 10 milliseconds