Lines Matching refs:cfg
416 const struct bma150_cfg *cfg) in bma150_initialize() argument
424 error = bma150_set_bandwidth(bma150, cfg->bandwidth); in bma150_initialize()
428 error = bma150_set_range(bma150, cfg->range); in bma150_initialize()
434 cfg->any_motion_int, in bma150_initialize()
435 cfg->any_motion_dur, in bma150_initialize()
436 cfg->any_motion_thres); in bma150_initialize()
441 cfg->hg_int, cfg->hg_hyst, in bma150_initialize()
442 cfg->hg_dur, cfg->hg_thres); in bma150_initialize()
447 cfg->lg_int, cfg->lg_hyst, in bma150_initialize()
448 cfg->lg_dur, cfg->lg_thres); in bma150_initialize()
531 const struct bma150_cfg *cfg; in bma150_probe() local
563 cfg = &pdata->cfg; in bma150_probe()
565 cfg = &default_cfg; in bma150_probe()
568 error = bma150_initialize(bma150, cfg); in bma150_probe()