Home
last modified time | relevance | path

Searched refs:container_of (Results 1 – 25 of 29) sorted by relevance

12

/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/
A Ddefs.h64 #ifndef container_of
65 #define container_of(ptr, type, field) __containerof(ptr, type, field) macro
A Dlist.h344 container_of(ptr, type, member)
/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dccu.h403 #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 Dccu_reset.h30 return container_of(rcdev, struct ccu_reset, rcdev); in rc_to_ccu_reset()
A Dccu_phase.h37 return container_of(common, struct ccu_phase, common); in hw_to_ccu_phase()
A Dccu_nk.h58 return container_of(common, struct ccu_nk, common); in hw_to_ccu_nk()
A Dccu_nkmp.h61 return container_of(common, struct ccu_nkmp, common); in hw_to_ccu_nkmp()
A Dccu_common.h59 return container_of(hw, struct ccu_common, hw); in hw_to_ccu_common()
A Dccu_mult.h67 return container_of(common, struct ccu_mult, common); in hw_to_ccu_mult()
A Dccu_nkm.h80 return container_of(common, struct ccu_nkm, common); in hw_to_ccu_nkm()
A Dccu_mux.h106 return container_of(common, struct ccu_mux, common); in hw_to_ccu_mux()
A Dccu_mp.h108 return container_of(common, struct ccu_mp, common); in hw_to_ccu_mp()
A Dccu_gate.h134 return container_of(common, struct ccu_gate, common); in hw_to_ccu_gate()
A Dccu_nm.h162 return container_of(common, struct ccu_nm, common); in hw_to_ccu_nm()
A Dccu_div.h174 return container_of(common, struct ccu_div, common); in hw_to_ccu_div()
/bsp/ft2004/libraries/bsp/standlone/
A Dft_list.h20 #define container_of(ptr, type, member) \ macro
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Daw_common.h17 #define container_of(ptr, type, member) ({ \ macro
A Daw_list.h356 container_of(ptr, type, member)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb.h159 #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 Dsdhci_misc.h36 container_of(callback_timer, typeof(*var), timer_fieldname)
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hcd.c1123 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 Dusb_gen_hcd.h143 return container_of(bus, struct hc_gen_dev, self); in bus_to_hcd()
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dbsp_common.h239 #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 Dpcm_direct.c130 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 Dehci.h276 return container_of((void *) ehci, struct hc_gen_dev, hcd_priv); in ehci_to_hcd()

Completed in 42 milliseconds

12