Searched defs:get_mode (Results 1 - 2 of 2) sorted by relevance

/drivers/regulator/
H A Dwm8350-regulator.c907 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) function
931 mode = get_mode(output_uA, dcdc1_6_efficiency);
935 mode = get_mode(output_uA, dcdc3_4_efficiency);
952 .get_mode = wm8350_dcdc_get_mode,
977 .get_mode = wm8350_ldo_get_mode,
/drivers/md/
H A Ddm-ioctl.c1207 static inline fmode_t get_mode(struct dm_ioctl *param) function
1279 r = dm_table_create(&t, get_mode(param), param->target_count, md);

Completed in 189 milliseconds