Searched refs:check_config (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/tools/usb/ |
A D | hcd-tests.sh | 70 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-6.3-rc2/tools/testing/selftests/mm/ |
A D | Makefile | 173 local_config.mk local_config.h: check_config.sh 174 /bin/sh ./check_config.sh $(CC)
|
/linux-6.3-rc2/usr/include/ |
A D | headers_check.pl | 85 sub check_config subroutine
|
/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | goodix.h | 72 int (*check_config)(struct goodix_ts_data *ts, const u8 *cfg, int len); member
|
A D | goodix.c | 71 .check_config = goodix_check_cfg_16, 78 .check_config = goodix_check_cfg_8, 85 .check_config = goodix_check_cfg_8, 92 .check_config = goodix_check_cfg_8, 609 return ts->chip->check_config(ts, cfg, len); in goodix_check_cfg()
|
/linux-6.3-rc2/drivers/soc/ti/ |
A D | knav_dma.c | 136 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-6.3-rc2/drivers/usb/gadget/udc/ |
A D | core.c | 1027 if (gadget->ops->check_config) in usb_gadget_check_config() 1028 return gadget->ops->check_config(gadget); in usb_gadget_check_config()
|
/linux-6.3-rc2/include/linux/usb/ |
A D | gadget.h | 331 int (*check_config)(struct usb_gadget *gadget); member
|
/linux-6.3-rc2/drivers/usb/gadget/ |
A D | composite.c | 594 goto check_config; in config_desc() 603 check_config: in config_desc()
|
/linux-6.3-rc2/drivers/usb/cdns3/ |
A D | cdns3-gadget.c | 3031 .check_config = cdns3_gadget_check_config,
|
/linux-6.3-rc2/drivers/usb/dwc3/ |
A D | gadget.c | 2989 .check_config = dwc3_gadget_check_config,
|
Completed in 38 milliseconds