Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/memory/
Demif.c602 const struct emif_custom_configs *custom_configs, bool cs1_used, in get_temp_alert_config() argument
607 if (custom_configs && (custom_configs->mask & in get_temp_alert_config()
609 interval = custom_configs->temp_alert_poll_interval_ms; in get_temp_alert_config()
757 struct emif_custom_configs *cust_cfgs = emif->plat_data->custom_configs; in get_pwr_mgmt_ctrl()
957 struct emif_custom_configs *custom_configs; in handle_temp_alert() local
970 custom_configs = emif->plat_data->custom_configs; in handle_temp_alert()
976 if (custom_configs && !(custom_configs->mask & in handle_temp_alert()
1168 emif->plat_data->custom_configs, device_info->cs1_used, in emif_onetime_settings()
1307 emif->plat_data->custom_configs = cust_cfgs; in of_get_custom_configs()
1488 cust_cfgs = pd->custom_configs; in get_device_details()
[all …]
/Linux-v4.19/include/linux/platform_data/
Demif_plat.h123 struct emif_custom_configs *custom_configs; member