Home
last modified time | relevance | path

Searched refs:check_config (Results 1 – 11 of 11) 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/usr/include/
H A Dheaders_check.pl80 sub check_config subroutine
/linux/tools/testing/selftests/mm/
H A DMakefile236 local_config.mk local_config.h: check_config.sh
237 /bin/sh ./check_config.sh $(CC)
/linux/drivers/soc/ti/
H A Dknav_dma.c136 static bool check_config(struct knav_dma_chan *chan, struct knav_dma_cfg *cfg) in check_config() function
470 if (!check_config(chan, config)) { in knav_dma_open_channel()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1158 if (dc->check_config.max_optimizable_video_width == 0) in dc_construct()
1159 dc->check_config.max_optimizable_video_width = 5120; in dc_construct()
2781 const struct dc_check_config *check_config, in get_scaling_info_update_type() argument
2816 if (u->scaling_info->src_rect.width > check_config->max_optimizable_video_width && in get_scaling_info_update_type()
2837 const struct dc_check_config *check_config, in det_surface_update() argument
2855 inner_type = get_scaling_info_update_type(check_config, u); in det_surface_update()
2925 if (check_config->enable_legacy_fast_update && in det_surface_update()
2959 const struct dc_check_config *check_config, in check_update_surfaces_for_stream() argument
2985 if (check_config->enable_legacy_fast_update && stream_update->out_transfer_func) in check_update_surfaces_for_stream()
3032 if (!check_config->enable_legacy_fast_update && stream_update->out_transfer_func) { in check_update_surfaces_for_stream()
[all …]
/linux/include/linux/usb/
H A Dgadget.h360 int (*check_config)(struct usb_gadget *gadget); member
/linux/drivers/usb/gadget/udc/
H A Dcore.c1109 if (gadget->ops->check_config) in usb_gadget_check_config()
1110 return gadget->ops->check_config(gadget); in usb_gadget_check_config()
/linux/drivers/usb/gadget/
H A Dcomposite.c641 goto check_config; in config_desc()
650 check_config: in config_desc()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1729 struct dc_check_config check_config; member
/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c3129 .check_config = cdns3_gadget_check_config,
/linux/drivers/usb/dwc3/
H A Dgadget.c3209 .check_config = dwc3_gadget_check_config,