Lines Matching refs:cfg
417 const struct bma150_cfg *cfg) in bma150_initialize() argument
425 error = bma150_set_bandwidth(bma150, cfg->bandwidth); in bma150_initialize()
429 error = bma150_set_range(bma150, cfg->range); in bma150_initialize()
435 cfg->any_motion_int, in bma150_initialize()
436 cfg->any_motion_dur, in bma150_initialize()
437 cfg->any_motion_thres); in bma150_initialize()
442 cfg->hg_int, cfg->hg_hyst, in bma150_initialize()
443 cfg->hg_dur, cfg->hg_thres); in bma150_initialize()
448 cfg->lg_int, cfg->lg_hyst, in bma150_initialize()
449 cfg->lg_dur, cfg->lg_thres); in bma150_initialize()
532 const struct bma150_cfg *cfg; in bma150_probe() local
564 cfg = &pdata->cfg; in bma150_probe()
566 cfg = &default_cfg; in bma150_probe()
569 error = bma150_initialize(bma150, cfg); in bma150_probe()