Home
last modified time | relevance | path

Searched refs:check_config (Results 1 – 8 of 8) sorted by relevance

/linux/tools/usb/
H A Dhcd-tests.sh70 check_config () function
123 check_config sink-src
154 check_config sink-src
181 check_config sink-src
207 check_config sink-src
258 check_config loopback
/linux/tools/testing/selftests/mm/
H A DMakefile264 local_config.mk local_config.h: check_config.sh
266 $(Q)CC="$(CC)" CFLAGS="$(CFLAGS)" ./check_config.sh
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1144 if (dc->check_config.max_optimizable_video_width == 0) in dc_construct()
1145 dc->check_config.max_optimizable_video_width = 5120; in dc_construct()
2920 const struct dc_check_config *check_config, in get_scaling_info_update_type() argument
2955 if (u->scaling_info->src_rect.width > (int)check_config->max_optimizable_video_width && in get_scaling_info_update_type()
2976 const struct dc_check_config *check_config, in det_surface_update() argument
2993 inner_type = get_scaling_info_update_type(check_config, u); in det_surface_update()
3085 if (check_config->enable_legacy_fast_update && in det_surface_update()
3122 const struct dc_check_config *check_config, in check_update_surfaces_for_stream() argument
3130 …if (check_config->deferred_transition_state && !check_config->transition_countdown_to_steady_state… in check_update_surfaces_for_stream()
3153 if (check_config->enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream()
[all …]
/linux/drivers/input/touchscreen/
H A Dgoodix.c73 .check_config = goodix_check_cfg_16,
80 .check_config = goodix_check_cfg_8,
87 .check_config = goodix_check_cfg_8,
94 .check_config = goodix_check_cfg_8,
643 return ts->chip->check_config(ts, cfg, len); in goodix_check_cfg()
/linux/include/linux/usb/
H A Dgadget.h360 int (*check_config)(struct usb_gadget *gadget); member
/linux/drivers/usb/gadget/udc/
H A Dcore.c1116 if (gadget->ops->check_config) in usb_gadget_check_config()
1117 return gadget->ops->check_config(gadget); in usb_gadget_check_config()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c1136 dc->check_config = config_defaults; in dce100_resource_construct()
/linux/drivers/usb/gadget/
H A Dcomposite.c641 goto check_config; in config_desc()
650 check_config: in config_desc()