Searched refs:check_mode (Results 1 – 5 of 5) sorted by relevance
/drivers/md/ |
D | faulty.c | 94 static int check_mode(struct faulty_conf *conf, int mode) in check_mode() function 190 if (check_mode(conf, WritePersistent)) { in make_request() 194 if (check_mode(conf, WriteTransient)) in make_request() 200 if (check_mode(conf, ReadTransient)) in make_request() 202 if (check_mode(conf, ReadPersistent)) { in make_request() 206 if (check_mode(conf, ReadFixable)) { in make_request()
|
/drivers/gpu/host1x/drm/ |
D | drm.h | 181 int (*check_mode)(struct tegra_output *output, member 246 if (output && output->ops && output->ops->check_mode) in tegra_output_check_mode() 247 return output->ops->check_mode(output, mode, status); in tegra_output_check_mode()
|
D | rgb.c | 133 .check_mode = tegra_output_rgb_check_mode,
|
D | hdmi.c | 900 .check_mode = tegra_output_hdmi_check_mode,
|
/drivers/media/v4l2-core/ |
D | tuner-core.c | 743 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode() function 771 if (check_mode(t, mode) == -EINVAL) { in set_mode() 1141 if (check_mode(t, f->type) == -EINVAL) in tuner_g_frequency() 1173 if (check_mode(t, vt->type) == -EINVAL) in tuner_g_tuner()
|