[go: nahoru, domu]

Searched refs:check_mode (Results 1 - 9 of 9) sorted by relevance

/drivers/md/
H A Dfaulty.c94 static int check_mode(struct faulty_conf *conf, int mode) function
191 if (check_mode(conf, WritePersistent)) {
196 if (check_mode(conf, WriteTransient))
203 if (check_mode(conf, ReadTransient))
205 if (check_mode(conf, ReadPersistent)) {
210 if (check_mode(conf, ReadFixable)) {
/drivers/gpu/drm/tegra/
H A Ddrm.h181 int (*check_mode)(struct tegra_output *output, member in struct:tegra_output_ops
251 if (output && output->ops && output->ops->check_mode)
252 return output->ops->check_mode(output, mode, status);
H A Drgb.c215 .check_mode = tegra_output_rgb_check_mode,
H A Ddsi.c683 .check_mode = tegra_output_dsi_check_mode,
H A Dhdmi.c1106 .check_mode = tegra_output_hdmi_check_mode,
H A Dsor.c1169 .check_mode = tegra_output_sor_check_mode,
/drivers/gpu/drm/exynos/
H A Dexynos_drm_connector.c107 if (display->ops->check_mode)
108 if (!display->ops->check_mode(display, mode))
H A Dexynos_drm_drv.h134 * @check_mode: check if mode is valid or not.
149 int (*check_mode)(struct exynos_drm_display *display, member in struct:exynos_drm_display_ops
/drivers/media/v4l2-core/
H A Dtuner-core.c730 * check_mode - Verify if tuner supports the requested mode
743 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) function
771 if (check_mode(t, mode) == -EINVAL) {
1141 if (check_mode(t, f->type) == -EINVAL)
1173 if (check_mode(t, vt->type) == -EINVAL)

Completed in 110 milliseconds