Searched refs:pwm_type_s (Results 1 – 1 of 1) sorted by relevance
51 const char *pwm_type_s; in atmel_classd_dt_init() local63 ret = of_property_read_string(np, "atmel,pwm-type", &pwm_type_s); in atmel_classd_dt_init()64 if ((ret == 0) && (strcmp(pwm_type_s, "diff") == 0)) in atmel_classd_dt_init()