/include/trace/events/ |
A D | fsi_master_i2cr.h | 12 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 D | smbus.h | 36 __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 D | libps2.h | 68 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 D | i2c.h | 140 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 D | i8042.h | 77 int i8042_command(unsigned char *param, int command); 91 static inline int i8042_command(unsigned char *param, int command) in i8042_command() argument
|
A D | armada-37xx-rwtm-mailbox.h | 14 u16 command; member
|
A D | surface_acpi_notify.h | 29 u8 command; member
|
A D | fsi-sbefifo.h | 19 int sbefifo_submit(struct device *dev, const __be32 *command, size_t cmd_len,
|
A D | maple.h | 53 enum maple_code command; member 96 u32 command, u32 length, void *data);
|
/include/media/ |
A D | rc-core.h | 348 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 D | i2c-dev.h | 44 __u8 command; member
|
A D | vfio_ccw.h | 33 __u32 command; member
|
A D | pktcdvd.h | 87 __u32 command; /* in: Setup, teardown, status */ member
|
A D | scc.h | 141 int command; /* one of the KISS-Commands defined above */ member
|
A D | hdreg.h | 78 __u8 command; member 93 __u8 command; member
|
/include/net/ |
A D | pkt_cls.h | 684 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 D | cpm.h | 161 int cpm_command(u32 command, u8 opcode); 163 static inline int cpm_command(u32 command, u8 opcode) in cpm_command() argument
|
/include/acpi/ |
A D | pcc.h | 48 u32 command; member
|
/include/linux/platform_data/ |
A D | cros_ec_proto.h | 84 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 D | tag_qca.h | 64 __le32 command; /* command bit 31:0 */ member
|
/include/uapi/linux/netfilter/ |
A D | nfnetlink_log.h | 82 __u8 command; /* nfulnl_msg_config_cmds */ member
|
A D | nfnetlink_queue.h | 86 __u8 command; /* nfqnl_msg_config_cmds */ member
|
/include/linux/firmware/intel/ |
A D | stratix10-svc-client.h | 190 enum stratix10_svc_command_code command; member
|
/include/uapi/drm/ |
A D | qxl_drm.h | 83 __u64 command; /* void* */ member
|
/include/keys/ |
A D | trusted_tpm.h | 35 const uint32_t command,
|