Home
last modified time | relevance | path

Searched refs:__group (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/connector/
Dconnector.c74 int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 __group, in cn_netlink_send_mult() argument
86 if (portid || __group) { in cn_netlink_send_mult()
87 group = __group; in cn_netlink_send_mult()
134 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send() argument
137 return cn_netlink_send_mult(msg, msg->len, portid, __group, gfp_mask); in cn_netlink_send()
/Linux-v4.19/Documentation/connector/
Dconnector.txt27 void cn_netlink_send_multi(struct cn_msg *msg, u16 len, u32 portid, u32 __group, int gfp_mask);
28 void cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, int gfp_mask);
88 u32 __group - destination group.
89 If port and __group is zero, then appropriate group will
93 If __group is not zero, then message will be delivered
/Linux-v4.19/drivers/gpu/drm/arm/
Dmalidp_hw.c54 #define MALIDP_ID(__group, __format) \ argument
55 ((((__group) & 0x7) << 3) | ((__format) & 0x7))