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

/drivers/md/
H A Ddm-ioctl.c1153 static inline fmode_t get_mode(struct dm_ioctl *param) function
1225 r = dm_table_create(&t, get_mode(param), param->target_count, md);
/drivers/regulator/
H A Dwm8350-regulator.c1163 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) function
1187 mode = get_mode(output_uA, dcdc1_6_efficiency);
1191 mode = get_mode(output_uA, dcdc3_4_efficiency);
1232 .get_mode = wm8350_dcdc_get_mode,
1257 .get_mode = wm8350_ldo_get_mode,

Completed in 138 milliseconds