Lines Matching full:connector
4 Kernel Connector
7 Kernel connector - new netlink based userspace <-> kernel space easy
10 The Connector driver makes it easy to connect various agents using a
24 handling, etc... The Connector driver allows any kernelspace agents to use
39 connector.h header for in-kernel usage. `void (*callback) (void *)` is a
41 is received by the connector core. The argument for that function must
56 Connector interfaces
59 .. kernel-doc:: include/linux/connector.h
62 When registering new callback user, connector core assigns
90 The connector allows event notification in the following form: kernel
91 driver or userspace process can ask connector to notify it when
93 callback). It is done by sending a special command to the connector
97 uses the connector to request notification and to send messages.
105 cn_msg [main connector's message header] contains u32 seq and u32 ack
113 So, if you wish to use a netlink socket (for example using connector)
140 In case of connector it is CN_NETLINK_USERS + 0xf, so if you want to use
145 not use add/remove connector's group notifications, but as far as I know,
155 Sample code for a connector test module and user space can be found
156 in samples/connector/. To build this code, enable CONFIG_CONNECTOR