Searched refs:cn_netlink_send (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/connector/ |
A D | connector.c | 121 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send() function 126 EXPORT_SYMBOL_GPL(cn_netlink_send);
|
A D | cn_proc.c | 64 cn_netlink_send(msg, 0, CN_IDX_PROC, GFP_NOWAIT); in send_msg()
|
/linux/drivers/w1/ |
A D | w1_netlink.c | 204 cn_netlink_send(&packet.cn, portid, 0, GFP_KERNEL); in w1_netlink_send_error() 231 cn_netlink_send(&packet.cn, 0, 0, GFP_KERNEL); in w1_netlink_send() 424 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root() 435 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root()
|
/linux/include/linux/ |
A D | connector.h | 122 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 group, gfp_t gfp_mask);
|
/linux/samples/connector/ |
A D | cn_test.c | 135 cn_netlink_send(m, 0, 0, GFP_ATOMIC); in cn_test_timer_func()
|
/linux/drivers/md/ |
A D | dm-log-userspace-transfer.c | 69 r = cn_netlink_send(msg, 0, 0, gfp_any()); in dm_ulog_sendto_server()
|
/linux/drivers/hv/ |
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/ |
A D | connector.rst | 30 void cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, int gfp_mask);
|
/linux/drivers/video/fbdev/ |
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()
|
Completed in 12 milliseconds