Home
last modified time | relevance | path

Searched refs:cn_netlink_send (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/connector/
Dconnector.c124 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send() function
130 EXPORT_SYMBOL_GPL(cn_netlink_send);
/Linux-v6.6/include/linux/
Dconnector.h128 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 group, gfp_t gfp_mask);
/Linux-v6.6/drivers/w1/
Dw1_netlink.c206 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()
/Linux-v6.6/samples/connector/
Dcn_test.c135 cn_netlink_send(m, 0, 0, GFP_ATOMIC); in cn_test_timer_func()
/Linux-v6.6/drivers/md/
Ddm-log-userspace-transfer.c70 r = cn_netlink_send(msg, 0, 0, gfp_any()); in dm_ulog_sendto_server()
/Linux-v6.6/drivers/hv/
Dhv_utils_transport.c234 ret = cn_netlink_send(cn_msg, 0, 0, GFP_ATOMIC); in hvutil_transport_send()
/Linux-v6.6/Documentation/driver-api/
Dconnector.rst30 void cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, int gfp_mask);
/Linux-v6.6/drivers/video/fbdev/
Duvesafb.c197 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()