Symbol: apds990x_chip
drivers/misc/apds990x.c
1022
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
1055
struct apds990x_chip *chip;
drivers/misc/apds990x.c
1190
struct apds990x_chip *chip = i2c_get_clientdata(client);
drivers/misc/apds990x.c
1214
struct apds990x_chip *chip = i2c_get_clientdata(client);
drivers/misc/apds990x.c
1223
struct apds990x_chip *chip = i2c_get_clientdata(client);
drivers/misc/apds990x.c
1239
struct apds990x_chip *chip = i2c_get_clientdata(client);
drivers/misc/apds990x.c
1248
struct apds990x_chip *chip = i2c_get_clientdata(client);
drivers/misc/apds990x.c
186
static int apds990x_read_byte(struct apds990x_chip *chip, u8 reg, u8 *data)
drivers/misc/apds990x.c
199
static int apds990x_read_word(struct apds990x_chip *chip, u8 reg, u16 *data)
drivers/misc/apds990x.c
212
static int apds990x_write_byte(struct apds990x_chip *chip, u8 reg, u8 data)
drivers/misc/apds990x.c
224
static int apds990x_write_word(struct apds990x_chip *chip, u8 reg, u16 data)
drivers/misc/apds990x.c
236
static int apds990x_mode_on(struct apds990x_chip *chip)
drivers/misc/apds990x.c
248
static u16 apds990x_lux_to_threshold(struct apds990x_chip *chip, u32 lux)
drivers/misc/apds990x.c
306
static inline int apds990x_set_atime(struct apds990x_chip *chip, u32 time_ms)
drivers/misc/apds990x.c
319
static int apds990x_refresh_pthres(struct apds990x_chip *chip, int data)
drivers/misc/apds990x.c
344
static int apds990x_refresh_athres(struct apds990x_chip *chip)
drivers/misc/apds990x.c
360
static void apds990x_force_a_refresh(struct apds990x_chip *chip)
drivers/misc/apds990x.c
368
static void apds990x_force_p_refresh(struct apds990x_chip *chip)
drivers/misc/apds990x.c
376
static int apds990x_calc_again(struct apds990x_chip *chip)
drivers/misc/apds990x.c
431
static int apds990x_get_lux(struct apds990x_chip *chip, int clear, int ir)
drivers/misc/apds990x.c
452
static int apds990x_ack_int(struct apds990x_chip *chip, u8 mode)
drivers/misc/apds990x.c
476
struct apds990x_chip *chip = data;
drivers/misc/apds990x.c
536
static int apds990x_configure(struct apds990x_chip *chip)
drivers/misc/apds990x.c
566
static int apds990x_detect(struct apds990x_chip *chip)
drivers/misc/apds990x.c
598
static int apds990x_chip_on(struct apds990x_chip *chip)
drivers/misc/apds990x.c
615
static int apds990x_chip_off(struct apds990x_chip *chip)
drivers/misc/apds990x.c
625
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
673
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
682
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
713
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
718
static int apds990x_set_arate(struct apds990x_chip *chip, int rate)
drivers/misc/apds990x.c
747
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
773
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
797
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
806
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
838
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
848
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
876
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
884
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
889
static ssize_t apds990x_set_lux_thresh(struct apds990x_chip *chip, u32 *target,
drivers/misc/apds990x.c
919
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
931
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
950
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
959
struct apds990x_chip *chip = dev_get_drvdata(dev);
drivers/misc/apds990x.c
993
struct apds990x_chip *chip = dev_get_drvdata(dev);