Searched refs:cb_id (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dconnector.h34 struct cb_id id;
49 struct cb_id id;
67 int cn_add_callback(const struct cb_id *id, const char *name,
74 void cn_del_callback(const struct cb_id *id);
130 const struct cb_id *id,
132 void cn_queue_del_callback(struct cn_queue_dev *dev, const struct cb_id *id);
138 int cn_cb_equal(const struct cb_id *, const struct cb_id *);
/linux-master/include/uapi/linux/
H A Dconnector.h65 struct cb_id { struct
71 struct cb_id id;
/linux-master/drivers/connector/
H A Dcn_queue.c22 const struct cb_id *id,
40 memcpy(&cbq->id.id, id, sizeof(struct cb_id));
54 int cn_cb_equal(const struct cb_id *i1, const struct cb_id *i2)
60 const struct cb_id *id,
93 void cn_queue_del_callback(struct cn_queue_dev *dev, const struct cb_id *id)
H A Dconnector.c224 int cn_add_callback(const struct cb_id *id, const char *name,
245 void cn_del_callback(const struct cb_id *id)
H A Dcn_proc.c40 static struct cb_id cn_proc_event_id = { CN_IDX_PROC, CN_VAL_PROC };
/linux-master/drivers/hv/
H A Dhv_utils_transport.h25 struct cb_id cn_id; /* CN_*_IDX/CN_*_VAL */
/linux-master/net/netfilter/
H A Dnfnetlink.c118 u8 cb_id; local
121 for (cb_id = 0; cb_id < n->cb_count; cb_id++)
122 if (WARN_ON(n->cb[cb_id].attr_count > NFNL_MAX_ATTR_COUNT))
160 u8 cb_id = NFNL_MSG_TYPE(type); local
162 if (cb_id >= ss->cb_count)
165 return &ss->cb[cb_id];
256 u8 cb_id = NFNL_MSG_TYPE(nlh->nlmsg_type); local
270 if (ss->cb[cb_id]
496 u8 cb_id = NFNL_MSG_TYPE(nlh->nlmsg_type); local
[all...]
/linux-master/samples/connector/
H A Dcn_test.c20 static struct cb_id cn_test_id = { CN_NETLINK_USERS + 3, 0x456 };
/linux-master/drivers/md/
H A Ddm-log-userspace-transfer.c36 static struct cb_id ulog_cn_id = {
/linux-master/drivers/w1/
H A Dw1_netlink.c718 struct cb_id w1_id = {.idx = CN_W1_IDX, .val = CN_W1_VAL};
725 struct cb_id w1_id = {.idx = CN_W1_IDX, .val = CN_W1_VAL};
/linux-master/drivers/video/fbdev/
H A Duvesafb.c33 static struct cb_id uvesafb_cn_id = {

Completed in 218 milliseconds