Home
last modified time | relevance | path

Searched refs:kf (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/iio/buffer/
Dkfifo_buf.c17 struct kfifo kf; member
37 return __kfifo_alloc((struct __kfifo *)&buf->kf, length, in __iio_allocate_kfifo()
48 kfifo_free(&buf->kf); in iio_request_update_kfifo()
54 kfifo_reset_out(&buf->kf); in iio_request_update_kfifo()
63 struct iio_kfifo *kf = iio_to_kfifo(r); in iio_mark_update_needed_kfifo() local
64 kf->update_needed = true; in iio_mark_update_needed_kfifo()
93 struct iio_kfifo *kf = iio_to_kfifo(r); in iio_store_to_kfifo() local
94 ret = kfifo_in(&kf->kf, data, 1); in iio_store_to_kfifo()
104 struct iio_kfifo *kf = iio_to_kfifo(r); in iio_read_first_n_kfifo() local
106 if (mutex_lock_interruptible(&kf->user_lock)) in iio_read_first_n_kfifo()
[all …]
/Linux-v4.19/net/netfilter/
Dnfnetlink_osf.c204 const struct nf_osf_finger *kf; in nf_osf_match() local
218 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_match()
220 f = &kf->finger; in nf_osf_match()
265 const struct nf_osf_finger *kf; in nf_osf_find() local
276 list_for_each_entry_rcu(kf, &nf_osf_fingers[ctx.df], finger_entry) { in nf_osf_find()
277 f = &kf->finger; in nf_osf_find()
299 struct nf_osf_finger *kf = NULL, *sf; in nfnl_osf_add_callback() local
313 kf = kmalloc(sizeof(struct nf_osf_finger), GFP_KERNEL); in nfnl_osf_add_callback()
314 if (!kf) in nfnl_osf_add_callback()
317 memcpy(&kf->finger, f, sizeof(struct nf_osf_user_finger)); in nfnl_osf_add_callback()
[all …]
/Linux-v4.19/arch/arm64/boot/dts/renesas/
DMakefile3 dtb-$(CONFIG_ARCH_R8A7795) += r8a7795-h3ulcb-kf.dtb
6 dtb-$(CONFIG_ARCH_R8A7795) += r8a7795-es1-h3ulcb-kf.dtb
8 dtb-$(CONFIG_ARCH_R8A7796) += r8a7796-m3ulcb-kf.dtb
Dr8a7796-m3ulcb-kf.dts10 #include "ulcb-kf.dtsi"
Dr8a7795-h3ulcb-kf.dts10 #include "ulcb-kf.dtsi"
Dr8a7795-es1-h3ulcb-kf.dts10 #include "ulcb-kf.dtsi"
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
Dtvmodesnv17.c266 int64_t kf; member
343 + (p->kf + p->kif*i + p->ki2f*i*i + in tv_setup_filter()
/Linux-v4.19/drivers/parport/
Dshare.c695 int (*pf)(void *), void (*kf)(void *), in parport_register_device()
709 if (!pf || !kf) { in parport_register_device()
752 tmp->wakeup = kf; in parport_register_device()
/Linux-v4.19/include/linux/
Dparport.h336 int (*pf)(void *), void (*kf)(void *),
/Linux-v4.19/arch/x86/kvm/
Dmmu.c4547 u8 kf = (pfec & PFERR_USER_MASK) ? 0 : u; in update_permission_bitmask() local
4559 smepf = (pfec & PFERR_FETCH_MASK) ? kf : 0; in update_permission_bitmask()
4578 smapf = (pfec & (PFERR_RSVD_MASK|PFERR_FETCH_MASK)) ? 0 : kf; in update_permission_bitmask()
/Linux-v4.19/arch/x86/kernel/cpu/
Dintel_rdt_rdtgroup.c2804 static int rdtgroup_show_options(struct seq_file *seq, struct kernfs_root *kf) in rdtgroup_show_options() argument
/Linux-v4.19/Documentation/
Dparport-lowlevel.txt874 void (*kf) (void *),