Home
last modified time | relevance | path

Searched refs:fs_count (Results 1 – 5 of 5) sorted by relevance

/linux/tools/usb/
H A Dffs-test.c111 __le32 fs_count; member
134 .fs_count = cpu_to_le32(3),
227 __u32 length, fs_count = 0, hs_count = 0, count; in descs_to_legacy() local
260 GET_NEXT_COUNT_IF_FLAG(fs_count, FUNCTIONFS_HAS_FS_DESC); in descs_to_legacy()
264 count = fs_count + hs_count; in descs_to_legacy()
298 out->header.fs_count = cpu_to_le32(fs_count); in descs_to_legacy()
/linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c74 __le32 fs_count; member
88 .fs_count = cpu_to_le32(3),
/linux/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c265 unsigned int fs_count; member
615 node->cur_frm->vb.sequence = node->fs_count - 1; in cfe_process_buffer_complete()
623 .u.frame_sync.frame_sequence = node->fs_count - 1, in cfe_queue_event_sof()
634 trace_cfe_frame_start(node->id, node->fs_count); in cfe_sof_isr()
644 __func__, node_desc[node->id].name, node->fs_count)) in cfe_sof_isr()
649 node->fs_count++; in cfe_sof_isr()
659 if (cfe->node[i].fs_count >= node->fs_count) in cfe_sof_isr()
665 if (matching_fs && cfe->node[i].fs_count != node->fs_count) in cfe_sof_isr()
686 trace_cfe_frame_end(node->id, node->fs_count - 1); in cfe_eof_isr()
1189 node->fs_count = 0; in cfe_start_streaming()
/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c58 __le32 fs_count; member
72 .fs_count = htole32(3),
/linux/drivers/vfio/
H A Dvfio_main.c55 int fs_count; member
199 simple_release_fs(&vfio.vfs_mount, &vfio.fs_count); in vfio_device_release()
259 ret = simple_pin_fs(&vfio_fs_type, &vfio.vfs_mount, &vfio.fs_count); in vfio_fs_inode_new()
265 simple_release_fs(&vfio.vfs_mount, &vfio.fs_count); in vfio_fs_inode_new()
308 simple_release_fs(&vfio.vfs_mount, &vfio.fs_count); in vfio_init_device()