/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_cthelper.c | 35 struct nf_conntrack_helper helper; member 45 struct nf_conntrack_helper *helper; in nfnl_userspace_cthelper() local 99 const struct nf_conntrack_helper *helper; in nfnl_cthelper_from_nlattr() local 116 const struct nf_conntrack_helper *helper; in nfnl_cthelper_to_nlattr() local 223 struct nf_conntrack_helper *helper; in nfnl_cthelper_create() local 320 struct nf_conntrack_helper *helper) in nfnl_cthelper_update_policy_all() 385 struct nf_conntrack_helper *helper) in nfnl_cthelper_update() 423 struct nf_conntrack_helper *cur, *helper = NULL; in nfnl_cthelper_new() local 467 struct nf_conntrack_helper *helper) in nfnl_cthelper_dump_tuple() 491 struct nf_conntrack_helper *helper) in nfnl_cthelper_dump_policy() [all …]
|
H A D | nf_conntrack_helper.c | 106 void nf_conntrack_helper_put(struct nf_conntrack_helper *helper) in nf_conntrack_helper_put() 165 void nf_nat_helper_put(struct nf_conntrack_helper *helper) in nf_nat_helper_put() 194 struct nf_conntrack_helper *helper = NULL; in __nf_ct_try_assign_helper() local 262 struct nf_conntrack_helper *helper; in nf_ct_helper_destroy() local 330 const struct nf_conntrack_helper *helper; in nf_ct_helper_log() local 432 void nf_ct_helper_init(struct nf_conntrack_helper *helper, in nf_ct_helper_init() 462 int nf_conntrack_helpers_register(struct nf_conntrack_helper *helper, in nf_conntrack_helpers_register() 482 void nf_conntrack_helpers_unregister(struct nf_conntrack_helper *helper, in nf_conntrack_helpers_unregister()
|
H A D | nf_conntrack_ovs.c | 15 const struct nf_conntrack_helper *helper; in nf_ct_helper() local 81 struct nf_conntrack_helper *helper; in nf_ct_add_helper() local
|
H A D | nf_conntrack_broadcast.c | 23 const struct nf_conntrack_helper *helper; in nf_conntrack_broadcast_help() local
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_fbdev.c | 34 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in FB_GEN_DEFAULT_DEFERRED_SYSMEM_OPS() local 42 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in msm_fbdev_fb_destroy() local 68 static int msm_fbdev_create(struct drm_fb_helper *helper, in msm_fbdev_create() 142 static int msm_fbdev_fb_dirty(struct drm_fb_helper *helper, in msm_fbdev_fb_dirty() 229 struct drm_fb_helper *helper; in msm_fbdev_setup() local
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_fbdev.c | 44 struct drm_fb_helper *helper = &fbdev->base; in pan_worker() local 61 struct drm_fb_helper *helper = get_fb(fbi); in FB_GEN_DEFAULT_DEFERRED_DMAMEM_OPS() local 92 struct drm_fb_helper *helper = info->par; in omap_fbdev_fb_destroy() local 128 static int omap_fbdev_create(struct drm_fb_helper *helper, in omap_fbdev_create() 257 static int omap_fbdev_dirty(struct drm_fb_helper *helper, struct drm_clip_rect *clip) in omap_fbdev_dirty() 342 struct drm_fb_helper *helper; in omap_fbdev_setup() local
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | fbdev.c | 27 struct drm_fb_helper *helper = info->par; in tegra_fb_mmap() local 42 struct drm_fb_helper *helper = info->par; in tegra_fbdev_fb_destroy() local 69 static int tegra_fbdev_probe(struct drm_fb_helper *helper, in tegra_fbdev_probe() 214 struct drm_fb_helper *helper; in tegra_fbdev_setup() local
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fbdev.c | 30 struct drm_fb_helper *helper = info->par; in exynos_drm_fb_mmap() local 59 static int exynos_drm_fbdev_update(struct drm_fb_helper *helper, in exynos_drm_fbdev_update() 90 static int exynos_drm_fbdev_create(struct drm_fb_helper *helper, in exynos_drm_fbdev_create()
|
/openbmc/phosphor-pid-control/test/ |
H A D | dbus_active_unittest.cpp | 27 auto helper = std::make_unique<DbusHelperMock>(); in TEST() local 40 auto helper = std::make_unique<DbusHelperMock>(); in TEST() local
|
H A D | dbus_passive_unittest.cpp | 39 auto helper = std::make_unique<DbusHelperMock>(); in TEST() local 58 auto helper = std::make_unique<DbusHelperMock>(); in TEST() local 102 std::unique_ptr<DbusHelperMock> helper; member in pid_control::__anon034d0c530111::DbusPassiveTestObj 644 std::unique_ptr<DbusHelperMock> helper; member in pid_control::__anon034d0c530111::DbusPassiveTestUnaSensorNotAsFailedObj 854 std::unique_ptr<DbusHelperMock> helper; member in pid_control::__anon034d0c530111::DbusPassiveTest3kMaxObj 899 std::unique_ptr<DbusHelperMock> helper; member in pid_control::__anon034d0c530111::DbusPassiveTest3kMaxIgnoredObj
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 155 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter() local 191 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_leave() local 286 struct drm_fb_helper *helper; in drm_fb_helper_restore_work_fn() local 365 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_resume_worker() local 373 static void drm_fb_helper_fb_dirty(struct drm_fb_helper *helper) in drm_fb_helper_fb_dirty() 411 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, damage_work); in drm_fb_helper_damage_work() local 426 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, in drm_fb_helper_prepare() 617 static void drm_fb_helper_add_damage_clip(struct drm_fb_helper *helper, u32 x, u32 y, in drm_fb_helper_add_damage_clip() 631 static void drm_fb_helper_damage(struct drm_fb_helper *helper, u32 x, u32 y, in drm_fb_helper_damage() 719 struct drm_fb_helper *helper = info->par; in drm_fb_helper_deferred_io() local
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_CT.h | 24 char helper[16]; member 35 char helper[16]; member
|
/openbmc/phosphor-ipmi-flash/cleanup/ |
H A D | cleanup.hpp | 23 std::unique_ptr<FileSystemInterface> helper) : in FileCleanupHandler() 80 std::unique_ptr<FileSystemInterface> helper; member in ipmi_flash::FileCleanupHandler
|
H A D | cleanup.cpp | 31 std::unique_ptr<FileSystemInterface> helper) in CreateCleanupHandler()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | firmware.c | 16 const struct firmware *helper, const struct firmware *mainfw) in lbs_fw_loaded() 174 const struct firmware **helper, in lbs_get_firmware()
|
H A D | decl.h | 18 const char *helper; member
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuswrite.cpp | 39 std::unique_ptr<DbusHelperInterface> helper) in createDbusWrite() 108 std::unique_ptr<DbusHelperInterface> helper) in createDbusWrite()
|
H A D | dbusactiveread.hpp | 24 std::unique_ptr<DbusHelperInterface> helper) : in DbusActiveRead()
|
H A D | dbuspassive.cpp | 39 std::unique_ptr<DbusHelperInterface> helper, const conf::SensorConfig* info, in createDbusPassive() 93 std::unique_ptr<DbusHelperInterface> helper, in DbusPassive()
|
/openbmc/linux/scripts/ |
H A D | bpf_doc.py | 342 def print_one(self, helper): argument 584 def print_proto(self, helper): argument 610 def print_one(self, helper): argument 807 def print_one(self, helper): argument
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fbdev.c | 57 struct drm_fb_helper helper; member 149 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc() 208 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create() 350 static int intelfb_dirty(struct drm_fb_helper *helper, struct drm_clip_rect *clip) in intelfb_dirty()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv04.c | 128 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_prepare() local 170 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_commit() local
|
H A D | dac.c | 366 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_prepare() local 417 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_commit() local 530 const struct drm_encoder_helper_funcs *helper; in nv04_dac_create() local
|
/openbmc/linux/include/drm/ |
H A D | drm_fb_helper.h | 279 struct drm_fb_helper *helper, in drm_fb_helper_prepare() 290 struct drm_fb_helper *helper) in drm_fb_helper_init() 299 static inline void drm_fb_helper_fini(struct drm_fb_helper *helper) in drm_fb_helper_fini()
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | head.S | 87 helper: label
|