Home
last modified time | relevance | path

Searched defs:oh (Results 1 – 37 of 37) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Domap_hwmod.c266 static int _update_sysc_cache(struct omap_hwmod *oh) in _update_sysc_cache()
291 static void _write_sysconfig(u32 v, struct omap_hwmod *oh) in _write_sysconfig()
315 static int _set_master_standbymode(struct omap_hwmod *oh, u8 standbymode, in _set_master_standbymode()
349 static int _set_slave_idlemode(struct omap_hwmod *oh, u8 idlemode, u32 *v) in _set_slave_idlemode()
383 static int _set_clockactivity(struct omap_hwmod *oh, u8 clockact, u32 *v) in _set_clockactivity()
414 static int _set_softreset(struct omap_hwmod *oh, u32 *v) in _set_softreset()
442 static int _clear_softreset(struct omap_hwmod *oh, u32 *v) in _clear_softreset()
474 static int _wait_softreset_complete(struct omap_hwmod *oh) in _wait_softreset_complete()
508 static int _set_dmadisable(struct omap_hwmod *oh) in _set_dmadisable()
552 static int _set_module_autoidle(struct omap_hwmod *oh, u8 autoidle, in _set_module_autoidle()
[all …]
Ddevices.c44 struct omap_hwmod *oh; in omap3_l3_init() local
125 struct omap_hwmod *oh; in omap_init_mbox() local
170 static int __init omap_mcspi_init(struct omap_hwmod *oh, void *unused) in omap_mcspi_init()
223 struct omap_hwmod *oh; in omap_init_rng() local
236 struct omap_hwmod *oh; in omap_init_sham() local
249 struct omap_hwmod *oh; in omap_init_aes() local
316 struct omap_hwmod *oh; in omap_gpmc_init() local
Dwd_timer.c35 int omap2_wd_timer_disable(struct omap_hwmod *oh) in omap2_wd_timer_disable()
79 int omap2_wd_timer_reset(struct omap_hwmod *oh) in omap2_wd_timer_reset()
110 struct omap_hwmod *oh; in omap_init_wdt() local
Dhdq1w.c50 int omap_hdq1w_reset(struct omap_hwmod *oh) in omap_hdq1w_reset()
84 struct omap_hwmod *oh; in omap_init_hdq() local
Di2c.c66 int omap_i2c_reset(struct omap_hwmod *oh) in omap_i2c_reset()
140 struct omap_hwmod *oh; in omap_i2c_add_bus() local
Dserial.c59 struct omap_hwmod *oh; member
183 struct omap_hwmod *oh; in omap_serial_early_init() local
234 struct omap_hwmod *oh; in omap_serial_init_port() local
Domap_hwmod_reset.c42 int omap_hwmod_aess_preprogram(struct omap_hwmod *oh) in omap_hwmod_aess_preprogram()
Domap_device.c102 struct omap_hwmod *oh) in _add_hwmod_clocks_clkdev()
129 struct omap_hwmod *oh; in omap_device_build_from_dt() local
512 struct omap_hwmod *oh, in omap_device_build()
846 struct omap_hwmod *oh; in omap_device_get_by_hwmod_name() local
Dhwspinlock.c35 struct omap_hwmod *oh; in hwspinlocks_init() local
Dopp.c62 struct omap_hwmod *oh; in omap_init_opp_table() local
Dmsdi.c60 int omap_msdi_reset(struct omap_hwmod *oh) in omap_msdi_reset()
Ddisplay.c172 struct omap_hwmod *oh; in create_dss_pdev() local
426 struct omap_hwmod *oh; in dispc_disable_outputs() local
519 int omap_dss_reset(struct omap_hwmod *oh) in omap_dss_reset()
Dgpio.c33 static int __init omap2_gpio_dev_init(struct omap_hwmod *oh, void *unused) in omap2_gpio_dev_init()
Domap-iommu.c24 static int __init omap_iommu_dev_init(struct omap_hwmod *oh, void *unused) in omap_iommu_dev_init()
Dtimer.c238 struct omap_hwmod *oh; in omap_dm_timer_init_one() local
401 struct omap_hwmod *oh; in omap2_sync32k_clocksource_init() local
700 static int __init omap_timer_init(struct omap_hwmod *oh, void *unused) in omap_timer_init()
Dusb-musb.c63 struct omap_hwmod *oh; in usb_musb_init() local
Dpmu.c39 struct omap_hwmod *oh[3]; in omap2_init_pmu() local
Dmcbsp.c51 static int __init omap_init_mcbsp(struct omap_hwmod *oh, void *unused) in omap_init_mcbsp()
Dsr_device.c96 static int __init sr_dev_init(struct omap_hwmod *oh, void *user) in sr_dev_init()
Domap_hwmod_33xx_43xx_ipblock_data.c29 #define CLKCTRL(oh, clkctrl) ((oh).prcm.omap4.clkctrl_offs = (clkctrl)) argument
30 #define RSTCTRL(oh, rstctrl) ((oh).prcm.omap4.rstctrl_offs = (rstctrl)) argument
31 #define RSTST(oh, rstst) ((oh).prcm.omap4.rstst_offs = (rstst)) argument
Ddma.c223 static int __init omap2_system_dma_init_dev(struct omap_hwmod *oh, void *unused) in omap2_system_dma_init_dev()
Dclockdomain.c1230 int clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_enable()
1261 int clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh) in clkdm_hwmod_disable()
Dpm.c77 struct omap_hwmod *oh; in _init_omap_device() local
Dhsmmc.c393 struct omap_hwmod *oh; in omap_hsmmc_init_one() local
Dio.c352 static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data) in _set_hwmod_postsetup_state()
Dmux.c409 static int _omap_hwmod_mux_handle_irq(struct omap_hwmod *oh, void *data) in _omap_hwmod_mux_handle_irq()
/linux-4.1.27/fs/lockd/
Dsvcshare.c20 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner()
31 struct xdr_netobj *oh = &argp->lock.oh; in nlmsvc_share_file() local
72 struct xdr_netobj *oh = &argp->lock.oh; in nlmsvc_unshare_file() local
Dxdr.c102 nlm_decode_oh(__be32 *p, struct xdr_netobj *oh) in nlm_decode_oh()
108 nlm_encode_oh(__be32 *p, struct xdr_netobj *oh) in nlm_encode_oh()
Dxdr4.c100 nlm4_decode_oh(__be32 *p, struct xdr_netobj *oh) in nlm4_decode_oh()
/linux-4.1.27/include/uapi/linux/
Dcoda.h312 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-4.1.27/net/ipv6/netfilter/
Dip6t_hbh.c50 const struct ipv6_opt_hdr *oh; in hbh_mt6() local
/linux-4.1.27/include/linux/lockd/
Dxdr.h41 struct xdr_netobj oh; member
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h984 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally()
987 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally_log2()
990 void lprocfs_oh_clear(struct obd_histogram *oh) in lprocfs_oh_clear()
993 unsigned long lprocfs_oh_sum(struct obd_histogram *oh) in lprocfs_oh_sum()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c2005 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally()
2016 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally_log2()
2027 unsigned long lprocfs_oh_sum(struct obd_histogram *oh) in lprocfs_oh_sum()
2038 void lprocfs_oh_clear(struct obd_histogram *oh) in lprocfs_oh_clear()
/linux-4.1.27/fs/logfs/
Dsegment.c457 struct logfs_object_header *oh) in read_obj_header()
572 struct logfs_object_header oh; in __logfs_segment_read() local
Dgc.c129 struct logfs_object_header oh; in logfs_gc_segment() local
/linux-4.1.27/fs/fuse/
Ddev.c1879 struct fuse_out_header oh; in fuse_dev_do_write() local