Searched refs:bcap (Results 1 – 3 of 3) sorted by relevance
594 static int bcap_try_format(struct bcap_device *bcap, in bcap_try_format() argument598 struct bcap_format *sf = bcap->sensor_formats; in bcap_try_format()603 for (i = 0; i < bcap->num_sensor_formats; i++) { in bcap_try_format()608 if (i == bcap->num_sensor_formats) in bcap_try_format()612 ret = v4l2_subdev_call(bcap->sd, video, in bcap_try_format()618 for (i = 0; i < bcap->num_sensor_formats; i++) { in bcap_try_format()
1036 struct gigaset_capi_appl *bcap; in remove_appl_from_channel() local1041 bcap = bcs->ap; in remove_appl_from_channel()1042 if (bcap == NULL) { in remove_appl_from_channel()1048 if (bcap == ap) { in remove_appl_from_channel()1072 if (bcap->bcnext == ap) { in remove_appl_from_channel()1073 bcap->bcnext = bcap->bcnext->bcnext; in remove_appl_from_channel()1077 bcap = bcap->bcnext; in remove_appl_from_channel()1078 } while (bcap != NULL); in remove_appl_from_channel()
283 uint32_t bcap:1; member297 uint32_t bcap:1;