Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 1113) sorted by relevance

12345678910>>...45

/Linux-v4.19/drivers/firewire/
Dcore-cdev.c59 struct client { struct
60 u32 version;
84 static inline void client_get(struct client *client) in client_get()
91 struct client *client = container_of(kref, struct client, kref); in client_release() local
97 static void client_put(struct client *client) in client_put()
114 struct client *client; member
138 struct client *client; member
181 struct client *client; member
211 struct client *client; member
252 struct client *client; in fw_device_op_open() local
[all …]
/Linux-v4.19/drivers/misc/
Disl29003.c63 struct i2c_client *client; member
77 static int __isl29003_read_reg(struct i2c_client *client, in __isl29003_read_reg()
85 static int __isl29003_write_reg(struct i2c_client *client, in __isl29003_write_reg()
114 static int isl29003_get_range(struct i2c_client *client) in isl29003_get_range()
120 static int isl29003_set_range(struct i2c_client *client, int range) in isl29003_set_range()
127 static int isl29003_get_resolution(struct i2c_client *client) in isl29003_get_resolution()
133 static int isl29003_set_resolution(struct i2c_client *client, int res) in isl29003_set_resolution()
140 static int isl29003_get_mode(struct i2c_client *client) in isl29003_get_mode()
146 static int isl29003_set_mode(struct i2c_client *client, int mode) in isl29003_set_mode()
153 static int isl29003_set_power_state(struct i2c_client *client, int state) in isl29003_set_power_state()
[all …]
Dad525x_dpot-i2c.c15 static int write_d8(void *client, u8 val) in write_d8()
20 static int write_r8d8(void *client, u8 reg, u8 val) in write_r8d8()
25 static int write_r8d16(void *client, u8 reg, u16 val) in write_r8d16()
30 static int read_d8(void *client) in read_d8()
35 static int read_r8d8(void *client, u8 reg) in read_r8d8()
40 static int read_r8d16(void *client, u8 reg) in read_r8d16()
54 static int ad_dpot_i2c_probe(struct i2c_client *client, in ad_dpot_i2c_probe()
71 static int ad_dpot_i2c_remove(struct i2c_client *client) in ad_dpot_i2c_remove()
Disl29020.c38 struct i2c_client *client = to_i2c_client(dev); in als_sensing_range_show() local
52 struct i2c_client *client = to_i2c_client(dev); in als_lux_input_data_show() local
88 struct i2c_client *client = to_i2c_client(dev); in als_sensing_range_store() local
122 static void als_set_power_state(struct i2c_client *client, int enable) in als_set_power_state()
153 static int als_set_default_config(struct i2c_client *client) in als_set_default_config()
165 static int isl29020_probe(struct i2c_client *client, in isl29020_probe()
185 static int isl29020_remove(struct i2c_client *client) in isl29020_remove()
202 struct i2c_client *client = to_i2c_client(dev); in isl29020_runtime_suspend() local
209 struct i2c_client *client = to_i2c_client(dev); in isl29020_runtime_resume() local
/Linux-v4.19/sound/core/seq/
Dseq_clientmgr.c102 static inline int snd_seq_write_pool_allocated(struct snd_seq_client *client) in snd_seq_write_pool_allocated()
121 struct snd_seq_client *client; in snd_seq_client_use_ptr() local
208 struct snd_seq_client *client; in seq_create_client1() local
252 static int seq_free_client1(struct snd_seq_client *client) in seq_free_client1()
275 static void seq_free_client(struct snd_seq_client * client) in seq_free_client()
306 struct snd_seq_client *client; in snd_seq_open() local
363 struct snd_seq_client *client = file->private_data; in snd_seq_release() local
387 struct snd_seq_client *client = file->private_data; in snd_seq_read() local
516 static int bounce_error_event(struct snd_seq_client *client, in bounce_error_event()
584 static int snd_seq_deliver_single_event(struct snd_seq_client *client, in snd_seq_deliver_single_event()
[all …]
Dseq_system.h30 #define snd_seq_system_client_ev_client_start(client) snd_seq_system_broadcast(client, 0, SNDRV_SEQ… argument
31 #define snd_seq_system_client_ev_client_exit(client) snd_seq_system_broadcast(client, 0, SNDRV_SEQ_… argument
32 #define snd_seq_system_client_ev_client_change(client) snd_seq_system_broadcast(client, 0, SNDRV_SE… argument
33 #define snd_seq_system_client_ev_port_start(client, port) snd_seq_system_broadcast(client, port, SN… argument
34 #define snd_seq_system_client_ev_port_exit(client, port) snd_seq_system_broadcast(client, port, SND… argument
35 #define snd_seq_system_client_ev_port_change(client, port) snd_seq_system_broadcast(client, port, S… argument
/Linux-v4.19/drivers/input/mouse/
Delan_i2c_i2c.c70 static int elan_i2c_read_block(struct i2c_client *client, in elan_i2c_read_block()
96 static int elan_i2c_read_cmd(struct i2c_client *client, u16 reg, u8 *val) in elan_i2c_read_cmd()
109 static int elan_i2c_write_cmd(struct i2c_client *client, u16 reg, u16 cmd) in elan_i2c_write_cmd()
135 static int elan_i2c_initialize(struct i2c_client *client) in elan_i2c_initialize()
174 static int elan_i2c_sleep_control(struct i2c_client *client, bool sleep) in elan_i2c_sleep_control()
180 static int elan_i2c_power_control(struct i2c_client *client, bool enable) in elan_i2c_power_control()
211 static int elan_i2c_set_mode(struct i2c_client *client, u8 mode) in elan_i2c_set_mode()
217 static int elan_i2c_calibrate(struct i2c_client *client) in elan_i2c_calibrate()
222 static int elan_i2c_calibrate_result(struct i2c_client *client, u8 *val) in elan_i2c_calibrate_result()
227 static int elan_i2c_get_baseline_data(struct i2c_client *client, in elan_i2c_get_baseline_data()
[all …]
Delan_i2c_smbus.c56 static int elan_smbus_initialize(struct i2c_client *client) in elan_smbus_initialize()
88 static int elan_smbus_set_mode(struct i2c_client *client, u8 mode) in elan_smbus_set_mode()
96 static int elan_smbus_sleep_control(struct i2c_client *client, bool sleep) in elan_smbus_sleep_control()
104 static int elan_smbus_power_control(struct i2c_client *client, bool enable) in elan_smbus_power_control()
109 static int elan_smbus_calibrate(struct i2c_client *client) in elan_smbus_calibrate()
117 static int elan_smbus_calibrate_result(struct i2c_client *client, u8 *val) in elan_smbus_calibrate_result()
133 static int elan_smbus_get_baseline_data(struct i2c_client *client, in elan_smbus_get_baseline_data()
152 static int elan_smbus_get_version(struct i2c_client *client, in elan_smbus_get_version()
172 static int elan_smbus_get_sm_version(struct i2c_client *client, in elan_smbus_get_sm_version()
192 static int elan_smbus_get_product_id(struct i2c_client *client, u16 *id) in elan_smbus_get_product_id()
[all …]
/Linux-v4.19/drivers/media/i2c/soc_camera/
Dmt9t112.c56 #define mt9t112_reg_write(ret, client, a, b) \ argument
58 #define mt9t112_mcu_write(ret, client, a, b) \ argument
61 #define mt9t112_reg_mask_set(ret, client, a, b, c) \ argument
63 #define mt9t112_mcu_mask_set(ret, client, a, b, c) \ argument
66 #define mt9t112_reg_read(ret, client, a) \ argument
89 struct i2c_client *client; member
141 static struct mt9t112_priv *to_mt9t112(const struct i2c_client *client) in to_mt9t112()
148 static int __mt9t112_reg_read(const struct i2c_client *client, u16 command) in __mt9t112_reg_read()
179 static int __mt9t112_reg_write(const struct i2c_client *client, in __mt9t112_reg_write()
208 static int __mt9t112_reg_mask_set(const struct i2c_client *client, in __mt9t112_reg_mask_set()
[all …]
Dmt9m001.c105 static struct mt9m001 *to_mt9m001(const struct i2c_client *client) in to_mt9m001()
110 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
115 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
121 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
132 static int reg_clear(struct i2c_client *client, const u8 reg, in reg_clear()
143 static int mt9m001_init(struct i2c_client *client) in mt9m001_init()
166 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_s_stream() local
178 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_set_selection() local
238 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_get_selection() local
264 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9m001_get_fmt() local
[all …]
/Linux-v4.19/drivers/media/i2c/
Dmt9t112.c60 #define mt9t112_reg_write(ret, client, a, b) \ argument
62 #define mt9t112_mcu_write(ret, client, a, b) \ argument
65 #define mt9t112_reg_mask_set(ret, client, a, b, c) \ argument
67 #define mt9t112_mcu_mask_set(ret, client, a, b, c) \ argument
70 #define mt9t112_reg_read(ret, client, a) \ argument
93 struct i2c_client *client; member
143 static struct mt9t112_priv *to_mt9t112(const struct i2c_client *client) in to_mt9t112()
150 static int __mt9t112_reg_read(const struct i2c_client *client, u16 command) in __mt9t112_reg_read()
181 static int __mt9t112_reg_write(const struct i2c_client *client, in __mt9t112_reg_write()
208 static int __mt9t112_reg_mask_set(const struct i2c_client *client, in __mt9t112_reg_mask_set()
[all …]
Dmsp3400-driver.c109 int msp_reset(struct i2c_client *client) in msp_reset()
154 static int msp_read(struct i2c_client *client, int dev, int addr) in msp_read()
195 int msp_read_dem(struct i2c_client *client, int addr) in msp_read_dem()
200 int msp_read_dsp(struct i2c_client *client, int addr) in msp_read_dsp()
205 static int msp_write(struct i2c_client *client, int dev, int addr, int val) in msp_write()
233 int msp_write_dem(struct i2c_client *client, int addr, int val) in msp_write_dem()
238 int msp_write_dsp(struct i2c_client *client, int addr, int val) in msp_write_dsp()
284 void msp_set_scart(struct i2c_client *client, int in, int out) in msp_set_scart()
310 static void msp_wake_thread(struct i2c_client *client) in msp_wake_thread()
346 struct i2c_client *client = v4l2_get_subdevdata(&state->sd); in msp_s_ctrl() local
[all …]
Dmsp3400-kthreads.c184 static void msp_set_source(struct i2c_client *client, u16 src) in msp_set_source()
202 void msp3400c_set_carrier(struct i2c_client *client, int cdo1, int cdo2) in msp3400c_set_carrier()
211 void msp3400c_set_mode(struct i2c_client *client, int mode) in msp3400c_set_mode()
249 static void msp3400c_set_audmode(struct i2c_client *client) in msp3400c_set_audmode()
381 static void msp3400c_print_mode(struct i2c_client *client) in msp3400c_print_mode()
410 static int msp3400c_detect_stereo(struct i2c_client *client) in msp3400c_detect_stereo()
488 static void watch_stereo(struct i2c_client *client) in watch_stereo()
501 struct i2c_client *client = data; in msp3400c_thread() local
693 struct i2c_client *client = data; in msp3410d_thread() local
860 static int msp34xxg_modus(struct i2c_client *client) in msp34xxg_modus()
[all …]
Dak881x.c38 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
43 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
49 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
58 static struct ak881x *to_ak881x(const struct i2c_client *client) in to_ak881x()
67 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_g_register() local
84 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_register() local
101 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_fill_fmt() local
131 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_get_selection() local
152 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_std_output() local
183 struct i2c_client *client = v4l2_get_subdevdata(sd); in ak881x_s_stream() local
[all …]
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-audio.c40 static int cx25840_set_audclk_freq(struct i2c_client *client, u32 freq) in cx25840_set_audclk_freq()
290 static inline int cx25836_set_audclk_freq(struct i2c_client *client, u32 freq) in cx25836_set_audclk_freq()
295 static int cx23885_set_audclk_freq(struct i2c_client *client, u32 freq) in cx23885_set_audclk_freq()
337 static int cx231xx_set_audclk_freq(struct i2c_client *client, u32 freq) in cx231xx_set_audclk_freq()
413 static int set_audclk_freq(struct i2c_client *client, u32 freq) in set_audclk_freq()
432 void cx25840_audio_set_path(struct i2c_client *client) in cx25840_audio_set_path()
477 static void set_volume(struct i2c_client *client, int volume) in set_volume()
497 static void set_balance(struct i2c_client *client, int balance) in set_balance()
515 struct i2c_client *client = v4l2_get_subdevdata(sd); in cx25840_s_clock_freq() local
537 struct i2c_client *client = v4l2_get_subdevdata(sd); in cx25840_audio_s_ctrl() local
Dcx25840-core.c84 int cx25840_write(struct i2c_client *client, u16 addr, u8 value) in cx25840_write()
93 int cx25840_write4(struct i2c_client *client, u16 addr, u32 value) in cx25840_write4()
105 u8 cx25840_read(struct i2c_client * client, u16 addr) in cx25840_read()
130 u32 cx25840_read4(struct i2c_client * client, u16 addr) in cx25840_read4()
156 int cx25840_and_or(struct i2c_client *client, u16 addr, unsigned and_mask, in cx25840_and_or()
164 int cx25840_and_or4(struct i2c_client *client, u16 addr, u32 and_mask, in cx25840_and_or4()
182 struct i2c_client *client = v4l2_get_subdevdata(sd); in cx23885_s_io_pin_config() local
331 static void init_dll1(struct i2c_client *client) in init_dll1()
347 static void init_dll2(struct i2c_client *client) in init_dll2()
360 static void cx25836_initialize(struct i2c_client *client) in cx25836_initialize()
[all …]
/Linux-v4.19/drivers/media/common/siano/
Dsmsdvb-main.c75 static void sms_board_dvb3_event(struct smsdvb_client_t *client, in sms_board_dvb3_event()
129 struct smsdvb_client_t *client = in smsdvb_stats_not_ready() local
223 static void smsdvb_update_tx_params(struct smsdvb_client_t *client, in smsdvb_update_tx_params()
240 static void smsdvb_update_per_slices(struct smsdvb_client_t *client, in smsdvb_update_per_slices()
280 static void smsdvb_update_dvb_stats(struct smsdvb_client_t *client, in smsdvb_update_dvb_stats()
332 static void smsdvb_update_isdbt_stats(struct smsdvb_client_t *client, in smsdvb_update_isdbt_stats()
428 static void smsdvb_update_isdbt_stats_ex(struct smsdvb_client_t *client, in smsdvb_update_isdbt_stats_ex()
518 struct smsdvb_client_t *client = (struct smsdvb_client_t *) context; in smsdvb_onresponse() local
612 static void smsdvb_media_device_unregister(struct smsdvb_client_t *client) in smsdvb_media_device_unregister()
626 static void smsdvb_unregister_client(struct smsdvb_client_t *client) in smsdvb_unregister_client()
[all …]
/Linux-v4.19/drivers/media/dvb-frontends/
Dcxd2820r_core.c28 struct i2c_client *client = priv->client[0]; in cxd2820r_wr_reg_val_mask_tab() local
62 struct i2c_client *client = priv->client[0]; in cxd2820r_gpio() local
120 struct i2c_client *client = priv->client[0]; in cxd2820r_set_frontend() local
163 struct i2c_client *client = priv->client[0]; in cxd2820r_read_status() local
190 struct i2c_client *client = priv->client[0]; in cxd2820r_get_frontend() local
219 struct i2c_client *client = priv->client[0]; in cxd2820r_read_ber() local
233 struct i2c_client *client = priv->client[0]; in cxd2820r_read_signal_strength() local
249 struct i2c_client *client = priv->client[0]; in cxd2820r_read_snr() local
265 struct i2c_client *client = priv->client[0]; in cxd2820r_read_ucblocks() local
283 struct i2c_client *client = priv->client[0]; in cxd2820r_sleep() local
[all …]
Drtl2830.c21 static int rtl2830_bulk_write(struct i2c_client *client, unsigned int reg, in rtl2830_bulk_write()
33 static int rtl2830_update_bits(struct i2c_client *client, unsigned int reg, in rtl2830_update_bits()
45 static int rtl2830_bulk_read(struct i2c_client *client, unsigned int reg, in rtl2830_bulk_read()
59 struct i2c_client *client = fe->demodulator_priv; in rtl2830_init() local
149 struct i2c_client *client = fe->demodulator_priv; in rtl2830_sleep() local
170 struct i2c_client *client = fe->demodulator_priv; in rtl2830_set_frontend() local
281 struct i2c_client *client = fe->demodulator_priv; in rtl2830_get_frontend() local
393 struct i2c_client *client = fe->demodulator_priv; in rtl2830_read_status() local
523 struct i2c_client *client = fe->demodulator_priv; in rtl2830_read_ber() local
589 struct i2c_client *client = fe->demodulator_priv; in rtl2830_pid_filter_ctrl() local
[all …]
/Linux-v4.19/drivers/media/tuners/
De4000.c25 struct i2c_client *client = dev->client; in e4000_init() local
93 struct i2c_client *client = dev->client; in e4000_sleep() local
112 struct i2c_client *client = dev->client; in e4000_set_params() local
311 struct i2c_client *client = dev->client; in e4000_g_tuner() local
326 struct i2c_client *client = dev->client; in e4000_s_tuner() local
335 struct i2c_client *client = dev->client; in e4000_g_frequency() local
346 struct i2c_client *client = dev->client; in e4000_s_frequency() local
360 struct i2c_client *client = dev->client; in e4000_enum_freq_bands() local
390 struct i2c_client *client = dev->client; in e4000_set_lna_gain() local
426 struct i2c_client *client = dev->client; in e4000_set_mixer_gain() local
[all …]
/Linux-v4.19/drivers/gpu/drm/
Ddrm_client.c35 static int drm_client_open(struct drm_client_dev *client) in drm_client_open()
53 static void drm_client_close(struct drm_client_dev *client) in drm_client_close()
79 int drm_client_init(struct drm_device *dev, struct drm_client_dev *client, in drm_client_init()
121 void drm_client_add(struct drm_client_dev *client) in drm_client_add()
145 void drm_client_release(struct drm_client_dev *client) in drm_client_release()
160 struct drm_client_dev *client, *tmp; in drm_client_dev_unregister() local
189 struct drm_client_dev *client; in drm_client_dev_hotplug() local
209 struct drm_client_dev *client; in drm_client_dev_restore() local
245 drm_client_buffer_create(struct drm_client_dev *client, u32 width, u32 height, u32 format) in drm_client_buffer_create()
320 struct drm_client_dev *client = buffer->client; in drm_client_buffer_addfb() local
[all …]
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.c32 static void hnae3_set_client_init_flag(struct hnae3_client *client, in hnae3_set_client_init_flag()
50 static int hnae3_get_client_init_flag(struct hnae3_client *client, in hnae3_get_client_init_flag()
75 static int hnae3_match_n_instantiate(struct hnae3_client *client, in hnae3_match_n_instantiate()
108 int hnae3_register_client(struct hnae3_client *client) in hnae3_register_client()
142 void hnae3_unregister_client(struct hnae3_client *client) in hnae3_unregister_client()
165 struct hnae3_client *client; in hnae3_register_ae_algo() local
212 struct hnae3_client *client; in hnae3_unregister_ae_algo() local
247 struct hnae3_client *client; in hnae3_register_ae_dev() local
302 struct hnae3_client *client; in hnae3_unregister_ae_dev() local
/Linux-v4.19/drivers/power/supply/
Dmax17040_battery.c36 struct i2c_client *client; member
76 static int max17040_write_reg(struct i2c_client *client, int reg, u16 value) in max17040_write_reg()
88 static int max17040_read_reg(struct i2c_client *client, int reg) in max17040_read_reg()
100 static void max17040_reset(struct i2c_client *client) in max17040_reset()
105 static void max17040_get_vcell(struct i2c_client *client) in max17040_get_vcell()
115 static void max17040_get_soc(struct i2c_client *client) in max17040_get_soc()
125 static void max17040_get_version(struct i2c_client *client) in max17040_get_version()
134 static void max17040_get_online(struct i2c_client *client) in max17040_get_online()
144 static void max17040_get_status(struct i2c_client *client) in max17040_get_status()
197 static int max17040_probe(struct i2c_client *client, in max17040_probe()
[all …]
/Linux-v4.19/drivers/staging/media/mt9t031/
Dmt9t031.c86 static struct mt9t031 *to_mt9t031(const struct i2c_client *client) in to_mt9t031()
91 static int reg_read(struct i2c_client *client, const u8 reg) in reg_read()
96 static int reg_write(struct i2c_client *client, const u8 reg, in reg_write()
102 static int reg_set(struct i2c_client *client, const u8 reg, in reg_set()
113 static int reg_clear(struct i2c_client *client, const u8 reg, in reg_clear()
124 static int set_shutter(struct i2c_client *client, const u32 data) in set_shutter()
136 static int get_shutter(struct i2c_client *client, u32 *data) in get_shutter()
150 static int mt9t031_idle(struct i2c_client *client) in mt9t031_idle()
166 struct i2c_client *client = v4l2_get_subdevdata(sd); in mt9t031_s_stream() local
201 static int mt9t031_set_params(struct i2c_client *client, in mt9t031_set_params()
[all …]
/Linux-v4.19/drivers/input/misc/
Dadxl34x-i2c.c20 struct i2c_client *client = to_i2c_client(dev); in adxl34x_smbus_read() local
28 struct i2c_client *client = to_i2c_client(dev); in adxl34x_smbus_write() local
37 struct i2c_client *client = to_i2c_client(dev); in adxl34x_smbus_read_block() local
46 struct i2c_client *client = to_i2c_client(dev); in adxl34x_i2c_read_block() local
77 static int adxl34x_i2c_probe(struct i2c_client *client, in adxl34x_i2c_probe()
102 static int adxl34x_i2c_remove(struct i2c_client *client) in adxl34x_i2c_remove()
111 struct i2c_client *client = to_i2c_client(dev); in adxl34x_i2c_suspend() local
121 struct i2c_client *client = to_i2c_client(dev); in adxl34x_i2c_resume() local

12345678910>>...45