Home
last modified time | relevance | path

Searched defs:client (Results 76 – 100 of 1484) sorted by relevance

12345678910>>...60

/Linux-v6.6/drivers/media/i2c/
Drj54n1cb0c.c425 static struct rj54n1 *to_rj54n1(const struct i2c_client *client) in to_rj54n1()
430 static int reg_read(struct i2c_client *client, const u16 reg) in reg_read()
446 static int reg_write(struct i2c_client *client, const u16 reg, in reg_write()
464 static int reg_set(struct i2c_client *client, const u16 reg, in reg_set()
475 static int reg_write_multiple(struct i2c_client *client, in reg_write_multiple()
503 struct i2c_client *client = v4l2_get_subdevdata(sd); in rj54n1_s_stream() local
509 static int rj54n1_set_rect(struct i2c_client *client, in rj54n1_set_rect()
531 static int rj54n1_commit(struct i2c_client *client) in rj54n1_commit()
547 struct i2c_client *client = v4l2_get_subdevdata(sd); in rj54n1_set_selection() local
584 struct i2c_client *client = v4l2_get_subdevdata(sd); in rj54n1_get_selection() local
[all …]
Dtw2804.c106 static int write_reg(struct i2c_client *client, u8 reg, u8 value, u8 channel) in write_reg()
111 static int write_regs(struct i2c_client *client, const u8 *regs, u8 channel) in write_regs()
125 static int read_reg(struct i2c_client *client, u8 reg, u8 channel) in read_reg()
167 struct i2c_client *client = v4l2_get_subdevdata(&state->sd); in tw2804_g_volatile_ctrl() local
192 struct i2c_client *client = v4l2_get_subdevdata(&state->sd); in tw2804_s_ctrl() local
253 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw2804_s_std() local
278 struct i2c_client *client = v4l2_get_subdevdata(sd); in tw2804_s_video_routing() local
346 static int tw2804_probe(struct i2c_client *client) in tw2804_probe()
407 static void tw2804_remove(struct i2c_client *client) in tw2804_remove()
Ddw9807-vcm.c53 static int dw9807_i2c_check(struct i2c_client *client) in dw9807_i2c_check()
76 static int dw9807_set_dac(struct i2c_client *client, u16 data) in dw9807_set_dac()
118 struct i2c_client *client = v4l2_get_subdevdata(&dev_vcm->sd); in dw9807_set_ctrl() local
161 struct i2c_client *client = v4l2_get_subdevdata(&dev_vcm->sd); in dw9807_init_controls() local
178 static int dw9807_probe(struct i2c_client *client) in dw9807_probe()
219 static void dw9807_remove(struct i2c_client *client) in dw9807_remove()
236 struct i2c_client *client = to_i2c_client(dev); in dw9807_vcm_suspend() local
268 struct i2c_client *client = to_i2c_client(dev); in dw9807_vcm_resume() local
Dov2659.c204 struct i2c_client *client; member
823 static int ov2659_write(struct i2c_client *client, u16 reg, u8 val) in ov2659_write()
849 static int ov2659_read(struct i2c_client *client, u16 reg, u8 *val) in ov2659_read()
880 static int ov2659_write_array(struct i2c_client *client, in ov2659_write_array()
895 struct i2c_client *client = ov2659->client; in ov2659_pll_calc_params() local
935 struct i2c_client *client = ov2659->client; in ov2659_set_pixel_clock() local
959 struct i2c_client *client = ov2659->client; in ov2659_set_streaming() local
973 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2659_init() local
986 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2659_enum_mbus_code() local
1002 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov2659_enum_frame_sizes() local
[all …]
Dov6650.c249 static int ov6650_reg_read(struct i2c_client *client, u8 reg, u8 *val) in ov6650_reg_read()
278 static int ov6650_reg_write(struct i2c_client *client, u8 reg, u8 val) in ov6650_reg_write()
301 static int ov6650_reg_rmw(struct i2c_client *client, u8 reg, u8 set, u8 mask) in ov6650_reg_rmw()
326 static struct ov6650 *to_ov6650(const struct i2c_client *client) in to_ov6650()
342 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6550_g_volatile_ctrl() local
375 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6550_s_ctrl() local
427 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_get_register() local
446 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_set_register() local
457 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_s_power() local
473 struct i2c_client *client = v4l2_get_subdevdata(sd); in ov6650_get_selection() local
[all …]
/Linux-v6.6/drivers/misc/
Dad525x_dpot-spi.c14 static int write8(void *client, u8 val) in write8()
21 static int write16(void *client, u8 reg, u8 val) in write16()
28 static int write24(void *client, u8 reg, u16 val) in write24()
35 static int read8(void *client) in read8()
47 static int read16(void *client, u8 reg) in read16()
60 static int read24(void *client, u8 reg) in read24()
/Linux-v6.6/net/ceph/
Dceph_common.c105 int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid) in ceph_check_fsid()
132 struct ceph_client *client) in ceph_compare_options()
604 int ceph_print_client_options(struct seq_file *m, struct ceph_client *client, in ceph_print_client_options()
692 struct ceph_entity_addr *ceph_client_addr(struct ceph_client *client) in ceph_client_addr()
698 u64 ceph_client_gid(struct ceph_client *client) in ceph_client_gid()
709 struct ceph_client *client; in ceph_create_client() local
760 void ceph_destroy_client(struct ceph_client *client) in ceph_destroy_client()
780 void ceph_reset_client_addr(struct ceph_client *client) in ceph_reset_client_addr()
791 static bool have_mon_and_osd_map(struct ceph_client *client) in have_mon_and_osd_map()
800 int __ceph_open_session(struct ceph_client *client, unsigned long started) in __ceph_open_session()
[all …]
/Linux-v6.6/drivers/input/
Devdev.c75 static bool __evdev_is_filtered(struct evdev_client *client, in __evdev_is_filtered()
101 static void __evdev_flush_queue(struct evdev_client *client, unsigned int type) in __evdev_flush_queue()
143 static void __evdev_queue_syn_dropped(struct evdev_client *client) in __evdev_queue_syn_dropped()
165 static void evdev_queue_syn_dropped(struct evdev_client *client) in evdev_queue_syn_dropped()
174 static int evdev_set_clk_type(struct evdev_client *client, unsigned int clkid) in evdev_set_clk_type()
214 static void __pass_event(struct evdev_client *client, in __pass_event()
244 static void evdev_pass_values(struct evdev_client *client, in evdev_pass_values()
295 struct evdev_client *client; in evdev_events() local
324 struct evdev_client *client = file->private_data; in evdev_fasync() local
341 static int evdev_grab(struct evdev *evdev, struct evdev_client *client) in evdev_grab()
[all …]
/Linux-v6.6/drivers/input/touchscreen/
Delants_i2c.c152 struct i2c_client *client; member
190 static int elants_i2c_send(struct i2c_client *client, in elants_i2c_send()
208 static int elants_i2c_read(struct i2c_client *client, void *data, size_t size) in elants_i2c_read()
224 static int elants_i2c_execute_command(struct i2c_client *client, in elants_i2c_execute_command()
300 struct i2c_client *client = ts->client; in elants_i2c_calibrate() local
339 static int elants_i2c_sw_reset(struct i2c_client *client) in elants_i2c_sw_reset()
367 struct i2c_client *client = ts->client; in elants_i2c_query_hw_version() local
392 struct i2c_client *client = ts->client; in elants_i2c_query_fw_version() local
420 struct i2c_client *client = ts->client; in elants_i2c_query_test_version() local
443 struct i2c_client *client = ts->client; in elants_i2c_query_bc_version() local
[all …]
Degalax_ts.c60 struct i2c_client *client; member
68 struct i2c_client *client = ts->client; in egalax_ts_interrupt() local
120 static int egalax_wake_up_device(struct i2c_client *client) in egalax_wake_up_device()
146 static int egalax_firmware_version(struct i2c_client *client) in egalax_firmware_version()
158 static int egalax_ts_probe(struct i2c_client *client) in egalax_ts_probe()
231 struct i2c_client *client = to_i2c_client(dev); in egalax_ts_suspend() local
243 struct i2c_client *client = to_i2c_client(dev); in egalax_ts_resume() local
/Linux-v6.6/drivers/rtc/
Drtc-pcf8583.c49 static int pcf8583_get_datetime(struct i2c_client *client, struct rtc_time *dt) in pcf8583_get_datetime()
87 static int pcf8583_set_datetime(struct i2c_client *client, struct rtc_time *dt, int datetoo) in pcf8583_set_datetime()
115 static int pcf8583_get_ctrl(struct i2c_client *client, unsigned char *ctrl) in pcf8583_get_ctrl()
121 static int pcf8583_set_ctrl(struct i2c_client *client, unsigned char *ctrl) in pcf8583_set_ctrl()
132 static int pcf8583_read_mem(struct i2c_client *client, struct rtc_mem *mem) in pcf8583_read_mem()
157 static int pcf8583_write_mem(struct i2c_client *client, struct rtc_mem *mem) in pcf8583_write_mem()
174 struct i2c_client *client = to_i2c_client(dev); in pcf8583_rtc_read_time() local
224 struct i2c_client *client = to_i2c_client(dev); in pcf8583_rtc_set_time() local
278 static int pcf8583_probe(struct i2c_client *client) in pcf8583_probe()
Drtc-isl12026.c42 static int isl12026_read_reg(struct i2c_client *client, int reg) in isl12026_read_reg()
73 static int isl12026_arm_write(struct i2c_client *client) in isl12026_arm_write()
112 static int isl12026_disarm_write(struct i2c_client *client) in isl12026_disarm_write()
135 static int isl12026_write_reg(struct i2c_client *client, int reg, u8 val) in isl12026_write_reg()
166 struct i2c_client *client = to_i2c_client(dev); in isl12026_rtc_set_time() local
205 struct i2c_client *client = to_i2c_client(dev); in isl12026_rtc_read_time() local
378 static void isl12026_force_power_modes(struct i2c_client *client) in isl12026_force_power_modes()
431 static int isl12026_probe(struct i2c_client *client) in isl12026_probe()
474 static void isl12026_remove(struct i2c_client *client) in isl12026_remove()
/Linux-v6.6/drivers/power/supply/
Drt5033_battery.c17 struct i2c_client *client; member
22 static int rt5033_battery_get_status(struct i2c_client *client) in rt5033_battery_get_status()
37 static int rt5033_battery_get_capacity(struct i2c_client *client) in rt5033_battery_get_capacity()
47 static int rt5033_battery_get_present(struct i2c_client *client) in rt5033_battery_get_present()
57 static int rt5033_battery_get_watt_prop(struct i2c_client *client, in rt5033_battery_get_watt_prop()
141 static int rt5033_battery_probe(struct i2c_client *client) in rt5033_battery_probe()
175 static void rt5033_battery_remove(struct i2c_client *client) in rt5033_battery_remove()
Dsbs-battery.c205 struct i2c_client *client; member
268 struct i2c_client *client = chip->client; in sbs_update_presence() local
334 static int sbs_read_word_data(struct i2c_client *client, u8 address) in sbs_read_word_data()
357 static int sbs_read_string_data_fallback(struct i2c_client *client, u8 address, char *values) in sbs_read_string_data_fallback()
425 static int sbs_read_string_data(struct i2c_client *client, u8 address, char *values) in sbs_read_string_data()
457 static int sbs_write_word_data(struct i2c_client *client, u8 address, in sbs_write_word_data()
481 static int sbs_status_correct(struct i2c_client *client, int *intval) in sbs_status_correct()
506 static bool sbs_bat_needs_calibration(struct i2c_client *client) in sbs_bat_needs_calibration()
518 struct i2c_client *client, enum power_supply_property psp, in sbs_get_ti_battery_presence_and_health()
576 struct i2c_client *client, enum power_supply_property psp, in sbs_get_battery_presence_and_health()
[all …]
/Linux-v6.6/drivers/gpu/drm/nouveau/nvif/
Dclient.c33 nvif_client_ioctl(struct nvif_client *client, void *data, u32 size) in nvif_client_ioctl()
39 nvif_client_suspend(struct nvif_client *client) in nvif_client_suspend()
45 nvif_client_resume(struct nvif_client *client) in nvif_client_resume()
51 nvif_client_dtor(struct nvif_client *client) in nvif_client_dtor()
63 struct nvif_client *client) in nvif_client_ctor()
/Linux-v6.6/drivers/media/tuners/
Dtua9001.c13 struct i2c_client *client = dev->client; in tua9001_init() local
57 struct i2c_client *client = dev->client; in tua9001_sleep() local
78 struct i2c_client *client = dev->client; in tua9001_set_params() local
148 struct i2c_client *client = dev->client; in tua9001_get_if_frequency() local
170 static int tua9001_probe(struct i2c_client *client) in tua9001_probe()
229 static void tua9001_remove(struct i2c_client *client) in tua9001_remove()
/Linux-v6.6/drivers/hwmon/pmbus/
Dmp2888.c39 static int mp2888_read_byte_data(struct i2c_client *client, int page, int reg) in mp2888_read_byte_data()
51 mp2888_current_sense_gain_and_resolution_get(struct i2c_client *client, struct mp2888_data *data) in mp2888_current_sense_gain_and_resolution_get()
94 mp2888_read_phase(struct i2c_client *client, struct mp2888_data *data, int page, int phase, u8 reg) in mp2888_read_phase()
128 mp2888_read_phases(struct i2c_client *client, struct mp2888_data *data, int page, int phase) in mp2888_read_phases()
154 static int mp2888_read_word_data(struct i2c_client *client, int page, int phase, int reg) in mp2888_read_word_data()
263 static int mp2888_write_word_data(struct i2c_client *client, int page, int reg, u16 word) in mp2888_write_word_data()
295 mp2888_identify_multiphase(struct i2c_client *client, struct mp2888_data *data, in mp2888_identify_multiphase()
354 static int mp2888_probe(struct i2c_client *client) in mp2888_probe()
/Linux-v6.6/drivers/regulator/
Dad5398.c21 struct i2c_client *client; member
38 static int ad5398_read_reg(struct i2c_client *client, unsigned short *data) in ad5398_read_reg()
53 static int ad5398_write_reg(struct i2c_client *client, const unsigned short data) in ad5398_write_reg()
71 struct i2c_client *client = chip->client; in ad5398_get_current_limit() local
87 struct i2c_client *client = chip->client; in ad5398_set_current_limit() local
127 struct i2c_client *client = chip->client; in ad5398_is_enabled() local
144 struct i2c_client *client = chip->client; in ad5398_enable() local
165 struct i2c_client *client = chip->client; in ad5398_disable() local
215 static int ad5398_probe(struct i2c_client *client) in ad5398_probe()
/Linux-v6.6/drivers/input/rmi4/
Drmi_smbus.c33 struct i2c_client *client; member
44 struct i2c_client *client = rmi_smb->client; in rmi_smb_get_version() local
63 struct i2c_client *client = rmi_smb->client; in smb_block_write() local
179 struct i2c_client *client = rmi_smb->client; in smb_block_read() local
238 struct i2c_client *client = rmi_smb->client; in rmi_smb_enable_smbus_mode() local
287 static int rmi_smb_probe(struct i2c_client *client) in rmi_smb_probe()
346 static void rmi_smb_remove(struct i2c_client *client) in rmi_smb_remove()
355 struct i2c_client *client = to_i2c_client(dev); in rmi_smb_suspend() local
368 struct i2c_client *client = to_i2c_client(dev); in rmi_smb_runtime_suspend() local
381 struct i2c_client *client = container_of(dev, struct i2c_client, dev); in rmi_smb_resume() local
[all …]
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/core/
Dioctl.c33 nvkm_ioctl_nop(struct nvkm_client *client, in nvkm_ioctl_nop()
71 nvkm_ioctl_sclass(struct nvkm_client *client, in nvkm_ioctl_sclass()
103 nvkm_ioctl_new(struct nvkm_client *client, in nvkm_ioctl_new()
166 nvkm_ioctl_del(struct nvkm_client *client, in nvkm_ioctl_del()
185 nvkm_ioctl_mthd(struct nvkm_client *client, in nvkm_ioctl_mthd()
205 nvkm_ioctl_rd(struct nvkm_client *client, in nvkm_ioctl_rd()
245 nvkm_ioctl_wr(struct nvkm_client *client, in nvkm_ioctl_wr()
274 nvkm_ioctl_map(struct nvkm_client *client, in nvkm_ioctl_map()
299 nvkm_ioctl_unmap(struct nvkm_client *client, in nvkm_ioctl_unmap()
333 nvkm_ioctl_path(struct nvkm_client *client, u64 handle, u32 type, in nvkm_ioctl_path()
[all …]
/Linux-v6.6/drivers/gpu/drm/i2c/
Dsil164_drv.c46 #define sil164_dbg(client, format, ...) do { \ argument
51 #define sil164_info(client, format, ...) \ argument
53 #define sil164_err(client, format, ...) \ argument
106 sil164_write(struct i2c_client *client, uint8_t addr, uint8_t val) in sil164_write()
118 sil164_read(struct i2c_client *client, uint8_t addr) in sil164_read()
140 sil164_save_state(struct i2c_client *client, uint8_t *state) in sil164_save_state()
149 sil164_restore_state(struct i2c_client *client, uint8_t *state) in sil164_restore_state()
158 sil164_set_power_state(struct i2c_client *client, bool on) in sil164_set_power_state()
171 sil164_init_state(struct i2c_client *client, in sil164_init_state()
294 struct i2c_client *client = drm_i2c_encoder_get_client(encoder); in sil164_encoder_detect() local
[all …]
/Linux-v6.6/drivers/i2c/
Di2c-core-base.c103 const struct i2c_client *client) in i2c_match_id()
117 const void *i2c_get_match_data(const struct i2c_client *client) in i2c_get_match_data()
138 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_match() local
161 const struct i2c_client *client = to_i2c_client(dev); in i2c_device_uevent() local
472 static int i2c_smbus_host_notify_to_irq(const struct i2c_client *client) in i2c_smbus_host_notify_to_irq()
490 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_probe() local
617 struct i2c_client *client = to_i2c_client(dev); in i2c_device_remove() local
641 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_shutdown() local
669 struct i2c_client *client = to_i2c_client(dev); in modalias_show() local
728 static unsigned short i2c_encode_flags_to_addr(struct i2c_client *client) in i2c_encode_flags_to_addr()
[all …]
Di2c-core-smbus.c102 s32 i2c_smbus_read_byte(const struct i2c_client *client) in i2c_smbus_read_byte()
122 s32 i2c_smbus_write_byte(const struct i2c_client *client, u8 value) in i2c_smbus_write_byte()
137 s32 i2c_smbus_read_byte_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_byte_data()
158 s32 i2c_smbus_write_byte_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_byte_data()
177 s32 i2c_smbus_read_word_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_word_data()
198 s32 i2c_smbus_write_word_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_word_data()
224 s32 i2c_smbus_read_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_read_block_data()
251 s32 i2c_smbus_write_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_block_data()
267 s32 i2c_smbus_read_i2c_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_read_i2c_block_data()
287 s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_i2c_block_data()
[all …]
/Linux-v6.6/drivers/char/tpm/
Dtpm_i2c_nuvoton.c52 static s32 i2c_nuvoton_read_buf(struct i2c_client *client, u8 offset, u8 size, in i2c_nuvoton_read_buf()
64 static s32 i2c_nuvoton_write_buf(struct i2c_client *client, u8 offset, u8 size, in i2c_nuvoton_write_buf()
90 struct i2c_client *client = to_i2c_client(chip->dev.parent); in i2c_nuvoton_read_status() local
105 static s32 i2c_nuvoton_write_status(struct i2c_client *client, u8 data) in i2c_nuvoton_write_status()
123 struct i2c_client *client = to_i2c_client(chip->dev.parent); in i2c_nuvoton_ready() local
135 static int i2c_nuvoton_get_burstcount(struct i2c_client *client, in i2c_nuvoton_get_burstcount()
229 static int i2c_nuvoton_recv_data(struct i2c_client *client, in i2c_nuvoton_recv_data()
268 struct i2c_client *client = to_i2c_client(dev); in i2c_nuvoton_recv() local
356 struct i2c_client *client = to_i2c_client(dev); in i2c_nuvoton_send() local
491 static int get_vid(struct i2c_client *client, u32 *res) in get_vid()
[all …]
/Linux-v6.6/drivers/leds/
Dleds-lp3944.c67 struct i2c_client *client; member
72 struct i2c_client *client; member
76 static int lp3944_reg_read(struct i2c_client *client, u8 reg, u8 *value) in lp3944_reg_read()
89 static int lp3944_reg_write(struct i2c_client *client, u8 reg, u8 value) in lp3944_reg_write()
101 static int lp3944_dim_set_period(struct i2c_client *client, u8 dim, u16 period) in lp3944_dim_set_period()
132 static int lp3944_dim_set_dutycycle(struct i2c_client *client, u8 dim, in lp3944_dim_set_dutycycle()
290 static int lp3944_configure(struct i2c_client *client, in lp3944_configure()
362 static int lp3944_probe(struct i2c_client *client) in lp3944_probe()
399 static void lp3944_remove(struct i2c_client *client) in lp3944_remove()

12345678910>>...60