Searched refs:skip_im (Results 1 – 4 of 4) sorted by relevance
649 switch (skip_im->info.test.cp_ap) { in ble_skip_image_gpio()652 skip_im->info.gpio.num); in ble_skip_image_gpio()653 if (skip_im->info.gpio.num > NUM_OF_GPIO_PER_REG) in ble_skip_image_gpio()656 offset = skip_im->info.gpio.num; in ble_skip_image_gpio()660 offset = skip_im->info.gpio.num; in ble_skip_image_gpio()683 struct skip_image *skip_im; in ble_skip_current_image() local688 if (skip_im == NULL) in ble_skip_current_image()695 switch (skip_im->detection_method) { in ble_skip_current_image()697 return ble_skip_image_gpio(skip_im); in ble_skip_current_image()699 return ble_skip_image_i2c(skip_im); in ble_skip_current_image()[all …]
137 struct skip_image skip_im = { variable148 return &skip_im; in plat_marvell_get_skip_image_data()
134 struct skip_image skip_im = { variable145 return &skip_im; in plat_marvell_get_skip_image_data()
188 struct skip_image skip_im = { variable199 return &skip_im; in plat_marvell_get_skip_image_data()
Completed in 6 milliseconds