Home
last modified time | relevance | path

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

/linux-6.14.4/tools/usb/
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-6.14.4/usr/include/
Dheaders_check.pl80 sub check_config subroutine
/linux-6.14.4/tools/testing/selftests/mm/
DMakefile228 local_config.mk local_config.h: check_config.sh
229 /bin/sh ./check_config.sh $(CC)
/linux-6.14.4/drivers/input/touchscreen/
Dgoodix.h72 int (*check_config)(struct goodix_ts_data *ts, const u8 *cfg, int len); member
Dgoodix.c71 .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,
617 return ts->chip->check_config(ts, cfg, len); in goodix_check_cfg()
/linux-6.14.4/drivers/soc/ti/
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-6.14.4/include/linux/usb/
Dgadget.h335 int (*check_config)(struct usb_gadget *gadget); member
/linux-6.14.4/drivers/usb/gadget/udc/
Dcore.c1106 if (gadget->ops->check_config) in usb_gadget_check_config()
1107 return gadget->ops->check_config(gadget); in usb_gadget_check_config()
/linux-6.14.4/drivers/usb/gadget/
Dcomposite.c641 goto check_config; in config_desc()
650 check_config: in config_desc()
/linux-6.14.4/drivers/usb/cdns3/
Dcdns3-gadget.c3127 .check_config = cdns3_gadget_check_config,
/linux-6.14.4/drivers/usb/dwc3/
Dgadget.c3219 .check_config = dwc3_gadget_check_config,