/openbmc/linux/drivers/iio/buffer/ |
H A D | kfifo_buf.c | 95 ret = kfifo_in(&kf->kf, data, 1); in iio_store_to_kfifo() 109 if (!kfifo_initialized(&kf->kf) || n < kfifo_esize(&kf->kf)) in iio_read_kfifo() 112 ret = kfifo_to_user(&kf->kf, buf, n, &copied); in iio_read_kfifo() 126 samples = kfifo_len(&kf->kf); in iio_kfifo_buf_data_available() 137 kfifo_free(&kf->kf); in iio_kfifo_buffer_release() 147 avail = kfifo_avail(&kf->kf); in iio_kfifo_buf_space_available() 158 if (kfifo_size(&kf->kf) < 1) in iio_kfifo_remove_from() 161 ret = kfifo_out(&kf->kf, data, 1); in iio_kfifo_remove_from() 177 if (!kfifo_initialized(&kf->kf) || n < kfifo_esize(&kf->kf)) in iio_kfifo_write() 207 kf = kzalloc(sizeof(*kf), GFP_KERNEL); in iio_kfifo_allocate() [all …]
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_osf.c | 205 const struct nf_osf_finger *kf; in nf_osf_match() local 222 f = &kf->finger; in nf_osf_match() 268 const struct nf_osf_finger *kf; in nf_osf_find() local 281 f = &kf->finger; in nf_osf_find() 304 struct nf_osf_finger *kf = NULL, *sf; in nfnl_osf_add_callback() local 326 kf = kmalloc(sizeof(struct nf_osf_finger), GFP_KERNEL); in nfnl_osf_add_callback() 327 if (!kf) in nfnl_osf_add_callback() 330 memcpy(&kf->finger, f, sizeof(struct nf_osf_user_finger)); in nfnl_osf_add_callback() 336 kfree(kf); in nfnl_osf_add_callback() 337 kf = NULL; in nfnl_osf_add_callback() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | Makefile | 34 dtb-$(CONFIG_ARCH_R8A77951) += r8a77951-ulcb-kf.dtb 39 dtb-$(CONFIG_ARCH_R8A77960) += r8a77960-ulcb-kf.dtb 43 dtb-$(CONFIG_ARCH_R8A77961) += r8a77961-ulcb-kf.dtb 48 dtb-$(CONFIG_ARCH_R8A77965) += r8a77965-ulcb-kf.dtb 70 dtb-$(CONFIG_ARCH_R8A77951) += r8a779m1-ulcb-kf.dtb 74 dtb-$(CONFIG_ARCH_R8A77961) += r8a779m3-ulcb-kf.dtb
|
H A D | r8a779m3-ulcb-kf.dts | 7 * Based on r8a77961-ulcb-kf.dts 12 #include "ulcb-kf.dtsi"
|
H A D | r8a779m1-ulcb-kf.dts | 7 * Based on r8a77951-ulcb-kf.dts 13 #include "ulcb-kf.dtsi"
|
H A D | ulcb-kf.dtsi | 467 * #include "ulcb-kf-simple-audio-card.dtsi" 468 * #include "ulcb-kf-simple-audio-card-mix+split.dtsi" 469 * #include "ulcb-kf-audio-graph-card.dtsi" 470 * #include "ulcb-kf-audio-graph-card-mix+split.dtsi" 471 * #include "ulcb-kf-audio-graph-card2-mix+split.dtsi" 473 #include "ulcb-kf-audio-graph-card2.dtsi"
|
H A D | r8a77961-ulcb-kf.dts | 9 #include "ulcb-kf.dtsi"
|
H A D | r8a77960-ulcb-kf.dts | 10 #include "ulcb-kf.dtsi"
|
H A D | r8a77951-ulcb-kf.dts | 10 #include "ulcb-kf.dtsi"
|
H A D | r8a77965-ulcb-kf.dts | 10 #include "ulcb-kf.dtsi"
|
H A D | ulcb-kf-audio-graph-card2.dtsi | 21 #include "ulcb-kf-audio-graph-card.dtsi"
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch | 21 $(fp128_softfp_src) : $(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@)) $(fp128_dep) 22 @src="$(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@))"; \
|
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api_kunit.c | 1020 struct vcap_client_keyfield *kf; in vcap_api_rule_add_keyvalue_test() local 1036 KUNIT_EXPECT_EQ(test, VCAP_FIELD_BIT, kf->ctrl.type); in vcap_api_rule_add_keyvalue_test() 1037 KUNIT_EXPECT_EQ(test, 0x0, kf->data.u1.value); in vcap_api_rule_add_keyvalue_test() 1038 KUNIT_EXPECT_EQ(test, 0x1, kf->data.u1.mask); in vcap_api_rule_add_keyvalue_test() 1049 KUNIT_EXPECT_EQ(test, VCAP_FIELD_BIT, kf->ctrl.type); in vcap_api_rule_add_keyvalue_test() 1050 KUNIT_EXPECT_EQ(test, 0x1, kf->data.u1.value); in vcap_api_rule_add_keyvalue_test() 1051 KUNIT_EXPECT_EQ(test, 0x1, kf->data.u1.mask); in vcap_api_rule_add_keyvalue_test() 1063 KUNIT_EXPECT_EQ(test, VCAP_FIELD_BIT, kf->ctrl.type); in vcap_api_rule_add_keyvalue_test() 1064 KUNIT_EXPECT_EQ(test, 0x0, kf->data.u1.value); in vcap_api_rule_add_keyvalue_test() 1065 KUNIT_EXPECT_EQ(test, 0x0, kf->data.u1.mask); in vcap_api_rule_add_keyvalue_test() [all …]
|
H A D | vcap_api.c | 459 switch (kf->ctrl.type) { in vcap_encode_keyfield() 462 mask = &kf->data.u1.mask; in vcap_encode_keyfield() 470 mask = kf->data.u48.mask; in vcap_encode_keyfield() 474 mask = kf->data.u56.mask; in vcap_encode_keyfield() 478 mask = kf->data.u64.mask; in vcap_encode_keyfield() 482 mask = kf->data.u72.mask; in vcap_encode_keyfield() 486 mask = kf->data.u112.mask; in vcap_encode_keyfield() 490 mask = kf->data.u128.mask; in vcap_encode_keyfield() 2982 kfree(kf); in vcap_enable_rule() 3344 mask = kf.data.u1.mask; in vcap_rule_get_keysets() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 707 g_autoptr(GKeyFile) kf = NULL; in test_qga_config() 729 kf = g_key_file_new(); in test_qga_config() 730 g_key_file_load_from_data(kf, out, -1, G_KEY_FILE_NONE, &error); in test_qga_config() 733 str = g_key_file_get_start_group(kf); in test_qga_config() 737 g_assert_false(g_key_file_get_boolean(kf, "general", "daemon", &error)); in test_qga_config() 740 str = g_key_file_get_string(kf, "general", "method", &error); in test_qga_config() 745 str = g_key_file_get_string(kf, "general", "path", &error); in test_qga_config() 750 str = g_key_file_get_string(kf, "general", "pidfile", &error); in test_qga_config() 755 str = g_key_file_get_string(kf, "general", "statedir", &error); in test_qga_config() 760 g_assert_true(g_key_file_get_boolean(kf, "general", "verbose", &error)); in test_qga_config() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvmodesnv17.c | 264 int64_t kf; member 341 + (p->kf + p->kif*i + p->ki2f*i*i + in tv_setup_filter()
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | mmu.c | 4979 u8 kf = (pfec & PFERR_USER_MASK) ? 0 : u; in update_permission_bitmask() local 4991 smepf = (pfec & PFERR_FETCH_MASK) ? kf : 0; in update_permission_bitmask() 5010 smapf = (pfec & (PFERR_RSVD_MASK|PFERR_FETCH_MASK)) ? 0 : kf; in update_permission_bitmask()
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | distro_alias.inc | 123 DISTRO_PN_ALIAS:pn-kf = "OSPDT"
|
/openbmc/linux/Documentation/driver-api/ |
H A D | parport-lowlevel.rst | 874 void (*kf) (void *),
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | rdtgroup.c | 3650 static int rdtgroup_show_options(struct seq_file *seq, struct kernfs_root *kf) in rdtgroup_show_options() argument
|