Home
last modified time | relevance | path

Searched refs:sub_component_type (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/lenovo/
H A Dwmi-capdata.c363 enum lwmi_cd_type sub_component_type) in lwmi_cd_sub_master_add() argument
372 if (sub_component_type == CD_TYPE_NONE) { in lwmi_cd_sub_master_add()
384 (void *)&lwmi_cd_table[sub_component_type].type); in lwmi_cd_sub_master_add()
730 enum lwmi_cd_type sub_component_type = LENOVO_FAN_TEST_DATA; in lwmi_cd_probe() local
736 sub_component_type = CD_TYPE_NONE; in lwmi_cd_probe()
740 ret = lwmi_cd_sub_master_add(priv, sub_component_type); in lwmi_cd_probe()