Searched refs:bundle (Results 1 – 9 of 9) sorted by relevance
/include/linux/greybus/ |
A D | bundle.h | 42 int gb_bundle_add(struct gb_bundle *bundle); 43 void gb_bundle_destroy(struct gb_bundle *bundle); 47 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync() argument 51 retval = pm_runtime_get_sync(&bundle->dev); in gb_pm_runtime_get_sync() 53 dev_err(&bundle->dev, in gb_pm_runtime_get_sync() 55 pm_runtime_put_noidle(&bundle->dev); in gb_pm_runtime_get_sync() 66 pm_runtime_mark_last_busy(&bundle->dev); in gb_pm_runtime_put_autosuspend() 67 retval = pm_runtime_put_autosuspend(&bundle->dev); in gb_pm_runtime_put_autosuspend() 74 pm_runtime_get_noresume(&bundle->dev); in gb_pm_runtime_get_noresume() 79 pm_runtime_put_noidle(&bundle->dev); in gb_pm_runtime_put_noidle() [all …]
|
A D | connection.h | 41 struct gb_bundle *bundle; member 70 struct gb_connection *gb_connection_create(struct gb_bundle *bundle, 72 struct gb_connection *gb_connection_create_flags(struct gb_bundle *bundle, 75 struct gb_connection *gb_connection_create_offloaded(struct gb_bundle *bundle,
|
A D | greybus_manifest.h | 150 __u8 bundle; member 165 struct greybus_descriptor_bundle bundle; member
|
/include/linux/ |
A D | greybus.h | 59 int (*probe)(struct gb_bundle *bundle, 61 void (*disconnect)(struct gb_bundle *bundle); 69 static inline void greybus_set_drvdata(struct gb_bundle *bundle, void *data) in greybus_set_drvdata() argument 71 dev_set_drvdata(&bundle->dev, data); in greybus_set_drvdata() 74 static inline void *greybus_get_drvdata(struct gb_bundle *bundle) in greybus_get_drvdata() argument 76 return dev_get_drvdata(&bundle->dev); in greybus_get_drvdata()
|
A D | bpf_mprog.h | 167 static inline void bpf_mprog_bundle_init(struct bpf_mprog_bundle *bundle) in bpf_mprog_bundle_init() argument 169 BUILD_BUG_ON(sizeof(bundle->a.fp_items[0]) > sizeof(u64)); in bpf_mprog_bundle_init() 170 BUILD_BUG_ON(ARRAY_SIZE(bundle->a.fp_items) != in bpf_mprog_bundle_init() 171 ARRAY_SIZE(bundle->cp_items)); in bpf_mprog_bundle_init() 173 memset(bundle, 0, sizeof(*bundle)); in bpf_mprog_bundle_init() 174 atomic64_set(&bundle->revision, 1); in bpf_mprog_bundle_init() 175 bundle->a.parent = bundle; in bpf_mprog_bundle_init() 176 bundle->b.parent = bundle; in bpf_mprog_bundle_init()
|
/include/net/ |
A D | tcx.h | 15 struct bpf_mprog_bundle bundle; member 35 struct bpf_mprog_bundle *bundle = entry->parent; in tcx_entry() local 37 return container_of(bundle, struct tcx_entry, bundle); in tcx_entry() 82 bpf_mprog_bundle_init(&tcx->bundle); in tcx_entry_create_noprof() 83 return &tcx->bundle.a; in tcx_entry_create_noprof()
|
/include/trace/events/ |
A D | intel_ifs.h | 47 __field( u16, bundle ) 54 __entry->bundle = activate.bundle_idx; 60 __entry->bundle,
|
A D | rxrpc.h | 746 __field(unsigned int, bundle) 752 __entry->bundle = bundle_debug_id; 758 __entry->bundle,
|
/include/rdma/ |
A D | uverbs_ioctl.h | 864 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, 867 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() argument 870 return _uverbs_alloc(bundle, size, GFP_KERNEL); in uverbs_alloc() 873 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() argument 876 return _uverbs_alloc(bundle, size, GFP_KERNEL | __GFP_ZERO); in uverbs_zalloc() 879 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc() argument 886 return uverbs_zalloc(bundle, bytes); in uverbs_kcalloc() 896 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, 916 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() argument 921 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() argument [all …]
|
Completed in 18 milliseconds