Searched refs:cn_netlink_send (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/connector/ |
H A D | connector.c | 124 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send() function 130 EXPORT_SYMBOL_GPL(cn_netlink_send);
|
/openbmc/linux/include/linux/ |
H A D | connector.h | 128 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 group, gfp_t gfp_mask);
|
/openbmc/linux/drivers/w1/ |
H A D | w1_netlink.c | 206 cn_netlink_send(&packet.cn, portid, 0, GFP_KERNEL); in w1_netlink_send_error() 233 cn_netlink_send(&packet.cn, 0, 0, GFP_KERNEL); in w1_netlink_send() 426 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root() 437 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root()
|
/openbmc/linux/samples/connector/ |
H A D | cn_test.c | 135 cn_netlink_send(m, 0, 0, GFP_ATOMIC); in cn_test_timer_func()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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);
|
/openbmc/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()
|