| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/ |
| A D | defs.h | 64 #ifndef container_of 65 #define container_of(ptr, type, field) __containerof(ptr, type, field) macro
|
| A D | list.h | 344 container_of(ptr, type, member)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | ccu.h | 403 #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw) 435 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) 523 #define to_clk_divider(_hw) container_of(_hw, struct clk_divider, hw) 576 #define to_clk_mux(_hw) container_of(_hw, struct clk_mux, hw) 607 #define to_clk_fixed_factor(_hw) container_of(_hw, struct clk_fixed_factor, hw)
|
| A D | ccu_reset.h | 30 return container_of(rcdev, struct ccu_reset, rcdev); in rc_to_ccu_reset()
|
| A D | ccu_phase.h | 37 return container_of(common, struct ccu_phase, common); in hw_to_ccu_phase()
|
| A D | ccu_nk.h | 58 return container_of(common, struct ccu_nk, common); in hw_to_ccu_nk()
|
| A D | ccu_nkmp.h | 61 return container_of(common, struct ccu_nkmp, common); in hw_to_ccu_nkmp()
|
| A D | ccu_common.h | 59 return container_of(hw, struct ccu_common, hw); in hw_to_ccu_common()
|
| A D | ccu_mult.h | 67 return container_of(common, struct ccu_mult, common); in hw_to_ccu_mult()
|
| A D | ccu_nkm.h | 80 return container_of(common, struct ccu_nkm, common); in hw_to_ccu_nkm()
|
| A D | ccu_mux.h | 106 return container_of(common, struct ccu_mux, common); in hw_to_ccu_mux()
|
| A D | ccu_mp.h | 108 return container_of(common, struct ccu_mp, common); in hw_to_ccu_mp()
|
| A D | ccu_gate.h | 134 return container_of(common, struct ccu_gate, common); in hw_to_ccu_gate()
|
| A D | ccu_nm.h | 162 return container_of(common, struct ccu_nm, common); in hw_to_ccu_nm()
|
| A D | ccu_div.h | 174 return container_of(common, struct ccu_div, common); in hw_to_ccu_div()
|
| /bsp/ft2004/libraries/bsp/standlone/ |
| A D | ft_list.h | 20 #define container_of(ptr, type, member) \ macro
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | aw_common.h | 17 #define container_of(ptr, type, member) ({ \ macro
|
| A D | aw_list.h | 356 container_of(ptr, type, member)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/ |
| A D | usb.h | 159 #define to_usb_interface(d) container_of(d, struct usb_interface, dev) 229 container_of(r, struct usb_interface_cache, ref) 231 container_of(a, struct usb_interface_cache, altsetting[0]) 540 #define to_usb_device(d) container_of(d, struct usb_device, dev) 1036 #define to_usb_driver(d) container_of(d, struct usb_driver, drvwrap.driver) 1068 #define to_usb_device_driver(d) container_of(d, struct usb_device_driver, \
|
| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/ |
| A D | sdhci_misc.h | 36 container_of(callback_timer, typeof(*var), timer_fieldname)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_gen_hcd.c | 1123 urb = container_of(list_now, struct urb, urb_list); in hcd_ops_endpoint_disable() 1312 hcd = container_of(bus, struct usb_hcd, self); in hcd_ops_hub_suspend() 1325 hcd = container_of(bus, struct usb_hcd, self); in hcd_ops_hub_resume()
|
| A D | usb_gen_hcd.h | 143 return container_of(bus, struct hc_gen_dev, self); in bus_to_hcd()
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | bsp_common.h | 239 #define container_of(ptr, type, member) ({ \ macro 360 container_of(ptr, type, member)
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_direct.c | 130 ipc = container_of(dmix->semid, snd_pcm_direct_ipc_t, semid); in snd_pcm_direct_semaphore_shm_discard() 214 ipc = container_of(dmix->semid, snd_pcm_direct_ipc_t, semid); in snd_pcm_direct_last_pcm_drop()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci.h | 276 return container_of((void *) ehci, struct hc_gen_dev, hcd_priv); in ehci_to_hcd()
|