/include/linux/ |
D | i2c.h | 79 unsigned short flags, char read_write, u8 command, 88 u8 command); 90 u8 command, u8 value); 92 u8 command); 94 u8 command, u16 value); 97 i2c_smbus_read_word_swapped(const struct i2c_client *client, u8 command) in i2c_smbus_read_word_swapped() argument 99 s32 value = i2c_smbus_read_word_data(client, command); in i2c_smbus_read_word_swapped() 106 u8 command, u16 value) in i2c_smbus_write_word_swapped() argument 108 return i2c_smbus_write_word_data(client, command, swab16(value)); in i2c_smbus_write_word_swapped() 113 u8 command, u8 *values); [all …]
|
D | i8042.h | 40 int i8042_command(unsigned char *param, int command); 57 static inline int i8042_command(unsigned char *param, int command) in i8042_command() argument
|
D | libps2.h | 49 int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command); 50 int ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command);
|
D | sony-laptop.h | 30 int sony_pic_camera_command(int command, u8 value);
|
D | maple.h | 53 enum maple_code command; member 96 u32 command, u32 length, void *data);
|
D | cycx_x25.h | 41 u16 command; member
|
D | arcdevice.h | 305 void (*command) (struct net_device * dev, int cmd); member 323 #define ACOMMAND(x) (lp->hw.command(dev, (x)))
|
D | isdnif.h | 370 int command; /* Command or Status (see above) */ member 449 int (*command)(isdn_ctrl*); member
|
D | ata.h | 511 u8 command; /* IO operation */ member 1065 return (tf->command == ATA_CMD_READ_MULTI) || in is_multi_taskfile() 1066 (tf->command == ATA_CMD_WRITE_MULTI) || in is_multi_taskfile() 1067 (tf->command == ATA_CMD_READ_MULTI_EXT) || in is_multi_taskfile() 1068 (tf->command == ATA_CMD_WRITE_MULTI_EXT) || in is_multi_taskfile() 1069 (tf->command == ATA_CMD_WRITE_MULTI_FUA_EXT); in is_multi_taskfile()
|
D | ftrace.h | 378 void arch_ftrace_update_code(int command); 394 void ftrace_run_stop_machine(int command); 421 void ftrace_modify_all_code(int command);
|
/include/net/irda/ |
D | irlap_frame.h | 145 __u8 command, 154 void irlap_send_rr_frame(struct irlap_cb *self, int command); 160 void irlap_resend_rejected_frames(struct irlap_cb *, int command); 161 void irlap_resend_rejected_frame(struct irlap_cb *self, int command); 164 __u8 caddr, int command);
|
D | irlan_provider.h | 46 void irlan_provider_send_reply(struct irlan_cb *self, int command,
|
/include/uapi/linux/ |
D | i2c-dev.h | 58 __u8 command; member
|
D | pktcdvd.h | 96 __u32 command; /* in: Setup, teardown, status */ member
|
D | scc.h | 139 int command; /* one of the KISS-Commands defined above */ member
|
D | hdreg.h | 77 __u8 command; member 92 __u8 command; member
|
/include/uapi/linux/usb/ |
D | f_mtp.h | 34 uint16_t command; member
|
/include/linux/spi/ |
D | pxa2xx_spi.h | 53 void (*cs_control)(u32 command);
|
/include/uapi/linux/netfilter/ |
D | nfnetlink_log.h | 68 __u8 command; /* nfulnl_msg_config_cmds */ member
|
D | nfnetlink_queue.h | 69 __u8 command; /* nfqnl_msg_config_cmds */ member
|
/include/uapi/drm/ |
D | qxl_drm.h | 80 uint64_t __user command; /* void* */ member
|
/include/acpi/ |
D | actbl3.h | 409 u16 command; member 506 u16 command; member
|
/include/linux/mtd/ |
D | onenand.h | 107 int (*command)(struct mtd_info *mtd, int cmd, loff_t address, size_t len); member
|
/include/linux/usb/ |
D | ehci_def.h | 67 u32 command; member
|
/include/sound/ |
D | opl3.h | 308 void (*command) (struct snd_opl3 * opl3, unsigned short cmd, unsigned char val); member
|