/include/media/ |
D | v4l2-i2c-drv-legacy.h | 38 int (*command)(struct i2c_client *client, unsigned int cmd, void *arg); 39 int (*probe)(struct i2c_client *client, const struct i2c_device_id *id); 40 int (*remove)(struct i2c_client *client); 41 int (*suspend)(struct i2c_client *client, pm_message_t state); 42 int (*resume)(struct i2c_client *client); 71 static int v4l2_i2c_drv_detach_legacy(struct i2c_client *client) in v4l2_i2c_drv_detach_legacy() argument 76 v4l2_i2c_data.remove(client); in v4l2_i2c_drv_detach_legacy() 78 err = i2c_detach_client(client); in v4l2_i2c_drv_detach_legacy() 81 kfree(client); in v4l2_i2c_drv_detach_legacy() 85 static int v4l2_i2c_drv_suspend_helper(struct i2c_client *client, pm_message_t state) in v4l2_i2c_drv_suspend_helper() argument [all …]
|
D | v4l2-i2c-drv.h | 43 int (*command)(struct i2c_client *client, unsigned int cmd, void *arg); 44 int (*probe)(struct i2c_client *client, const struct i2c_device_id *id); 45 int (*remove)(struct i2c_client *client); 46 int (*suspend)(struct i2c_client *client, pm_message_t state); 47 int (*resume)(struct i2c_client *client);
|
D | v4l2-common.h | 37 #define v4l_client_printk(level, client, fmt, arg...) \ argument 38 v4l_printk(level, (client)->driver->driver.name, (client)->adapter, \ 39 (client)->addr, fmt , ## arg) 41 #define v4l_err(client, fmt, arg...) \ argument 42 v4l_client_printk(KERN_ERR, client, fmt , ## arg) 44 #define v4l_warn(client, fmt, arg...) \ argument 45 v4l_client_printk(KERN_WARNING, client, fmt , ## arg) 47 #define v4l_info(client, fmt, arg...) \ argument 48 v4l_client_printk(KERN_INFO, client, fmt , ## arg) 52 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument [all …]
|
D | v4l2-ioctl.h | 262 #define v4l_i2c_print_ioctl(client, cmd) \ argument 264 v4l_client_printk(KERN_DEBUG, client, ""); \
|
/include/sound/ |
D | seq_kernel.h | 81 int snd_seq_delete_kernel_client(int client); 82 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, int atomic, int hop); 83 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop); 84 int snd_seq_kernel_client_ctl(int client, unsigned int cmd, void *arg); 97 int snd_seq_set_queue_tempo(int client, struct snd_seq_queue_tempo *tempo); 104 int snd_seq_event_port_attach(int client, struct snd_seq_port_callback *pcbp, 106 int snd_seq_event_port_detach(int client, int port);
|
D | seq_virmidi.h | 37 int client; member 59 int client; /* created/attached client */ member
|
D | soundfont.h | 103 long count, int client); 105 long count, int client); 106 int snd_soundfont_close_check(struct snd_sf_list *sflist, int client);
|
D | asequencer.h | 161 unsigned char client; /**< Client number: 0..255, 255 = broadcast to all clients */ member 387 unsigned char client; /* client id */ member 415 int client; /* client number to inquire */ member 429 int client; /* client number to inquire */ member 594 int client; /* sequencer client */ member
|
D | seq_midi_emul.h | 35 int client; /* The client associated with this channel */ member 69 int client; /* Client for this port */ member
|
D | trident.h | 257 int client; /* sequencer client number */ member 282 unsigned char client; member 428 int client, int port);
|
D | emux_synth.h | 117 int client; /* For the sequencer client */ member
|
D | gus.h | 225 int client; /* sequencer client number */ member 256 unsigned char client; member 583 struct snd_gus_voice *snd_gf1_alloc_voice(struct snd_gus_card * gus, int type, int client, int port…
|
/include/linux/i2c/ |
D | pca953x.h | 12 int (*setup)(struct i2c_client *client, 15 int (*teardown)(struct i2c_client *client,
|
D | max732x.h | 12 int (*setup)(struct i2c_client *client, 15 int (*teardown)(struct i2c_client *client,
|
D | pcf857x.h | 35 int (*setup)(struct i2c_client *client, 38 int (*teardown)(struct i2c_client *client,
|
D | tps65010.h | 180 int (*setup)(struct i2c_client *client, void *context); 181 int (*teardown)(struct i2c_client *client, void *context);
|
/include/linux/ |
D | dm-io.h | 63 struct dm_io_client *client; /* Client memory handler */ member 73 int dm_io_client_resize(unsigned num_pages, struct dm_io_client *client); 74 void dm_io_client_destroy(struct dm_io_client *client);
|
D | i2c.h | 56 extern int i2c_master_send(struct i2c_client *client, const char *buf, 58 extern int i2c_master_recv(struct i2c_client *client, char *buf, int count); 77 extern s32 i2c_smbus_read_byte(struct i2c_client *client); 78 extern s32 i2c_smbus_write_byte(struct i2c_client *client, u8 value); 79 extern s32 i2c_smbus_read_byte_data(struct i2c_client *client, u8 command); 80 extern s32 i2c_smbus_write_byte_data(struct i2c_client *client, 82 extern s32 i2c_smbus_read_word_data(struct i2c_client *client, u8 command); 83 extern s32 i2c_smbus_write_word_data(struct i2c_client *client, 86 extern s32 i2c_smbus_read_block_data(struct i2c_client *client, 88 extern s32 i2c_smbus_write_block_data(struct i2c_client *client, [all …]
|
D | leds-pca9532.h | 32 struct i2c_client *client; member
|
D | nfs_fs_sb.h | 78 struct rpc_clnt * client; /* RPC client handle */ member
|
/include/rdma/ |
D | ib_addr.h | 51 void rdma_addr_register_client(struct rdma_addr_client *client); 57 void rdma_addr_unregister_client(struct rdma_addr_client *client); 89 int rdma_resolve_ip(struct rdma_addr_client *client,
|
D | ib_sa.h | 262 void ib_sa_register_client(struct ib_sa_client *client); 268 void ib_sa_unregister_client(struct ib_sa_client *client); 274 int ib_sa_path_rec_get(struct ib_sa_client *client, 285 int ib_sa_service_rec_query(struct ib_sa_client *client, 333 struct ib_sa_multicast *ib_sa_join_multicast(struct ib_sa_client *client,
|
D | ib_verbs.h | 1171 int ib_register_client (struct ib_client *client); 1172 void ib_unregister_client(struct ib_client *client); 1174 void *ib_get_client_data(struct ib_device *device, struct ib_client *client); 1175 void ib_set_client_data(struct ib_device *device, struct ib_client *client,
|
/include/net/irda/ |
D | ircomm_tty.h | 79 int client; /* True if we are a client */ member
|
D | irlan_common.h | 191 struct irlan_client_cb client; /* Client specific fields */ member
|