Searched refs:cb_id (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
A D | connector.h | 34 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); 125 const struct cb_id *id, 127 void cn_queue_del_callback(struct cn_queue_dev *dev, const struct cb_id *id); 133 int cn_cb_equal(const struct cb_id *, const struct cb_id *);
|
/linux/net/netfilter/ |
A D | nfnetlink.c | 113 u8 cb_id; in nfnetlink_subsys_register() local 116 for (cb_id = 0; cb_id < n->cb_count; cb_id++) in nfnetlink_subsys_register() 155 u8 cb_id = NFNL_MSG_TYPE(type); in nfnetlink_find_client() local 157 if (cb_id >= ss->cb_count) in nfnetlink_find_client() 160 return &ss->cb[cb_id]; in nfnetlink_find_client() 251 u8 cb_id = NFNL_MSG_TYPE(nlh->nlmsg_type); in nfnetlink_rcv_msg() local 265 if (ss->cb[cb_id].attr_count > NFNL_MAX_ATTR_COUNT) { in nfnetlink_rcv_msg() 272 ss->cb[cb_id].policy, extack); in nfnetlink_rcv_msg() 490 u8 cb_id = NFNL_MSG_TYPE(nlh->nlmsg_type); in nfnetlink_rcv_batch() local 507 ss->cb[cb_id].attr_count, in nfnetlink_rcv_batch() [all …]
|
/linux/drivers/connector/ |
A D | cn_queue.c | 22 const struct cb_id *id, in cn_queue_alloc_callback_entry() 40 memcpy(&cbq->id.id, id, sizeof(struct cb_id)); in cn_queue_alloc_callback_entry() 54 int cn_cb_equal(const struct cb_id *i1, const struct cb_id *i2) in cn_cb_equal() 60 const struct cb_id *id, in cn_queue_add_callback() 93 void cn_queue_del_callback(struct cn_queue_dev *dev, const struct cb_id *id) in cn_queue_del_callback()
|
A D | connector.c | 196 int cn_add_callback(const struct cb_id *id, const char *name, in cn_add_callback() 217 void cn_del_callback(const struct cb_id *id) in cn_del_callback()
|
A D | cn_proc.c | 40 static struct cb_id cn_proc_event_id = { CN_IDX_PROC, CN_VAL_PROC };
|
/linux/include/uapi/linux/ |
A D | connector.h | 65 struct cb_id { struct 71 struct cb_id id; argument
|
/linux/drivers/hv/ |
A D | hv_utils_transport.h | 25 struct cb_id cn_id; /* CN_*_IDX/CN_*_VAL */
|
/linux/Documentation/driver-api/ |
A D | connector.rst | 28 …int cn_add_callback(const struct cb_id *id, char *name, void (*callback) (struct cn_msg *, struct … 32 struct cb_id 46 struct cb_id id;
|
/linux/samples/connector/ |
A D | cn_test.c | 20 static struct cb_id cn_test_id = { CN_NETLINK_USERS + 3, 0x456 };
|
/linux/drivers/md/ |
A D | dm-log-userspace-transfer.c | 35 static struct cb_id ulog_cn_id = {
|
/linux/drivers/w1/ |
A D | w1_netlink.c | 715 struct cb_id w1_id = {.idx = CN_W1_IDX, .val = CN_W1_VAL}; in w1_init_netlink() 722 struct cb_id w1_id = {.idx = CN_W1_IDX, .val = CN_W1_VAL}; in w1_fini_netlink()
|
/linux/drivers/video/fbdev/ |
A D | uvesafb.c | 33 static struct cb_id uvesafb_cn_id = {
|
Completed in 21 milliseconds