Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 7 of 7) sorted by relevance

/include/linux/greybus/
A Dbundle.h47 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync()
62 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend()
72 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) in gb_pm_runtime_get_noresume()
77 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) in gb_pm_runtime_put_noidle()
83 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync()
85 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend()
88 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) {} in gb_pm_runtime_get_noresume()
89 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) {} in gb_pm_runtime_put_noidle()
A Dgreybus_manifest.h150 __u8 bundle; member
165 struct greybus_descriptor_bundle bundle; member
A Dconnection.h41 struct gb_bundle *bundle; member
/include/linux/
A Dgreybus.h69 static inline void greybus_set_drvdata(struct gb_bundle *bundle, void *data) in greybus_set_drvdata()
74 static inline void *greybus_get_drvdata(struct gb_bundle *bundle) in greybus_get_drvdata()
A Dbpf_mprog.h167 static inline void bpf_mprog_bundle_init(struct bpf_mprog_bundle *bundle) in bpf_mprog_bundle_init()
/include/net/
A Dtcx.h15 struct bpf_mprog_bundle bundle; member
35 struct bpf_mprog_bundle *bundle = entry->parent; in tcx_entry() local
/include/rdma/
A Duverbs_ioctl.h867 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
873 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
879 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc()
916 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
921 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
934 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero()

Completed in 14 milliseconds