Home
last modified time | relevance | path

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

/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()
/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()
/drivers/usb/gadget/udc/
Dcore.c1101 if (gadget->ops->check_config) in usb_gadget_check_config()
1102 return gadget->ops->check_config(gadget); in usb_gadget_check_config()
/drivers/usb/gadget/
Dcomposite.c643 goto check_config; in config_desc()
652 check_config: in config_desc()
/drivers/usb/cdns3/
Dcdns3-gadget.c3126 .check_config = cdns3_gadget_check_config,
/drivers/usb/dwc3/
Dgadget.c3149 .check_config = dwc3_gadget_check_config,