Searched refs:source_entry (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dds90ub953.c507 struct v4l2_mbus_frame_desc_entry *source_entry = NULL; local
515 source_entry = &source_fd.entry[i];
520 if (!source_entry) {
528 fd->entry[fd->num_entries].flags = source_entry->flags;
529 fd->entry[fd->num_entries].length = source_entry->length;
530 fd->entry[fd->num_entries].pixelcode = source_entry->pixelcode;
532 source_entry->bus.csi2.vc;
534 source_entry->bus.csi2.dt;
H A Dds90ub960.c2795 struct v4l2_mbus_frame_desc_entry *source_entry = NULL; local
2818 source_entry = &source_fd.entry[i];
2823 if (!source_entry) {
2831 fd->entry[fd->num_entries].flags = source_entry->flags;
2832 fd->entry[fd->num_entries].length = source_entry->length;
2833 fd->entry[fd->num_entries].pixelcode = source_entry->pixelcode;
2839 source_entry->bus.csi2.dt;
/linux-master/kernel/locking/
H A Dlockdep.c1693 * @source_entry: the source of the path we are searching for.
1717 static enum bfs_result __bfs(struct lock_list *source_entry, argument
1734 __cq_enqueue(cq, source_entry);

Completed in 146 milliseconds