Searched refs:check_id (Results 1 – 5 of 5) sorted by relevance
64 int (*check_id)(struct himax_ts_data *ts); member 361 if (ts->chip->check_id) { in himax_probe() 404 .check_id = himax_check_product_id,
105 int (*check_id)(struct device *dev, struct adxl313_data *data); member
181 .check_id = &adxl312_check_id,189 .check_id = &adxl313_check_id,197 .check_id = &adxl312_check_id,1178 ret = data->chip_info->check_id(dev, data); in adxl313_setup()
154 const struct mptcp_addr_info *addr, bool check_id) in mptcp_remove_anno_list_by_saddr() 164 if (entry && (!check_id || entry->addr.id == addr->id)) {168 if (!check_id && entry) in mptcp_pm_sport_in_anno_list() 176 if (check_id) in mptcp_pm_sport_in_anno_list() 402 mptcp_pm_del_add_timer(struct mptcp_sock * msk,const struct mptcp_addr_info * addr,bool check_id) mptcp_pm_del_add_timer() argument