Home
last modified time | relevance | path

Searched refs:check_id (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dhimax_hx83112b.c64 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,
/linux/drivers/iio/accel/
H A Dadxl313.h105 int (*check_id)(struct device *dev, struct adxl313_data *data); member
H A Dadxl313_core.c181 .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()
/linux/net/mptcp/
H A Dpm.c154 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
H A Dprotocol.h