Searched refs:check_config (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/tools/usb/ |
| 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-v5.15/tools/testing/selftests/vm/ |
| D | Makefile | 151 local_config.mk local_config.h: check_config.sh 152 /bin/sh ./check_config.sh $(CC)
|
| /Linux-v5.15/scripts/ |
| D | headers_check.pl | 85 sub check_config subroutine
|
| /Linux-v5.15/drivers/input/touchscreen/ |
| D | goodix.c | 83 int (*check_config)(struct goodix_ts_data *ts, const u8 *cfg, int len); member 130 .check_config = goodix_check_cfg_16, 137 .check_config = goodix_check_cfg_8, 144 .check_config = goodix_check_cfg_8, 151 .check_config = goodix_check_cfg_8, 546 return ts->chip->check_config(ts, cfg, len); in goodix_check_cfg()
|
| /Linux-v5.15/drivers/soc/ti/ |
| D | knav_dma.c | 144 static bool check_config(struct knav_dma_chan *chan, struct knav_dma_cfg *cfg) in check_config() function 480 if (!check_config(chan, config)) { in knav_dma_open_channel()
|
| /Linux-v5.15/include/linux/usb/ |
| D | gadget.h | 332 int (*check_config)(struct usb_gadget *gadget); member
|
| /Linux-v5.15/drivers/usb/gadget/udc/ |
| D | core.c | 1019 if (gadget->ops->check_config) in usb_gadget_check_config() 1020 return gadget->ops->check_config(gadget); in usb_gadget_check_config()
|
| /Linux-v5.15/drivers/usb/gadget/ |
| D | composite.c | 579 goto check_config; in config_desc() 588 check_config: in config_desc()
|
| /Linux-v5.15/drivers/usb/dwc3/ |
| D | gadget.c | 2850 .check_config = dwc3_gadget_check_config,
|