Home
last modified time | relevance | path

Searched refs:fst (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/usb/storage/
Dfreecom.c223 struct freecom_status *fst; in freecom_transport() local
230 fst = (struct freecom_status *) us->iobuf; in freecom_transport()
264 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
270 US_DEBUG(pdump(us, (void *)fst, partial)); in freecom_transport()
281 while (fst->Status & FCM_STATUS_BUSY) { in freecom_transport()
283 usb_stor_dbg(us, "fst->Status is %x\n", fst->Status); in freecom_transport()
306 result = usb_stor_bulk_transfer_buf (us, ipipe, fst, in freecom_transport()
313 US_DEBUG(pdump(us, (void *)fst, partial)); in freecom_transport()
318 if ((fst->Status & 1) != 0) { in freecom_transport()
329 le16_to_cpu(fst->Count)); in freecom_transport()
[all …]
/Linux-v4.19/arch/arm64/kernel/
Dfpsimd.c373 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve() local
381 memcpy(ZREG(sst, vq, i), &fst->vregs[i], in fpsimd_to_sve()
382 sizeof(fst->vregs[i])); in fpsimd_to_sve()
399 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd() local
407 memcpy(&fst->vregs[i], ZREG(sst, vq, i), in sve_to_fpsimd()
408 sizeof(fst->vregs[i])); in sve_to_fpsimd()
495 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad() local
506 memcpy(ZREG(sst, vq, i), &fst->vregs[i], in sve_sync_from_fpsimd_zeropad()
507 sizeof(fst->vregs[i])); in sve_sync_from_fpsimd_zeropad()
/Linux-v4.19/samples/bpf/
Dtest_lru_dist.c176 struct stat fst; in read_keys() local
186 assert(fstat(dist_fd, &fst) == 0); in read_keys()
187 b = malloc(fst.st_size); in read_keys()
190 assert(read(dist_fd, b, fst.st_size) == fst.st_size); in read_keys()
192 for (i = 0; i < fst.st_size; i++) { in read_keys()
/Linux-v4.19/drivers/media/usb/pwc/
Dpwc-if.c260 int i, fst, flen; in pwc_isoc_handler() local
310 fst = urb->iso_frame_desc[i].status; in pwc_isoc_handler()
313 if (fst != 0) { in pwc_isoc_handler()
314 PWC_ERROR("Iso frame %d has error %d\n", i, fst); in pwc_isoc_handler()
/Linux-v4.19/arch/s390/hypfs/
Dinode.c311 static struct dentry *hypfs_mount(struct file_system_type *fst, int flags, in hypfs_mount() argument
314 return mount_single(fst, flags, data, hypfs_fill_super); in hypfs_mount()
/Linux-v4.19/drivers/misc/ibmasm/
Dibmasmfs.c94 static struct dentry *ibmasmfs_mount(struct file_system_type *fst, in ibmasmfs_mount() argument
97 return mount_single(fst, flags, data, ibmasmfs_fill_super); in ibmasmfs_mount()
/Linux-v4.19/fs/orangefs/
Dsuper.c457 struct dentry *orangefs_mount(struct file_system_type *fst, in orangefs_mount() argument
500 sb = sget(fst, NULL, set_anon_super, flags, NULL); in orangefs_mount()
Dorangefs-kernel.h318 struct dentry *orangefs_mount(struct file_system_type *fst,
/Linux-v4.19/arch/x86/events/intel/
Dds.c1163 int fll, fst, dsrc; in setup_pebs_sample_data() local
1173 fst = fl & (PERF_X86_EVENT_PEBS_ST | PERF_X86_EVENT_PEBS_HSW_PREC); in setup_pebs_sample_data()
1192 else if (fst && (fl & PERF_X86_EVENT_PEBS_HSW_PREC)) in setup_pebs_sample_data()
1194 else if (fst) in setup_pebs_sample_data()