/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_catalog.c | 69 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_snapshot() 147 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_read_data() 155 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_data() 164 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_trans() 174 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_clear_trans() 189 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_clear_hw_interrupts() 214 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_reset() 230 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_enable() 248 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_update_cfg() 259 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_wait_for_hpd_connect_state() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci-spapr.c | 27 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_pio_readb() 33 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_pio_writeb() 39 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_pio_readw() 45 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_pio_writew() 51 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_pio_readl() 57 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_pio_writel() 63 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_pio_readq() 69 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_pio_writeq() 76 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_memread() 83 QPCIBusSPAPR *s = container_of(bus, QPCIBusSPAPR, bus); in qpci_spapr_memwrite() [all …]
|
H A D | virtio-mmio.c | 21 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_config_readb() 27 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_config_readw() 33 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_config_readl() 39 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_config_readq() 45 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_get_features() 62 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_set_features() 76 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_get_guest_features() 82 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_get_status() 88 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_set_status() 94 QVirtioMMIODevice *dev = container_of(d, QVirtioMMIODevice, vdev); in qvirtio_mmio_get_queue_isr_status() [all …]
|
H A D | generic-pcihost.c | 44 QGenericPCIBus *s = container_of(bus, QGenericPCIBus, bus); in qpci_generic_pio_readb() 51 QGenericPCIBus *s = container_of(bus, QGenericPCIBus, bus); in qpci_generic_pio_writeb() 58 QGenericPCIBus *s = container_of(bus, QGenericPCIBus, bus); in qpci_generic_pio_readw() 65 QGenericPCIBus *s = container_of(bus, QGenericPCIBus, bus); in qpci_generic_pio_writew() 72 QGenericPCIBus *s = container_of(bus, QGenericPCIBus, bus); in qpci_generic_pio_readl() 79 QGenericPCIBus *s = container_of(bus, QGenericPCIBus, bus); in qpci_generic_pio_writel() 86 QGenericPCIBus *s = container_of(bus, QGenericPCIBus, bus); in qpci_generic_pio_readq() 93 QGenericPCIBus *s = container_of(bus, QGenericPCIBus, bus); in qpci_generic_pio_writeq() 111 QGenericPCIBus *gbus = container_of(bus, QGenericPCIBus, bus); in qpci_generic_config_readb() 121 QGenericPCIBus *gbus = container_of(bus, QGenericPCIBus, bus); in qpci_generic_config_readw() [all …]
|
H A D | virtio-pci-modern.c | 18 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in config_readb() 24 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in config_readw() 30 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in config_readl() 36 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in config_readq() 42 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in get_features() 64 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in set_features() 89 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in get_guest_features() 111 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in get_status() 120 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in set_status() 150 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in get_queue_isr_status() [all …]
|
H A D | virtio-pci.c | 44 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_config_readb() 57 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_config_readw() 69 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_config_readl() 81 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_config_readq() 94 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_get_features() 100 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_set_features() 106 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_get_guest_features() 112 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_get_status() 118 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_set_status() 124 QVirtioPCIDevice *dev = container_of(d, QVirtioPCIDevice, vdev); in qvirtio_pci_get_queue_isr_status() [all …]
|
/openbmc/linux/drivers/phy/tegra/ |
H A D | xusb.h | 65 return container_of(lane, struct tegra_xusb_usb3_lane, base); in to_usb3_lane() 78 return container_of(lane, struct tegra_xusb_usb2_lane, base); in to_usb2_lane() 88 return container_of(lane, struct tegra_xusb_ulpi_lane, base); in to_ulpi_lane() 107 return container_of(lane, struct tegra_xusb_hsic_lane, base); in to_hsic_lane() 117 return container_of(lane, struct tegra_xusb_pcie_lane, base); in to_pcie_lane() 127 return container_of(lane, struct tegra_xusb_sata_lane, base); in to_sata_lane() 182 return container_of(dev, struct tegra_xusb_pad, dev); in to_tegra_xusb_pad() 202 return container_of(pad, struct tegra_xusb_usb3_pad, base); in to_usb3_pad() 216 return container_of(pad, struct tegra_xusb_usb2_pad, base); in to_usb2_pad() 226 return container_of(pad, struct tegra_xusb_ulpi_pad, base); in to_ulpi_pad() [all …]
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | uvc_configfs.h | 21 return container_of(to_config_group(item), struct f_uvc_opts, in to_f_uvc_opts() 37 return container_of(item, struct uvcg_control_header, item); in to_uvcg_control_header() 47 container_of(group_ptr, struct uvcg_color_matching, group) 71 return container_of(to_config_group(item), struct uvcg_format, group); in to_uvcg_format() 84 return container_of(item, struct uvcg_streaming_header, item); in to_uvcg_streaming_header() 114 return container_of(item, struct uvcg_frame, item); in to_uvcg_frame() 128 return container_of(to_uvcg_format(item), struct uvcg_uncompressed, fmt); in to_uvcg_uncompressed() 142 return container_of(to_uvcg_format(item), struct uvcg_mjpeg, fmt); in to_uvcg_mjpeg() 172 return container_of(item, struct uvcg_extension, item); in to_uvcg_extension()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_simple_kms_helper.c | 91 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_mode_valid() 122 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable() 135 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable() 153 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_reset() 164 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_duplicate_state() 175 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_destroy_state() 186 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable_vblank() 197 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable_vblank() 224 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_atomic_check() 251 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_atomic_update() [all …]
|
/openbmc/linux/mm/damon/ |
H A D | sysfs-schemes.c | 43 struct damon_sysfs_scheme_region *region = container_of(kobj, in start_show() 52 struct damon_sysfs_scheme_region *region = container_of(kobj, in end_show() 61 struct damon_sysfs_scheme_region *region = container_of(kobj, in nr_accesses_show() 70 struct damon_sysfs_scheme_region *region = container_of(kobj, in age_show() 78 struct damon_sysfs_scheme_region *region = container_of(kobj, in damon_sysfs_scheme_region_release() 142 struct damon_sysfs_scheme_regions *regions = container_of(kobj, in total_bytes_show() 162 kfree(container_of(kobj, struct damon_sysfs_scheme_regions, kobj)); in damon_sysfs_scheme_regions_release() 201 struct damon_sysfs_stats *stats = container_of(kobj, in nr_tried_show() 210 struct damon_sysfs_stats *stats = container_of(kobj, in sz_tried_show() 219 struct damon_sysfs_stats *stats = container_of(kobj, in nr_applied_show() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | rbtree_fail.c | 25 node_a = container_of(a, struct node_data, node); in less() 26 node_b = container_of(b, struct node_data, node); in less() 93 n = container_of(res, struct node_data, node); in rbtree_api_remove_unadded_node() 97 m = container_of(res, struct node_data, node); in rbtree_api_remove_unadded_node() 122 n = container_of(res, struct node_data, node); in rbtree_api_remove_no_drop() 217 n = container_of(res, struct node_data, node); in rbtree_api_first_release_unlock_escape() 235 node_a = container_of(a, struct node_data, node); in less__bad_fn_call_add() 236 node_b = container_of(b, struct node_data, node); in less__bad_fn_call_add() 247 node_a = container_of(a, struct node_data, node); in less__bad_fn_call_remove() 248 node_b = container_of(b, struct node_data, node); in less__bad_fn_call_remove() [all …]
|
H A D | rbtree.c | 29 node_a = container_of(a, struct node_data, node); in less() 30 node_b = container_of(b, struct node_data, node); in less() 99 n = container_of(res, struct node_data, node); in rbtree_add_and_remove() 147 o = container_of(res, struct node_data, node); in rbtree_first_and_remove() 156 o = container_of(res, struct node_data, node); in rbtree_first_and_remove() 167 o = container_of(res, struct node_data, node); in rbtree_first_and_remove() 204 o = container_of(res, struct node_data, node); in rbtree_api_release_aliasing() 209 m = container_of(res, struct node_data, node); in rbtree_api_release_aliasing() 227 o = container_of(res, struct node_data, node); in rbtree_api_release_aliasing() 235 m = container_of(res2, struct node_data, node); in rbtree_api_release_aliasing()
|
H A D | linked_list.c | 28 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop() 37 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop() 54 f = container_of(n, struct foo, node2); in list_push_pop() 69 f = container_of(n, struct foo, node2); in list_push_pop() 80 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop() 88 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop() 133 pf = container_of(n, struct foo, node2); in list_push_pop_multiple() 152 pf = container_of(n, struct foo, node2); in list_push_pop_multiple() 163 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop_multiple() 171 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop_multiple() [all …]
|
/openbmc/linux/security/tomoyo/ |
H A D | gc.c | 112 container_of(element, typeof(*ptr), head.list); in tomoyo_del_transition_control() 128 container_of(element, typeof(*ptr), head.list); in tomoyo_del_aggregator() 144 container_of(element, typeof(*ptr), head.list); in tomoyo_del_manager() 159 container_of(element, typeof(*acl), list); in tomoyo_del_acl() 166 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 173 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 181 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 189 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 199 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 209 container_of(acl, typeof(*entry), head); in tomoyo_del_acl() [all …]
|
H A D | group.c | 24 return container_of(a, struct tomoyo_path_group, head)->member_name == in tomoyo_same_path_group() 25 container_of(b, struct tomoyo_path_group, head)->member_name; in tomoyo_same_path_group() 39 return !memcmp(&container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group() 41 &container_of(b, struct tomoyo_number_group, head) in tomoyo_same_number_group() 43 sizeof(container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group() 58 const struct tomoyo_address_group *p1 = container_of(a, typeof(*p1), in tomoyo_same_address_group() 60 const struct tomoyo_address_group *p2 = container_of(b, typeof(*p2), in tomoyo_same_address_group()
|
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline.h | 465 #define to_layer(c) container_of(c, struct komeda_layer, base) 466 #define to_compiz(c) container_of(c, struct komeda_compiz, base) 467 #define to_scaler(c) container_of(c, struct komeda_scaler, base) 468 #define to_splitter(c) container_of(c, struct komeda_splitter, base) 469 #define to_merger(c) container_of(c, struct komeda_merger, base) 470 #define to_improc(c) container_of(c, struct komeda_improc, base) 471 #define to_ctrlr(c) container_of(c, struct komeda_timing_ctrlr, base) 473 #define to_layer_st(c) container_of(c, struct komeda_layer_state, base) 474 #define to_compiz_st(c) container_of(c, struct komeda_compiz_state, base) 475 #define to_scaler_st(c) container_of(c, struct komeda_scaler_state, base) [all …]
|
H A D | komeda_kms.h | 131 #define to_kplane(p) container_of(p, struct komeda_plane, base) 132 #define to_kplane_st(p) container_of(p, struct komeda_plane_state, base) 133 #define to_kconn(p) container_of(p, struct komeda_wb_connector, base) 134 #define to_kcrtc(p) container_of(p, struct komeda_crtc, base) 135 #define to_kcrtc_st(p) container_of(p, struct komeda_crtc_state, base) 136 #define to_kdev(p) container_of(p, struct komeda_kms_dev, base) 137 #define to_wb_conn(x) container_of(x, struct drm_writeback_connector, base)
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | restrack.c | 82 return container_of(res, struct ib_pd, res)->device; in res_to_dev() 84 return container_of(res, struct ib_cq, res)->device; in res_to_dev() 86 return container_of(res, struct ib_qp, res)->device; in res_to_dev() 88 return container_of(res, struct rdma_id_private, in res_to_dev() 91 return container_of(res, struct ib_mr, res)->device; in res_to_dev() 93 return container_of(res, struct ib_ucontext, res)->device; in res_to_dev() 95 return container_of(res, struct rdma_counter, res)->device; in res_to_dev() 97 return container_of(res, struct ib_srq, res)->device; in res_to_dev() 190 struct ib_qp *qp = container_of(res, struct ib_qp, res); in rdma_restrack_add() 205 counter = container_of(res, struct rdma_counter, res); in rdma_restrack_add() [all …]
|
/openbmc/linux/drivers/misc/ |
H A D | tifm_core.c | 43 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_bus_match() 44 struct tifm_driver *fm_drv = container_of(drv, struct tifm_driver, in tifm_bus_match() 70 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe() 71 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_probe() 92 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_remove() 93 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_remove() 110 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend() 111 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_suspend() 121 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_resume() 122 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_resume() [all …]
|
/openbmc/linux/drivers/clk/ |
H A D | clk-wm831x.c | 27 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_is_prepared() 36 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_recalc_rate() 68 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_is_prepared() 85 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_prepare() 103 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_unprepare() 116 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_recalc_rate() 153 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_set_rate() 178 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_get_parent() 233 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_clkout_is_prepared() 250 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_clkout_prepare() [all …]
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-space-map-disk.c | 37 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_destroy() 44 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_extend() 51 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_blocks() 60 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_free() 70 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_count() 95 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_set_count() 108 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_inc_blocks() 121 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_dec_blocks() 134 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_new_block() 161 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_commit() [all …]
|
H A D | dm-space-map-metadata.c | 278 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_destroy() 285 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_blocks() 294 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_free() 307 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_count() 347 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_count_is_more_than_one() 399 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_set_count() 417 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_inc_blocks() 436 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_dec_blocks() 453 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_new_block_() 489 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_new_block() [all …]
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt-sysfs.c | 23 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_path_release() 37 stats = container_of(kobj, struct rtrs_clt_stats, kobj_stats); in rtrs_clt_path_stats_release() 53 struct rtrs_clt_sess *clt = container_of(dev, struct rtrs_clt_sess, in max_reconnect_attempts_show() 67 struct rtrs_clt_sess *clt = container_of(dev, struct rtrs_clt_sess, in max_reconnect_attempts_store() 97 clt = container_of(dev, struct rtrs_clt_sess, dev); in mpath_policy_show() 124 clt = container_of(dev, struct rtrs_clt_sess, dev); in mpath_policy_store() 178 clt = container_of(dev, struct rtrs_clt_sess, dev); in add_path_store() 203 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_state_show() 226 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_reconnect_store() 255 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_disconnect_store() [all …]
|
/openbmc/qemu/audio/ |
H A D | spiceaudio.c | 95 SpiceVoiceOut *out = container_of (hw, SpiceVoiceOut, hw); in line_out_init() 121 SpiceVoiceOut *out = container_of (hw, SpiceVoiceOut, hw); in line_out_fini() 128 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_get_free() 135 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_get_buffer() 151 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_put_buffer() 170 SpiceVoiceOut *out = container_of (hw, SpiceVoiceOut, hw); in line_out_enable() 196 SpiceVoiceOut *out = container_of(hw, SpiceVoiceOut, hw); in line_out_volume() 211 SpiceVoiceIn *in = container_of (hw, SpiceVoiceIn, hw); in line_in_init() 237 SpiceVoiceIn *in = container_of (hw, SpiceVoiceIn, hw); in line_in_fini() 244 SpiceVoiceIn *in = container_of (hw, SpiceVoiceIn, hw); in line_in_read() [all …]
|
/openbmc/linux/drivers/target/ |
H A D | target_core_fabric_configfs.c | 72 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_link() 83 lun = container_of(to_config_group(lun_ci), struct se_lun, lun_group); in target_fabric_mappedlun_link() 146 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_unlink() 148 struct se_lun *lun = container_of(to_config_group(lun_ci), in target_fabric_mappedlun_unlink() 156 return container_of(to_config_group(item), struct se_lun_acl, in item_to_lun_acl() 215 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release() 269 struct se_node_acl *se_nacl = container_of(group, in target_fabric_make_mappedlun() 330 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_drop_mappedlun() 341 struct se_node_acl *se_nacl = container_of(to_config_group(item), in target_fabric_nacl_base_release() 377 struct se_portal_group *se_tpg = container_of(group, in target_fabric_make_nodeacl() [all …]
|