Lines Matching full:command
28 userspace command for bus master
31 userspace command for slave device
43 [struct w1_netlink_cmd] - command for given master or slave device.
44 __u8 cmd - command opcode.
45 W1_CMD_READ - read command
46 W1_CMD_WRITE - write command
47 W1_CMD_TOUCH - touch command
49 W1_CMD_SEARCH - search command
50 W1_CMD_ALARM_SEARCH - alarm search command
52 __u16 len - length of data for this command
53 For read command data must be allocated like for write command
54 __u8 data[0] - data for this command
68 command request. One reply is generated exactly for one w1_netlink_cmd
115 W1 reset command.
122 Command status replies.
125 Each command (either root, master or slave with or without w1_netlink_cmd
132 If reply is generated for master or root command (which do not have
146 All w1_netlink_cmd command structures are handled in every w1_netlink_msg,
150 Operation steps in w1 core when new command is received.
157 is found) is locked. If slave command is requested, then reset/select
161 If command requires reply (like read command) it is sent on command completion.