Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 58) sorted by relevance

123

/include/trace/events/
A Dfsi_master_i2cr.h12 TP_PROTO(const struct i2c_client *client, uint32_t command, int rc),
13 TP_ARGS(client, command, rc),
17 __array(unsigned char, command, sizeof(uint32_t))
23 memcpy(__entry->command, &command, sizeof(uint32_t));
27 (int)sizeof(uint32_t), __entry->command, __entry->rc)
32 TP_ARGS(client, command, data),
36 __array(unsigned char, command, sizeof(uint32_t))
42 memcpy(__entry->command, &command, sizeof(uint32_t));
88 TP_ARGS(client, command, data),
92 __array(unsigned char, command, sizeof(uint32_t))
[all …]
A Dsmbus.h36 __field(__u8, command )
44 __entry->command = command;
73 __entry->command,
103 __field(__u8, command )
110 __entry->command = command;
117 __entry->command,
144 __field(__u8, command )
152 __entry->command = command;
181 __entry->command,
219 __entry->command = command;
[all …]
/include/linux/
A Dlibps2.h68 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command);
69 int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command);
70 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command);
A Di2c.h140 unsigned short flags, char read_write, u8 command,
145 unsigned short flags, char read_write, u8 command,
156 u8 command, u8 value);
159 u8 command, u16 value);
164 s32 value = i2c_smbus_read_word_data(client, command); in i2c_smbus_read_word_swapped()
171 u8 command, u16 value) in i2c_smbus_write_word_swapped() argument
178 u8 command, u8 *values);
180 u8 command, u8 length, const u8 *values);
183 u8 command, u8 length, u8 *values);
185 u8 command, u8 length, const u8 *values);
[all …]
A Di8042.h77 int i8042_command(unsigned char *param, int command);
91 static inline int i8042_command(unsigned char *param, int command) in i8042_command() argument
A Darmada-37xx-rwtm-mailbox.h14 u16 command; member
A Dsurface_acpi_notify.h29 u8 command; member
A Dfsi-sbefifo.h19 int sbefifo_submit(struct device *dev, const __be32 *command, size_t cmd_len,
A Dmaple.h53 enum maple_code command; member
96 u32 command, u32 length, void *data);
/include/media/
A Drc-core.h348 u8 command, u8 not_command, in ir_nec_bytes_to_scancode() argument
353 if ((command ^ not_command) != 0xff) { in ir_nec_bytes_to_scancode()
360 command; in ir_nec_bytes_to_scancode()
366 command; in ir_nec_bytes_to_scancode()
370 scancode = address << 8 | command; in ir_nec_bytes_to_scancode()
/include/uapi/linux/
A Di2c-dev.h44 __u8 command; member
A Dvfio_ccw.h33 __u32 command; member
A Dpktcdvd.h87 __u32 command; /* in: Setup, teardown, status */ member
A Dscc.h141 int command; /* one of the KISS-Commands defined above */ member
A Dhdreg.h78 __u8 command; member
93 __u8 command; member
/include/net/
A Dpkt_cls.h684 enum tc_clsu32_command command; member
805 enum tc_clsbpf_command command; member
840 enum tc_mq_command command; member
873 enum tc_htb_command command; member
905 enum tc_red_command command; member
951 enum tc_gred_command command; member
982 enum tc_prio_command command; member
997 enum tc_root_command command; member
1023 enum tc_ets_command command; member
1047 enum tc_tbf_command command; member
[all …]
/include/soc/fsl/
A Dcpm.h161 int cpm_command(u32 command, u8 opcode);
163 static inline int cpm_command(u32 command, u8 opcode) in cpm_command() argument
/include/acpi/
A Dpcc.h48 u32 command; member
/include/linux/platform_data/
A Dcros_ec_proto.h84 uint32_t command; member
268 int cros_ec_cmd(struct cros_ec_device *ec_dev, unsigned int version, int command, const void *outda…
/include/linux/dsa/
A Dtag_qca.h64 __le32 command; /* command bit 31:0 */ member
/include/uapi/linux/netfilter/
A Dnfnetlink_log.h82 __u8 command; /* nfulnl_msg_config_cmds */ member
A Dnfnetlink_queue.h86 __u8 command; /* nfqnl_msg_config_cmds */ member
/include/linux/firmware/intel/
A Dstratix10-svc-client.h190 enum stratix10_svc_command_code command; member
/include/uapi/drm/
A Dqxl_drm.h83 __u64 command; /* void* */ member
/include/keys/
A Dtrusted_tpm.h35 const uint32_t command,

Completed in 65 milliseconds

123