Searched refs:data (Results 1 - 25 of 419) sorted by relevance

1234567891011>>

/include/linux/
H A Di2c-algo-pcf.h30 void *data; /* private data for lolevel routines */ member in struct:i2c_algo_pcf_data
31 void (*setpcf) (void *data, int ctl, int val);
32 int (*getpcf) (void *data, int ctl);
33 int (*getown) (void *data);
34 int (*getclock) (void *data);
35 void (*waitforpin) (void *data);
37 void (*xfer_begin) (void *data);
38 void (*xfer_end) (void *data);
H A Di2c-algo-bit.h35 void *data; /* private data for lowlevel routines */ member in struct:i2c_algo_bit_data
36 void (*setsda) (void *data, int state);
37 void (*setscl) (void *data, int state);
38 int (*getsda) (void *data);
39 int (*getscl) (void *data);
H A Discsi_boot_sysfs.h77 void *data; member in struct:iscsi_boot_kobj
84 ssize_t (*show) (void *data, int type, char *buf);
94 umode_t (*is_visible) (void *data, int type);
99 * The function should free the data passed in.
101 void (*release) (void *data);
111 void *data,
112 ssize_t (*show) (void *data, int type, char *buf),
113 umode_t (*is_visible) (void *data, int type),
114 void (*release) (void *data));
118 void *data,
[all...]
H A Dcrc32.h16 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length)
26 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length))
27 #define ether_crc_le(length, data) crc32_le(~0, data, length)
H A Dipmi_smi.h53 * been received, it will report this same data structure back up to
56 * asynchronous data is received, one of these is allocated, the
57 * data_size is set to zero and the response holds the data from the
60 * asynchronous data and messages and request them from the
70 unsigned char data[IPMI_MAX_MSG_LENGTH]; member in struct:ipmi_smi_msg
95 int (*get_smi_info)(void *send_info, struct ipmi_smi_info *data);
154 /* Take a pointer to a raw data buffer and a length and extract device
155 id information from it. The first byte of data must point to the
156 netfn << 2, the data should be of the format:
157 netfn << 2, cmd, completion code, data
159 ipmi_demangle_device_id(const unsigned char *data, unsigned int data_len, struct ipmi_device_id *id) argument
[all...]
H A Drio_drv.h24 u32 * data);
26 u32 data);
28 u16 * data);
30 u16 data);
32 u8 * data);
34 u8 data);
37 u8 hopcount, u32 offset, u32 * data);
39 u8 hopcount, u32 offset, u32 data);
41 u8 hopcount, u32 offset, u16 * data);
43 u8 hopcount, u32 offset, u16 data);
58 rio_local_read_config_32(struct rio_mport *port, u32 offset, u32 * data) argument
73 rio_local_write_config_32(struct rio_mport *port, u32 offset, u32 data) argument
88 rio_local_read_config_16(struct rio_mport *port, u32 offset, u16 * data) argument
104 rio_local_write_config_16(struct rio_mport *port, u32 offset, u16 data) argument
119 rio_local_read_config_8(struct rio_mport *port, u32 offset, u8 * data) argument
134 rio_local_write_config_8(struct rio_mport *port, u32 offset, u8 data) argument
149 rio_read_config_32(struct rio_dev *rdev, u32 offset, u32 * data) argument
165 rio_write_config_32(struct rio_dev *rdev, u32 offset, u32 data) argument
181 rio_read_config_16(struct rio_dev *rdev, u32 offset, u16 * data) argument
197 rio_write_config_16(struct rio_dev *rdev, u32 offset, u16 data) argument
213 rio_read_config_8(struct rio_dev *rdev, u32 offset, u8 * data) argument
228 rio_write_config_8(struct rio_dev *rdev, u32 offset, u8 data) argument
245 rio_send_doorbell(struct rio_dev *rdev, u16 data) argument
412 rio_set_drvdata(struct rio_dev *rdev, void *data) argument
[all...]
H A Dasync.h17 typedef void (async_func_ptr) (void *data, async_cookie_t cookie);
19 extern async_cookie_t async_schedule(async_func_ptr *ptr, void *data);
20 extern async_cookie_t async_schedule_domain(async_func_ptr *ptr, void *data,
H A Dbaycom.h25 } data; member in struct:baycom_ioctl
H A Deeprom_93cx6.h43 * for reading the eeprom data.
44 * @data: private pointer for the driver.
50 * @drive_data: Set if we're driving the data line.
51 * @reg_data_in: register field to indicate data input
52 * @reg_data_out: register field to indicate data output
53 * @reg_data_clock: register field to set the data clock
60 void *data; member in struct:eeprom_93cx6
75 const u8 word, u16 *data);
77 const u8 word, __le16 *data, const u16 words);
82 u8 addr, u16 data);
[all...]
H A Dcrc-itu-t.h22 static inline u16 crc_itu_t_byte(u16 crc, const u8 data) argument
24 return (crc << 8) ^ crc_itu_t_table[((crc >> 8) ^ data) & 0xff];
H A Dcrc16.h24 static inline u16 crc16_byte(u16 crc, const u8 data) argument
26 return (crc >> 8) ^ crc16_table[(crc ^ data) & 0xff];
H A Dcrc7.h7 static inline u8 crc7_byte(u8 crc, u8 data) argument
9 return crc7_syndrome_table[(crc << 1) ^ data];
H A Ddm9000.h6 * Header file for dm9000 platform data
26 /* platform data for platform device structure's platform_data field */
34 void (*inblk)(void __iomem *reg, void *data, int len);
35 void (*outblk)(void __iomem *reg, void *data, int len);
H A Drpmsg.h54 * @data: @len bytes of message payload data
64 u8 data[0]; member in struct:rpmsg_hdr
129 * @priv: private data for the driver's use
183 * @data: payload of message
186 * This function sends @data of length @len on the @rpdev channel.
197 static inline int rpmsg_send(struct rpmsg_channel *rpdev, void *data, int len) argument
201 return rpmsg_send_offchannel_raw(rpdev, src, dst, data, len, true);
207 * @data: payload of message
211 * This function sends @data o
223 rpmsg_sendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst) argument
251 rpmsg_send_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst, void *data, int len) argument
274 rpmsg_trysend(struct rpmsg_channel *rpdev, void *data, int len) argument
299 rpmsg_trysendto(struct rpmsg_channel *rpdev, void *data, int len, u32 dst) argument
326 rpmsg_trysend_offchannel(struct rpmsg_channel *rpdev, u32 src, u32 dst, void *data, int len) argument
[all...]
H A Di2c-pxa.h11 void *data; member in struct:i2c_slave_client
H A Di8042.h42 int i8042_install_filter(bool (*filter)(unsigned char data, unsigned char str,
44 int i8042_remove_filter(bool (*filter)(unsigned char data, unsigned char str,
67 static inline int i8042_install_filter(bool (*filter)(unsigned char data, unsigned char str, argument
73 static inline int i8042_remove_filter(bool (*filter)(unsigned char data, unsigned char str, argument
/include/linux/mtd/
H A Dlatch-addr-flash.h20 int (*init)(void *data, int cs);
21 void (*done)(void *data);
22 void (*set_window)(unsigned long offset, void *data);
23 void *data; member in struct:latch_addr_flash_data
/include/linux/mmc/
H A Dsdhci-pci-data.h11 int (*setup)(struct sdhci_pci_data *data);
12 void (*cleanup)(struct sdhci_pci_data *data);
H A Dsdhci-spear.h19 * struct sdhci_plat_data: spear sdhci platform data structure
37 sdhci_set_plat_data(struct platform_device *pdev, struct sdhci_plat_data *data) argument
39 pdev->dev.platform_data = data;
/include/keys/
H A Ddns_resolver-type.h21 char **data);
H A Duser-type.h26 * - the key's data length is the size of the actual data, not including the
31 unsigned short datalen; /* length of this data */
32 char data[0]; /* actual data */ member in struct:user_key_payload
38 extern int user_instantiate(struct key *key, const void *data, size_t datalen);
39 extern int user_update(struct key *key, const void *data, size_t datalen);
/include/net/caif/
H A Dcfpkt.h28 * pkt Packet to extract header data from.
29 * data Pointer to copy the header data into.
30 * len Length of head data to copy.
33 int cfpkt_extr_head(struct cfpkt *pkt, void *data, u16 len);
37 * Reads data from packet without changing packet.
39 * pkt Packet to extract header data from.
40 * data Pointer to copy the header data into.
41 * len Length of head data t
[all...]
/include/linux/netfilter/
H A Dnf_conntrack_h323.h25 /* Next TPKT length (for separate TPKT header and data) */
32 extern int get_h225_addr(struct nf_conn *ct, unsigned char *data,
40 unsigned char **data, int dataoff,
45 unsigned char **data, int dataoff,
52 unsigned char **data,
57 unsigned char **data,
62 unsigned char **data, int dataoff,
69 unsigned char **data, int dataoff,
74 unsigned char **data, int dataoff,
80 unsigned char **data, in
[all...]
/include/drm/ttm/
H A Dttm_page_alloc.h62 extern int ttm_page_alloc_debugfs(struct seq_file *m, void *data);
79 extern int ttm_dma_page_alloc_debugfs(struct seq_file *m, void *data);
93 static inline int ttm_dma_page_alloc_debugfs(struct seq_file *m, void *data) argument
/include/net/
H A Dstp.h8 void *data; member in struct:stp_proto

Completed in 251 milliseconds

1234567891011>>