/Linux-v5.4/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 270 static int _update_sysc_cache(struct omap_hwmod *oh) in _update_sysc_cache() 295 static void _write_sysconfig(u32 v, struct omap_hwmod *oh) in _write_sysconfig() 332 static int _set_master_standbymode(struct omap_hwmod *oh, u8 standbymode, in _set_master_standbymode() 366 static int _set_slave_idlemode(struct omap_hwmod *oh, u8 idlemode, u32 *v) in _set_slave_idlemode() 400 static int _set_clockactivity(struct omap_hwmod *oh, u8 clockact, u32 *v) in _set_clockactivity() 431 static int _set_softreset(struct omap_hwmod *oh, u32 *v) in _set_softreset() 459 static int _clear_softreset(struct omap_hwmod *oh, u32 *v) in _clear_softreset() 491 static int _wait_softreset_complete(struct omap_hwmod *oh) in _wait_softreset_complete() 525 static int _set_dmadisable(struct omap_hwmod *oh) in _set_dmadisable() 569 static int _set_module_autoidle(struct omap_hwmod *oh, u8 autoidle, in _set_module_autoidle() [all …]
|
D | omap_hwmod_reset.c | 52 int omap_hwmod_aess_preprogram(struct omap_hwmod *oh) in omap_hwmod_aess_preprogram() 74 static void omap_rtc_wait_not_busy(struct omap_hwmod *oh) in omap_rtc_wait_not_busy() 93 void omap_hwmod_rtc_unlock(struct omap_hwmod *oh) in omap_hwmod_rtc_unlock() 113 void omap_hwmod_rtc_lock(struct omap_hwmod *oh) in omap_hwmod_rtc_lock()
|
D | wd_timer.c | 31 int omap2_wd_timer_disable(struct omap_hwmod *oh) in omap2_wd_timer_disable() 75 int omap2_wd_timer_reset(struct omap_hwmod *oh) in omap2_wd_timer_reset()
|
D | omap_device.c | 109 struct omap_hwmod *oh) in _add_hwmod_clocks_clkdev() 136 struct omap_hwmod *oh; in omap_device_build_from_dt() local 393 omap_device_copy_resources(struct omap_hwmod *oh, in omap_device_copy_resources() 482 struct omap_hwmod *oh, in omap_device_build() 799 struct omap_hwmod *oh; in omap_device_get_by_hwmod_name() local
|
D | omap_hwmod_33xx_43xx_ipblock_data.c | 27 #define CLKCTRL(oh, clkctrl) ((oh).prcm.omap4.clkctrl_offs = (clkctrl)) argument 28 #define RSTCTRL(oh, rstctrl) ((oh).prcm.omap4.rstctrl_offs = (rstctrl)) argument 29 #define RSTST(oh, rstst) ((oh).prcm.omap4.rstst_offs = (rstst)) argument 30 #define PRCM_FLAGS(oh, flag) ((oh).prcm.omap4.flags = (flag)) argument
|
D | hdq1w.c | 37 int omap_hdq1w_reset(struct omap_hwmod *oh) in omap_hdq1w_reset()
|
D | mmc.h | 14 static inline int omap_msdi_reset(struct omap_hwmod *oh) in omap_msdi_reset()
|
D | msdi.c | 45 int omap_msdi_reset(struct omap_hwmod *oh) in omap_msdi_reset()
|
D | i2c.c | 36 int omap_i2c_reset(struct omap_hwmod *oh) in omap_i2c_reset()
|
D | display.c | 282 struct omap_hwmod *oh; in dispc_disable_outputs() local 375 int omap_dss_reset(struct omap_hwmod *oh) in omap_dss_reset()
|
D | sr_device.c | 91 static int __init sr_dev_init(struct omap_hwmod *oh, void *user) in sr_dev_init()
|
D | hsmmc.c | 73 struct omap_hwmod *oh; in omap_hsmmc_init_one() local
|
D | timer.c | 291 struct omap_hwmod *oh; in omap_dm_timer_init_one() local 447 struct omap_hwmod *oh; in omap2_sync32k_clocksource_init() local
|
D | dma.c | 230 static int __init omap2_system_dma_init_dev(struct omap_hwmod *oh, void *unused) in omap2_system_dma_init_dev()
|
D | clockdomain.c | 1266 int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_enable() 1297 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_disable()
|
D | common.h | 342 static inline int dra7xx_pciess_reset(struct omap_hwmod *oh) in dra7xx_pciess_reset()
|
D | io.c | 404 static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data) in _set_hwmod_postsetup_state()
|
/Linux-v5.4/fs/lockd/ |
D | svcshare.c | 21 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() 32 struct xdr_netobj *oh = &argp->lock.oh; in nlmsvc_share_file() local 73 struct xdr_netobj *oh = &argp->lock.oh; in nlmsvc_unshare_file() local
|
D | xdr.c | 103 nlm_decode_oh(__be32 *p, struct xdr_netobj *oh) in nlm_decode_oh() 109 nlm_encode_oh(__be32 *p, struct xdr_netobj *oh) in nlm_encode_oh()
|
D | xdr4.c | 101 nlm4_decode_oh(__be32 *p, struct xdr_netobj *oh) in nlm4_decode_oh()
|
/Linux-v5.4/include/uapi/linux/ |
D | coda.h | 312 struct coda_out_hdr oh; member 328 struct coda_out_hdr oh; member 378 struct coda_out_hdr oh; member 391 struct coda_out_hdr oh; member 432 struct coda_out_hdr oh; member 449 struct coda_out_hdr oh; member 501 struct coda_out_hdr oh; member 538 struct coda_out_hdr oh; member 561 struct coda_out_hdr oh; member 574 struct coda_out_hdr oh; member [all …]
|
/Linux-v5.4/fs/ocfs2/ |
D | acl.c | 267 struct ocfs2_lock_holder oh; in ocfs2_iop_set_acl() local 296 struct ocfs2_lock_holder oh; in ocfs2_iop_get_acl() local
|
D | dlmglue.c | 795 struct ocfs2_lock_holder *oh) in ocfs2_add_holder() 809 struct ocfs2_lock_holder *oh; in ocfs2_pid_holder() local 823 struct ocfs2_lock_holder *oh) in ocfs2_remove_holder() 2661 struct ocfs2_lock_holder *oh) in ocfs2_inode_lock_tracker() 2717 struct ocfs2_lock_holder *oh, in ocfs2_inode_unlock_tracker()
|
/Linux-v5.4/net/ipv6/netfilter/ |
D | ip6t_hbh.c | 47 const struct ipv6_opt_hdr *oh; in hbh_mt6() local
|
/Linux-v5.4/include/linux/lockd/ |
D | xdr.h | 42 struct xdr_netobj oh; member
|