Searched refs:kf (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/iio/buffer/ |
D | kfifo_buf.c | 14 struct kfifo kf; member 27 return __kfifo_alloc((struct __kfifo *)&buf->kf, length, in __iio_allocate_kfifo() 38 kfifo_free(&buf->kf); in iio_request_update_kfifo() 44 kfifo_reset_out(&buf->kf); in iio_request_update_kfifo() 53 struct iio_kfifo *kf = iio_to_kfifo(r); in iio_mark_update_needed_kfifo() local 54 kf->update_needed = true; in iio_mark_update_needed_kfifo() 83 struct iio_kfifo *kf = iio_to_kfifo(r); in iio_store_to_kfifo() local 84 ret = kfifo_in(&kf->kf, data, 1); in iio_store_to_kfifo() 94 struct iio_kfifo *kf = iio_to_kfifo(r); in iio_read_first_n_kfifo() local 96 if (mutex_lock_interruptible(&kf->user_lock)) in iio_read_first_n_kfifo() [all …]
|
/linux-4.4.14/net/netfilter/ |
D | xt_osf.c | 69 struct xt_osf_finger *kf = NULL, *sf; in xt_osf_add_callback() local 80 kf = kmalloc(sizeof(struct xt_osf_finger), GFP_KERNEL); in xt_osf_add_callback() 81 if (!kf) in xt_osf_add_callback() 84 memcpy(&kf->finger, f, sizeof(struct xt_osf_user_finger)); in xt_osf_add_callback() 90 kfree(kf); in xt_osf_add_callback() 91 kf = NULL; in xt_osf_add_callback() 101 if (kf) in xt_osf_add_callback() 102 list_add_tail_rcu(&kf->finger_entry, &xt_osf_fingers[!!f->df]); in xt_osf_add_callback() 201 const struct xt_osf_finger *kf; in xt_osf_match_packet() local 227 list_for_each_entry_rcu(kf, &xt_osf_fingers[df], finger_entry) { in xt_osf_match_packet() [all …]
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_parallel.c | 618 static void kf(void *handle) in kf() function 661 pf, kf, lirc_lirc_irq_handler, 0, in lirc_parallel_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvmodesnv17.c | 266 int64_t kf; member 343 + (p->kf + p->kif*i + p->ki2f*i*i + in tv_setup_filter()
|
/linux-4.4.14/drivers/parport/ |
D | share.c | 691 int (*pf)(void *), void (*kf)(void *), in parport_register_device() 705 if (!pf || !kf) { in parport_register_device() 752 tmp->wakeup = kf; in parport_register_device()
|
/linux-4.4.14/include/linux/ |
D | parport.h | 335 int (*pf)(void *), void (*kf)(void *),
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-ds1685.c | 1468 DS1685_RTC_SYSFS_CTRL_REG_RW(kf);
|
/linux-4.4.14/Documentation/ |
D | parport-lowlevel.txt | 724 void (*kf) (void *),
|