Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dimx_thermal.c215 const struct thermal_soc_data *socdata; member
222 const struct thermal_soc_data *soc_data = data->socdata; in imx_set_panic_temp()
238 const struct thermal_soc_data *soc_data = data->socdata; in imx_set_alarm_temp()
243 if (data->socdata->version == TEMPMON_IMX7D) in imx_set_alarm_temp()
257 const struct thermal_soc_data *soc_data = data->socdata; in imx_get_temp()
276 if (data->socdata->version == TEMPMON_IMX7D) in imx_get_temp()
282 if (data->socdata->version == TEMPMON_IMX6Q) { in imx_get_temp()
386 if (data->socdata->version == TEMPMON_IMX7D) { in imx_init_calib()
607 data->socdata = of_device_get_match_data(dev); in imx_thermal_probe()
608 if (!data->socdata) { in imx_thermal_probe()
[all …]
/linux/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c41 const struct uniphier_pinctrl_socdata *socdata; member
49 return priv->socdata->groups_count; in uniphier_pctl_get_groups_count()
57 return priv->socdata->groups[selector].name; in uniphier_pctl_get_group_name()
67 *pins = priv->socdata->groups[selector].pins; in uniphier_pctl_get_group_pins()
68 *num_pins = priv->socdata->groups[selector].num_pins; in uniphier_pctl_get_group_pins()
296 if (priv->socdata->caps & UNIPHIER_PINCTRL_CAPS_PERPIN_IECTRL) in uniphier_conf_pin_input_enable_get()
468 if (!(priv->socdata->caps & UNIPHIER_PINCTRL_CAPS_PERPIN_IECTRL) && in uniphier_conf_pin_input_enable()
476 if (priv->socdata->caps & UNIPHIER_PINCTRL_CAPS_PERPIN_IECTRL) in uniphier_conf_pin_input_enable()
531 const unsigned *pins = priv->socdata->groups[selector].pins; in uniphier_conf_pin_config_group_set()
532 unsigned num_pins = priv->socdata->groups[selector].num_pins; in uniphier_conf_pin_config_group_set()
[all …]
H A Dpinctrl-uniphier.h184 const struct uniphier_pinctrl_socdata *socdata);