Lines Matching full:command
32 userspace command for bus master
35 userspace command for slave device
47 [struct w1_netlink_cmd] - command for given master or slave device.
48 __u8 cmd - command opcode.
49 W1_CMD_READ - read command
50 W1_CMD_WRITE - write command
51 W1_CMD_SEARCH - search command
52 W1_CMD_ALARM_SEARCH - alarm search command
53 W1_CMD_TOUCH - touch command
60 __u16 len - length of data for this command
61 For read command data must be allocated like for write command
62 __u8 data[0] - data for this command
76 command request. One reply is generated exactly for one w1_netlink_cmd
129 W1 reset command::
137 Command status replies
140 Each command (either root, master or slave with or without w1_netlink_cmd
147 If reply is generated for master or root command (which do not have
161 All w1_netlink_cmd command structures are handled in every w1_netlink_msg,
165 Operation steps in w1 core when new command is received
172 is found) is locked. If slave command is requested, then reset/select
176 If command requires reply (like read command) it is sent on command completion.