Lines Matching refs:data
52 * @len: length of data following w1_netlink_msg
58 * @data: start address of any following data
61 * The netlink connector data sequence is, struct nlmsghdr, struct cn_msg,
62 * then one or more struct w1_netlink_msg (each with optional data).
76 __u8 data[];
90 * 8 byte slave id at data[0]
92 * 8 byte slave id at data[0]
110 * struct w1_netlink_cmd - holds the command and data
114 * @len: length of data following w1_netlink_cmd
115 * @data: start address of any following data
117 * One or more struct w1_netlink_cmd is placed starting at w1_netlink_msg.data
118 * each with optional data.
125 __u8 data[];