Searched refs:cn_netlink_send (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/connector/ |
H A D | connector.c | 123 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send() function 129 EXPORT_SYMBOL_GPL(cn_netlink_send);
|
/linux/include/linux/ |
H A D | connector.h | 107 * cn_netlink_send - Sends message to the specified groups. 127 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 group, gfp_t gfp_mask);
|
/linux/samples/connector/ |
H A D | cn_test.c | 135 cn_netlink_send(m, 0, 0, GFP_ATOMIC); in cn_test_timer_func()
|
/linux/drivers/md/ |
H A D | dm-log-userspace-transfer.c | 70 r = cn_netlink_send(msg, 0, 0, gfp_any()); in dm_ulog_sendto_server()
|
/linux/drivers/hv/ |
H A D | hv_utils_transport.c | 234 ret = cn_netlink_send(cn_msg, 0, 0, GFP_ATOMIC); in hvutil_transport_send()
|
/linux/Documentation/driver-api/ |
H A D | connector.rst | 30 void cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, int gfp_mask);
|
/linux/drivers/video/fbdev/ |
H A D | uvesafb.c | 197 err = cn_netlink_send(m, 0, 0, GFP_KERNEL); in uvesafb_exec() 209 err = cn_netlink_send(m, 0, 0, gfp_any()); in uvesafb_exec()
|