| /device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
| D | i2c-core-base.c | 81 …struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id, const struct i2c_client *client) in i2c_match_id() 99 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_match() local 119 struct i2c_client *client = to_i2c_client(dev); in i2c_device_uevent() local 447 static int i2c_smbus_host_notify_to_irq(const struct i2c_client *client) in i2c_smbus_host_notify_to_irq() 467 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_probe() local 567 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_remove() local 596 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_shutdown() local 623 struct i2c_client *client = to_i2c_client(dev); in modalias_show() local 677 static unsigned short i2c_encode_flags_to_addr(struct i2c_client *client) in i2c_encode_flags_to_addr() 735 struct i2c_client *client = i2c_verify_client(dev); in i2c_check_addr_busy_ext() local [all …]
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/i2c/ |
| D | dw9763.c | 79 static int dw9763_read_reg(struct i2c_client *client, in dw9763_read_reg() 112 static int dw9763_write_reg(struct i2c_client *client, in dw9763_write_reg() 142 struct i2c_client *client = v4l2_get_subdevdata(&dev_vcm->sd); in dw9763_get_pos() local 175 struct i2c_client *client = v4l2_get_subdevdata(&dev_vcm->sd); in dw9763_set_pos() local 213 struct i2c_client *client = v4l2_get_subdevdata(&dev_vcm->sd); in dw9763_set_ctrl() local 265 struct i2c_client *client = v4l2_get_subdevdata(&dev->sd); in dw9763t_init() local 349 struct i2c_client *client = v4l2_get_subdevdata(sd); in dw9763_ioctl() local 382 struct i2c_client *client = v4l2_get_subdevdata(sd); in dw9763_compat_ioctl32() local 449 static int dw9763_probe(struct i2c_client *client, in dw9763_probe() 626 static int dw9763_remove(struct i2c_client *client) in dw9763_remove()
|
| D | ov13855.c | 115 struct i2c_client *client; member 1080 static int ov13855_write_reg(struct i2c_client *client, u16 reg, in ov13855_write_reg() 1110 static int ov13855_write_array(struct i2c_client *client, in ov13855_write_array() 1125 static int ov13855_read_reg(struct i2c_client *client, u16 reg, in ov13855_read_reg() 1446 struct i2c_client *client = ov13855->client; in ov13855_s_stream() local 1483 struct i2c_client *client = ov13855->client; in ov13855_s_power() local 1604 struct i2c_client *client = to_i2c_client(dev); in ov13855_runtime_resume() local 1613 struct i2c_client *client = to_i2c_client(dev); in ov13855_runtime_suspend() local 1740 struct i2c_client *client = ov13855->client; in ov13855_set_ctrl() local 1879 struct i2c_client *client) in ov13855_check_sensor_id() [all …]
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| D | i2c.h | 70 static inline int i2c_master_recv(const struct i2c_client *client, char *buf, int count) in i2c_master_recv() 84 static inline int i2c_master_recv_dmasafe(const struct i2c_client *client, char *buf, int count) in i2c_master_recv_dmasafe() 97 static inline int i2c_master_send(const struct i2c_client *client, const char *buf, int count) in i2c_master_send() 111 static inline int i2c_master_send_dmasafe(const struct i2c_client *client, const char *buf, int cou… in i2c_master_send_dmasafe() 144 static inline s32 i2c_smbus_read_word_swapped(const struct i2c_client *client, u8 command) in i2c_smbus_read_word_swapped() 151 static inline s32 i2c_smbus_write_word_swapped(const struct i2c_client *client, u8 command, u16 val… in i2c_smbus_write_word_swapped() 327 static inline void *i2c_get_clientdata(const struct i2c_client *client) in i2c_get_clientdata() 332 static inline void i2c_set_clientdata(struct i2c_client *client, void *data) in i2c_set_clientdata() 352 static inline int i2c_slave_event(struct i2c_client *client, enum i2c_slave_event event, u8 *val) in i2c_slave_event() 812 static inline bool i2c_client_has_driver(struct i2c_client *client) in i2c_client_has_driver() [all …]
|
| /device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
| D | cw2017_battery.c | 564 static int cw_bat_probe(struct i2c_client *client) in cw_bat_probe() 624 struct i2c_client *client = to_i2c_client(dev); in cw_bat_suspend() local 633 struct i2c_client *client = to_i2c_client(dev); in cw_bat_resume() local 643 static int cw_bat_remove(struct i2c_client *client) in cw_bat_remove()
|
| D | bq25700_charger.c | 155 struct i2c_client *client; member 1931 static int bq25700_probe(struct i2c_client *client, in bq25700_probe() 2055 static void bq25700_shutdown(struct i2c_client *client) in bq25700_shutdown()
|
| D | rk817_charger.c | 289 struct i2c_client *client; member 1575 struct i2c_client *client = rk817->i2c; in rk817_charge_probe() local
|
| /device/qemu/riscv32_virt/liteos_m/board/hardware/adapter/ |
| D | hdf_syscall_adapter.h | 29 struct HdfDeviceIoClient client; member
|
| /device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/ |
| D | es8323_linux_driver.c | 69 static int es8323_i2c_remove(struct i2c_client *client) in es8323_i2c_remove()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ipa_control/ |
| D | mali_kbase_csf_ipa_control.c | 516 size_t num_counters, void **client) in kbase_ipa_control_register() 700 int kbase_ipa_control_unregister(struct kbase_device *kbdev, const void *client) in kbase_ipa_control_unregister() 782 int kbase_ipa_control_query(struct kbase_device *kbdev, const void *client, in kbase_ipa_control_query()
|
| /device/soc/rockchip/common/vendor/drivers/media/i2c/ |
| D | gc2093.c | 1268 struct i2c_client *client = to_i2c_client(dev); in gc2093_runtime_resume() local 1278 struct i2c_client *client = to_i2c_client(dev); in gc2093_runtime_suspend() local 1289 static int gc2093_probe(struct i2c_client *client, const struct i2c_device_id *id) in gc2093_probe() 1418 static int gc2093_remove(struct i2c_client *client) in gc2093_remove()
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
| D | drv_media_mem.h | 138 struct ion_client *client; member 188 struct ion_client *client; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/mfd/ |
| D | rk808.c | 1150 static int rk808_probe(struct i2c_client *client, const struct i2c_device_id *id) in rk808_probe() 1382 static int rk808_remove(struct i2c_client *client) in rk808_remove()
|
| /device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
| D | fan53555.c | 697 static int fan53555_regulator_probe(struct i2c_client *client, const struct i2c_device_id *id) in fan53555_regulator_probe() 786 static void fan53555_regulator_shutdown(struct i2c_client *client) in fan53555_regulator_shutdown()
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| D | mpp_service.h | 116 RK_S32 client; member
|
| /device/soc/rockchip/rk3588/kernel/include/linux/power/ |
| D | cw2015_battery.h | 91 struct i2c_client *client; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| D | drm_ioctl.c | 184 struct drm_client *client = data; in drm_getclient() local
|
| /device/soc/rockchip/rk3588/kernel/include/linux/mfd/ |
| D | rk618.h | 116 struct i2c_client *client; member
|
| D | rk630.h | 166 struct i2c_client *client; member
|
| D | rk628.h | 243 struct i2c_client *client; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/ |
| D | v4l2-async.c | 57 struct i2c_client *client = i2c_verify_client(sd->dev); in match_i2c() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | dhcp.h | 249 struct dhcp_client client; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
| D | nouveau_drm.c | 762 struct nvkm_client *client; in nouveau_drm_device_remove() local
|
| D | nouveau_drv.h | 135 struct nouveau_cli client; member
|
| /device/soc/rockchip/common/vendor/drivers/power/ |
| D | rk817_charger.c | 309 struct i2c_client *client; member 1520 struct i2c_client *client = rk817->i2c; in rk817_charge_probe() local
|