Searched refs:check_config (Results 1 – 7 of 7) sorted by relevance
/drivers/input/touchscreen/ |
D | goodix.h | 72 int (*check_config)(struct goodix_ts_data *ts, const u8 *cfg, int len); member
|
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, 617 return ts->chip->check_config(ts, cfg, len); in goodix_check_cfg()
|
/drivers/soc/ti/ |
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()
|
/drivers/usb/gadget/udc/ |
D | core.c | 1101 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/ |
D | composite.c | 643 goto check_config; in config_desc() 652 check_config: in config_desc()
|
/drivers/usb/cdns3/ |
D | cdns3-gadget.c | 3126 .check_config = cdns3_gadget_check_config,
|
/drivers/usb/dwc3/ |
D | gadget.c | 3149 .check_config = dwc3_gadget_check_config,
|