Home
last modified time | relevance | path

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

12

/include/linux/
Di2c.h79 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 …]
Di8042.h40 int i8042_command(unsigned char *param, int command);
57 static inline int i8042_command(unsigned char *param, int command) in i8042_command() argument
Dlibps2.h49 int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command);
50 int ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command);
Dsony-laptop.h30 int sony_pic_camera_command(int command, u8 value);
Dmaple.h53 enum maple_code command; member
96 u32 command, u32 length, void *data);
Dcycx_x25.h41 u16 command; member
Darcdevice.h305 void (*command) (struct net_device * dev, int cmd); member
323 #define ACOMMAND(x) (lp->hw.command(dev, (x)))
Disdnif.h370 int command; /* Command or Status (see above) */ member
449 int (*command)(isdn_ctrl*); member
Data.h511 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()
Dftrace.h378 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/
Dirlap_frame.h145 __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);
Dirlan_provider.h46 void irlan_provider_send_reply(struct irlan_cb *self, int command,
/include/uapi/linux/
Di2c-dev.h58 __u8 command; member
Dpktcdvd.h96 __u32 command; /* in: Setup, teardown, status */ member
Dscc.h139 int command; /* one of the KISS-Commands defined above */ member
Dhdreg.h77 __u8 command; member
92 __u8 command; member
/include/uapi/linux/usb/
Df_mtp.h34 uint16_t command; member
/include/linux/spi/
Dpxa2xx_spi.h53 void (*cs_control)(u32 command);
/include/uapi/linux/netfilter/
Dnfnetlink_log.h68 __u8 command; /* nfulnl_msg_config_cmds */ member
Dnfnetlink_queue.h69 __u8 command; /* nfqnl_msg_config_cmds */ member
/include/uapi/drm/
Dqxl_drm.h80 uint64_t __user command; /* void* */ member
/include/acpi/
Dactbl3.h409 u16 command; member
506 u16 command; member
/include/linux/mtd/
Donenand.h107 int (*command)(struct mtd_info *mtd, int cmd, loff_t address, size_t len); member
/include/linux/usb/
Dehci_def.h67 u32 command; member
/include/sound/
Dopl3.h308 void (*command) (struct snd_opl3 * opl3, unsigned short cmd, unsigned char val); member

12