Symbol: bu27034_data
drivers/iio/light/rohm-bu27034.c
1029
struct bu27034_data *data = iio_priv(indio_dev);
drivers/iio/light/rohm-bu27034.c
1049
struct bu27034_data *data = iio_priv(idev);
drivers/iio/light/rohm-bu27034.c
1079
struct bu27034_data *data = iio_priv(idev);
drivers/iio/light/rohm-bu27034.c
1098
static int bu27034_chip_init(struct bu27034_data *data)
drivers/iio/light/rohm-bu27034.c
1130
static int bu27034_wait_for_data(struct bu27034_data *data)
drivers/iio/light/rohm-bu27034.c
1159
struct bu27034_data *data;
drivers/iio/light/rohm-bu27034.c
1205
struct bu27034_data *data = iio_priv(idev);
drivers/iio/light/rohm-bu27034.c
1227
struct bu27034_data *data = iio_priv(idev);
drivers/iio/light/rohm-bu27034.c
1246
struct bu27034_data *data;
drivers/iio/light/rohm-bu27034.c
261
static int bu27034_get_gain_sel(struct bu27034_data *data, int chan)
drivers/iio/light/rohm-bu27034.c
276
static int bu27034_get_gain(struct bu27034_data *data, int chan, int *gain)
drivers/iio/light/rohm-bu27034.c
299
static int bu27034_get_int_time(struct bu27034_data *data)
drivers/iio/light/rohm-bu27034.c
311
static int _bu27034_get_scale(struct bu27034_data *data, int channel, int *val,
drivers/iio/light/rohm-bu27034.c
327
static int bu27034_get_scale(struct bu27034_data *data, int channel, int *val,
drivers/iio/light/rohm-bu27034.c
348
static int bu27034_write_gain_sel(struct bu27034_data *data, int chan, int sel)
drivers/iio/light/rohm-bu27034.c
362
static int bu27034_set_gain(struct bu27034_data *data, int chan, int gain)
drivers/iio/light/rohm-bu27034.c
374
static int bu27034_set_int_time(struct bu27034_data *data, int time)
drivers/iio/light/rohm-bu27034.c
390
static int bu27034_try_set_int_time(struct bu27034_data *data, int time_us)
drivers/iio/light/rohm-bu27034.c
474
static int bu27034_set_scale(struct bu27034_data *data, int chan,
drivers/iio/light/rohm-bu27034.c
750
static bool bu27034_has_valid_sample(struct bu27034_data *data)
drivers/iio/light/rohm-bu27034.c
770
static void bu27034_invalidate_read_data(struct bu27034_data *data)
drivers/iio/light/rohm-bu27034.c
775
static int bu27034_read_result(struct bu27034_data *data, int chan, int *res)
drivers/iio/light/rohm-bu27034.c
799
static int bu27034_get_result_unlocked(struct bu27034_data *data, __le16 *res,
drivers/iio/light/rohm-bu27034.c
831
static int bu27034_meas_set(struct bu27034_data *data, bool en)
drivers/iio/light/rohm-bu27034.c
841
static int bu27034_get_single_result(struct bu27034_data *data, int chan,
drivers/iio/light/rohm-bu27034.c
881
static int bu27034_calc_mlux(struct bu27034_data *data, __le16 *res, int *val)
drivers/iio/light/rohm-bu27034.c
939
static int bu27034_get_mlux(struct bu27034_data *data, int chan, int *val)
drivers/iio/light/rohm-bu27034.c
967
struct bu27034_data *data = iio_priv(idev);
drivers/iio/light/rohm-bu27034.c
991
int (*result_get)(struct bu27034_data *data, int chan, int *val);