Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
A Dgoodix.h72 int (*check_config)(struct goodix_ts_data *ts, const u8 *cfg, int len); member
A Dgoodix.c73 .check_config = goodix_check_cfg_16,
80 .check_config = goodix_check_cfg_8,
87 .check_config = goodix_check_cfg_8,
94 .check_config = goodix_check_cfg_8,
643 return ts->chip->check_config(ts, cfg, len); in goodix_check_cfg()
/drivers/soc/ti/
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()
/drivers/usb/gadget/udc/
A Dcore.c1106 if (gadget->ops->check_config) in usb_gadget_check_config()
1107 return gadget->ops->check_config(gadget); in usb_gadget_check_config()
/drivers/usb/gadget/
A Dcomposite.c641 goto check_config; in config_desc()
650 check_config: in config_desc()
/drivers/usb/cdns3/
A Dcdns3-gadget.c3129 .check_config = cdns3_gadget_check_config,
/drivers/usb/dwc3/
A Dgadget.c3197 .check_config = dwc3_gadget_check_config,

Completed in 30 milliseconds