Searched defs:client (Results 1 - 25 of 30) sorted by relevance

12

/include/linux/iio/common/
H A Dst_sensors_i2c.h19 struct i2c_client *client, struct st_sensor_data *sdata);
22 void st_sensors_of_i2c_probe(struct i2c_client *client,
25 static inline void st_sensors_of_i2c_probe(struct i2c_client *client, argument
/include/drm/bridge/
H A Dptn3460.h25 struct i2c_client *client, struct device_node *node);
29 struct drm_encoder *encoder, struct i2c_client *client,
28 ptn3460_init(struct drm_device *dev, struct drm_encoder *encoder, struct i2c_client *client, struct device_node *node) argument
/include/linux/
H A Dleds-pca9532.h32 struct i2c_client *client; member in struct:pca9532_led
H A Ddm-io.h63 struct dm_io_client *client; /* Client memory handler */ member in struct:dm_io_request
68 * and dm_io_client_create() to create private mempools for the client.
73 void dm_io_client_destroy(struct dm_io_client *client);
76 * IO interface using private per-client pools.
H A Dhost1x.h35 int (*init)(struct host1x_client *client);
36 int (*exit)(struct host1x_client *client);
188 u32 client; member in struct:host1x_job
285 int host1x_client_register(struct host1x_client *client);
286 int host1x_client_unregister(struct host1x_client *client);
H A Di2c.h60 extern int i2c_master_send(const struct i2c_client *client, const char *buf,
62 extern int i2c_master_recv(const struct i2c_client *client, char *buf,
85 extern s32 i2c_smbus_read_byte(const struct i2c_client *client);
86 extern s32 i2c_smbus_write_byte(const struct i2c_client *client, u8 value);
87 extern s32 i2c_smbus_read_byte_data(const struct i2c_client *client,
89 extern s32 i2c_smbus_write_byte_data(const struct i2c_client *client,
91 extern s32 i2c_smbus_read_word_data(const struct i2c_client *client,
93 extern s32 i2c_smbus_write_word_data(const struct i2c_client *client,
97 i2c_smbus_read_word_swapped(const struct i2c_client *client, u8 command) argument
99 s32 value = i2c_smbus_read_word_data(client, comman
105 i2c_smbus_write_word_swapped(const struct i2c_client *client, u8 command, u16 value) argument
[all...]
H A Dnfs_fs_sb.h24 * The nfs_client identifies our client state to the server.
49 struct list_head cl_share_link; /* link in global client list */
109 struct fscache_cookie *fscache; /* client index cache cookie */
116 * NFS client parameters stored in the superblock.
119 struct nfs_client * nfs_client; /* shared client and NFS4 state */
121 * that share the same client
124 struct rpc_clnt * client; /* RPC client handle */ member in struct:nfs_server
125 struct rpc_clnt * client_acl; /* ACL RPC client handle */
126 struct nlm_host *nlm_host; /* NLM client handl
[all...]
/include/sound/
H A Dseq_virmidi.h5 * Virtual Raw MIDI client on Sequencer
37 int client; member in struct:snd_virmidi
59 int client; /* created/attached client */ member in struct:snd_virmidi_dev
H A Demux_synth.h117 int client; /* For the sequencer client */ member in struct:snd_emux
H A Dseq_midi_emul.h35 int client; /* The client associated with this channel */ member in struct:snd_midi_channel
62 * The channel set consists of information describing the client and
69 int client; /* Client for this port */ member in struct:snd_midi_channel_set
/include/linux/mfd/
H A Dstw481x.h45 * @i2c_client: corresponding I2C client
51 struct i2c_client *client; member in struct:stw481x
H A Dtps6105x.h86 * @i2c_client: corresponding I2C client
92 struct i2c_client *client; member in struct:tps6105x
H A Dstmpe.h72 * @client: client - i2c or spi
73 * @ci: client specific information
91 void *client; member in struct:stmpe
H A Daat2870.h134 struct i2c_client *client; member in struct:aat2870_data
H A D88pm80x.h285 struct i2c_client *power_page; /* chip client for power page */
286 struct i2c_client *gpadc_page; /* chip client for gpadc page */
296 struct i2c_client *client; member in struct:pm80x_chip
370 extern int pm80x_init(struct i2c_client *client);
H A Dsi476x-core.h88 * @client: Actual I2C client used to transfer commands to the chip.
125 struct i2c_client *client; member in struct:si476x_core
170 struct i2c_client *client = to_i2c_client(dev->parent); local
171 return i2c_get_clientdata(client);
H A Dwl1273-core.h248 int (*request_resources) (struct i2c_client *client);
281 struct i2c_client *client; member in struct:wl1273_core
/include/net/irda/
H A Dircomm_tty.h72 int client; /* True if we are a client */ member in struct:ircomm_tty_cb
H A Dirlan_common.h113 * IrLAN client
191 struct irlan_client_cb client; /* Client specific fields */ member in struct:irlan_cb
/include/keys/
H A Drxrpc-type.h72 struct krb5_principal client; /* client principal name */ member in struct:rxk5_key
/include/linux/ceph/
H A Dmon_client.h60 struct ceph_client *client; member in struct:ceph_mon_client
H A Dosd_client.h115 u64 r_tid; /* unique for this client */
196 struct ceph_client *client; member in struct:ceph_osd_client
236 struct ceph_client *client);
/include/uapi/drm/
H A Dtegra_drm.h62 __u32 client; member in struct:drm_tegra_open_channel
/include/linux/dma/
H A Dipu-dma.h160 void *client; /* Only one client per channel */ member in struct:idmac_channel
/include/media/
H A Dsoc_camera.h35 struct device *control; /* E.g., the i2c client */
85 struct soc_camera_device *icd; /* Currently attached client */
100 * .get_formats() is called for each client device format, but
379 static inline struct video_device *soc_camera_i2c_to_vdev(const struct i2c_client *client) argument
381 struct v4l2_subdev *sd = i2c_get_clientdata(client);
386 static inline struct soc_camera_subdev_desc *soc_camera_i2c_to_desc(const struct i2c_client *client) argument
388 return client->dev.platform_data;

Completed in 311 milliseconds

12