| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | omap_hwmod.c | 218 int (*reset)(struct omap_hwmod *oh); 231 void (*enable_module)(struct omap_hwmod *oh); 232 int (*disable_module)(struct omap_hwmod *oh); 233 int (*wait_target_ready)(struct omap_hwmod *oh); 234 int (*assert_hardreset)(struct omap_hwmod *oh, 236 int (*deassert_hardreset)(struct omap_hwmod *oh, 238 int (*is_hardreset_asserted)(struct omap_hwmod *oh, 240 int (*init_clkdm)(struct omap_hwmod *oh); 241 void (*update_context_lost)(struct omap_hwmod *oh); 242 int (*get_context_lost)(struct omap_hwmod *oh); [all …]
|
| H A D | display.c | 286 struct omap_hwmod *oh; in dispc_disable_outputs() local 288 oh = omap_hwmod_lookup("dss_dispc"); in dispc_disable_outputs() 289 if (!oh) { in dispc_disable_outputs() 294 if (!oh->dev_attr) { in dispc_disable_outputs() 299 da = (struct omap_dss_dispc_dev_attr *)oh->dev_attr; in dispc_disable_outputs() 302 v = omap_hwmod_read(oh, DISPC_CONTROL); in dispc_disable_outputs() 308 v = omap_hwmod_read(oh, DISPC_CONTROL2); in dispc_disable_outputs() 314 v = omap_hwmod_read(oh, DISPC_CONTROL3); in dispc_disable_outputs() 346 omap_hwmod_write(irq_mask, oh, DISPC_IRQSTATUS); in dispc_disable_outputs() 349 v = omap_hwmod_read(oh, DISPC_CONTROL); in dispc_disable_outputs() [all …]
|
| H A D | wd_timer.c | 31 int omap2_wd_timer_disable(struct omap_hwmod *oh) in omap2_wd_timer_disable() argument 35 if (!oh) { in omap2_wd_timer_disable() 40 base = omap_hwmod_get_mpu_rt_va(oh); in omap2_wd_timer_disable() 43 oh->name, __func__); in omap2_wd_timer_disable() 75 int omap2_wd_timer_reset(struct omap_hwmod *oh) in omap2_wd_timer_reset() argument 80 omap_hwmod_softreset(oh); in omap2_wd_timer_reset() 83 omap_test_timeout((omap_hwmod_read(oh, in omap2_wd_timer_reset() 84 oh->class->sysc->syss_offs) in omap2_wd_timer_reset() 88 if (oh->class->sysc->srst_udelay) in omap2_wd_timer_reset() 89 udelay(oh->class->sysc->srst_udelay); in omap2_wd_timer_reset() [all …]
|
| H A D | omap_hwmod.h | 526 int (*pre_shutdown)(struct omap_hwmod *oh); 527 int (*reset)(struct omap_hwmod *oh); 528 void (*lock)(struct omap_hwmod *oh); 529 void (*unlock)(struct omap_hwmod *oh); 613 int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data), 617 int omap_hwmod_parse_module_range(struct omap_hwmod *oh, 628 int omap_hwmod_enable(struct omap_hwmod *oh); 629 int omap_hwmod_idle(struct omap_hwmod *oh); 630 int omap_hwmod_shutdown(struct omap_hwmod *oh); 632 int omap_hwmod_assert_hardreset(struct omap_hwmod *oh, const char *name); [all …]
|
| H A D | omap_hwmod_reset.c | 50 static void omap_rtc_wait_not_busy(struct omap_hwmod *oh) in omap_rtc_wait_not_busy() argument 55 omap_test_timeout(omap_hwmod_read(oh, OMAP_RTC_STATUS_REG) in omap_rtc_wait_not_busy() 69 void omap_hwmod_rtc_unlock(struct omap_hwmod *oh) in omap_hwmod_rtc_unlock() argument 74 omap_rtc_wait_not_busy(oh); in omap_hwmod_rtc_unlock() 75 omap_hwmod_write(OMAP_RTC_KICK0_VALUE, oh, OMAP_RTC_KICK0_REG); in omap_hwmod_rtc_unlock() 76 omap_hwmod_write(OMAP_RTC_KICK1_VALUE, oh, OMAP_RTC_KICK1_REG); in omap_hwmod_rtc_unlock() 89 void omap_hwmod_rtc_lock(struct omap_hwmod *oh) in omap_hwmod_rtc_lock() argument 94 omap_rtc_wait_not_busy(oh); in omap_hwmod_rtc_lock() 95 omap_hwmod_write(0x0, oh, OMAP_RTC_KICK0_REG); in omap_hwmod_rtc_lock() 96 omap_hwmod_write(0x0, oh, OMAP_RTC_KICK1_REG); in omap_hwmod_rtc_lock()
|
| H A D | i2c.c | 36 int omap_i2c_reset(struct omap_hwmod *oh) in omap_i2c_reset() argument 48 v = omap_hwmod_read(oh, i2c_con); in omap_i2c_reset() 50 omap_hwmod_write(v, oh, i2c_con); in omap_i2c_reset() 53 omap_hwmod_softreset(oh); in omap_i2c_reset() 56 v = omap_hwmod_read(oh, i2c_con); in omap_i2c_reset() 58 omap_hwmod_write(v, oh, i2c_con); in omap_i2c_reset() 61 omap_test_timeout((omap_hwmod_read(oh, in omap_i2c_reset() 62 oh->class->sysc->syss_offs) in omap_i2c_reset() 68 __func__, oh->name, MAX_MODULE_SOFTRESET_WAIT); in omap_i2c_reset() 71 oh->name, c); in omap_i2c_reset()
|
| H A D | hdq1w.c | 37 int omap_hdq1w_reset(struct omap_hwmod *oh) in omap_hdq1w_reset() argument 43 omap_hwmod_softreset(oh); in omap_hdq1w_reset() 46 v = omap_hwmod_read(oh, HDQ_CTRL_STATUS_OFFSET); in omap_hdq1w_reset() 48 omap_hwmod_write(v, oh, HDQ_CTRL_STATUS_OFFSET); in omap_hdq1w_reset() 51 omap_test_timeout((omap_hwmod_read(oh, in omap_hdq1w_reset() 52 oh->class->sysc->syss_offs) in omap_hdq1w_reset() 58 __func__, oh->name, MAX_MODULE_SOFTRESET_WAIT); in omap_hdq1w_reset() 61 oh->name, c); in omap_hdq1w_reset()
|
| H A D | msdi.c | 45 int omap_msdi_reset(struct omap_hwmod *oh) in omap_msdi_reset() argument 51 omap_hwmod_softreset(oh); in omap_msdi_reset() 56 omap_hwmod_write(v, oh, MSDI_CON_OFFSET); in omap_msdi_reset() 59 omap_test_timeout((omap_hwmod_read(oh, oh->class->sysc->syss_offs) in omap_msdi_reset() 65 __func__, oh->name, MAX_MODULE_SOFTRESET_WAIT); in omap_msdi_reset() 68 oh->name, c); in omap_msdi_reset() 72 omap_hwmod_write(v, oh, MSDI_CON_OFFSET); in omap_msdi_reset()
|
| H A D | omap_device.c | 109 struct omap_hwmod *oh) in _add_hwmod_clocks_clkdev() argument 113 _add_clkdev(od, "fck", oh->main_clk); in _add_hwmod_clocks_clkdev() 115 for (i = 0; i < oh->opt_clks_cnt; i++) in _add_hwmod_clocks_clkdev() 116 _add_clkdev(od, oh->opt_clks[i].role, oh->opt_clks[i].clk); in _add_hwmod_clocks_clkdev() 132 struct omap_hwmod *oh; in omap_device_build_from_dt() local 164 oh = omap_hwmod_lookup(oh_name); in omap_device_build_from_dt() 165 if (!oh) { in omap_device_build_from_dt() 171 hwmods[i] = oh; in omap_device_build_from_dt() 172 if (oh->flags & HWMOD_INIT_NO_IDLE) in omap_device_build_from_dt() 626 struct omap_hwmod *oh; in omap_device_get_by_hwmod_name() local [all …]
|
| H A D | omap_hwmod_33xx_43xx_ipblock_data.c | 26 #define CLKCTRL(oh, clkctrl) ((oh).prcm.omap4.clkctrl_offs = (clkctrl)) argument 27 #define RSTCTRL(oh, rstctrl) ((oh).prcm.omap4.rstctrl_offs = (rstctrl)) argument 28 #define RSTST(oh, rstst) ((oh).prcm.omap4.rstst_offs = (rstst)) argument
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffs_attribs.c | 17 void yaffs_load_attribs(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh) in yaffs_load_attribs() argument 19 obj->yst_uid = oh->yst_uid; in yaffs_load_attribs() 20 obj->yst_gid = oh->yst_gid; in yaffs_load_attribs() 21 obj->yst_atime = oh->yst_atime; in yaffs_load_attribs() 22 obj->yst_mtime = oh->yst_mtime; in yaffs_load_attribs() 23 obj->yst_ctime = oh->yst_ctime; in yaffs_load_attribs() 24 obj->yst_rdev = oh->yst_rdev; in yaffs_load_attribs() 28 void yaffs_load_attribs_oh(struct yaffs_obj_hdr *oh, struct yaffs_obj *obj) in yaffs_load_attribs_oh() argument 31 oh->win_atime[0] = obj->win_atime[0]; in yaffs_load_attribs_oh() 32 oh->win_ctime[0] = obj->win_ctime[0]; in yaffs_load_attribs_oh() [all …]
|
| H A D | yaffs_yaffs1.c | 33 struct yaffs_obj_hdr *oh; in yaffs1_scan() local 185 oh = (struct yaffs_obj_hdr *)chunk_data; in yaffs1_scan() 188 if (in && in->variant_type != oh->type) { in yaffs1_scan() 202 oh->type); in yaffs1_scan() 207 if (in && oh->shadows_obj > 0) { in yaffs1_scan() 219 oh->shadows_obj; in yaffs1_scan() 261 in->variant_type = oh->type; in yaffs1_scan() 263 in->yst_mode = oh->yst_mode; in yaffs1_scan() 264 yaffs_load_attribs(in, oh); in yaffs1_scan() 272 in->variant_type = oh->type; in yaffs1_scan() [all …]
|
| H A D | yaffs_verify.c | 165 void yaffs_verify_oh(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh, in yaffs_verify_oh() argument 171 if (!(tags && obj && oh)) { in yaffs_verify_oh() 174 tags, obj, oh); in yaffs_verify_oh() 178 if (oh->type <= YAFFS_OBJECT_TYPE_UNKNOWN || in yaffs_verify_oh() 179 oh->type > YAFFS_OBJECT_TYPE_MAX) in yaffs_verify_oh() 182 tags->obj_id, oh->type); in yaffs_verify_oh() 198 tags->obj_id, oh->parent_obj_id); in yaffs_verify_oh() 201 oh->parent_obj_id != obj->parent->obj_id && in yaffs_verify_oh() 202 (oh->parent_obj_id != YAFFS_OBJECTID_UNLINKED || in yaffs_verify_oh() 206 tags->obj_id, oh->parent_obj_id, in yaffs_verify_oh() [all …]
|
| H A D | yaffs_yaffs2.c | 941 struct yaffs_obj_hdr *oh; in yaffs2_scan_chunk() local 1092 oh = NULL; in yaffs2_scan_chunk() 1118 oh = (struct yaffs_obj_hdr *)chunk_data; in yaffs2_scan_chunk() 1123 oh->shadows_obj = in yaffs2_scan_chunk() 1124 oh->inband_shadowed_obj_id; in yaffs2_scan_chunk() 1125 oh->is_shrink = in yaffs2_scan_chunk() 1126 oh->inband_is_shrink; in yaffs2_scan_chunk() 1131 tags.obj_id, oh->type); in yaffs2_scan_chunk() 1152 ((oh && oh->type == YAFFS_OBJECT_TYPE_FILE) || in yaffs2_scan_chunk() 1156 loff_t this_size = (oh) ? in yaffs2_scan_chunk() [all …]
|
| H A D | yaffs_guts.c | 679 const struct yaffs_obj_hdr *oh) in yaffs_set_obj_name_from_oh() argument 684 yaffs_load_name_from_oh(obj->my_dev, tmp_name, oh->name, in yaffs_set_obj_name_from_oh() 688 yaffs_set_obj_name(obj, oh->name); in yaffs_set_obj_name_from_oh() 2482 struct yaffs_obj_hdr *oh; in yaffs_gc_process_chunk() local 2483 oh = (struct yaffs_obj_hdr *) buffer; in yaffs_gc_process_chunk() 2485 oh->is_shrink = 0; in yaffs_gc_process_chunk() 2487 oh->shadows_obj = 0; in yaffs_gc_process_chunk() 2488 oh->inband_shadowed_obj_id = 0; in yaffs_gc_process_chunk() 2493 yaffs_oh_size_load(oh, in yaffs_gc_process_chunk() 2499 yaffs_verify_oh(object, oh, &tags, 1); in yaffs_gc_process_chunk() [all …]
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | svcshare.c | 21 nlm_cmp_owner(struct nlm_share *share, struct xdr_netobj *oh) in nlm_cmp_owner() argument 23 return share->s_owner.len == oh->len in nlm_cmp_owner() 24 && !memcmp(share->s_owner.data, oh->data, oh->len); in nlm_cmp_owner() 32 struct xdr_netobj *oh = &argp->lock.oh; in nlmsvc_share_file() local 36 if (share->s_host == host && nlm_cmp_owner(share, oh)) in nlmsvc_share_file() 43 share = kmalloc(sizeof(*share) + oh->len, in nlmsvc_share_file() 50 memcpy(ohdata, oh->data, oh->len); in nlmsvc_share_file() 55 share->s_owner.len = oh->len; in nlmsvc_share_file() 73 struct xdr_netobj *oh = &argp->lock.oh; in nlmsvc_unshare_file() local 77 if (share->s_host == host && nlm_cmp_owner(share, oh)) { in nlmsvc_unshare_file()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | coda.h | 310 struct coda_out_hdr oh; member 326 struct coda_out_hdr oh; member 376 struct coda_out_hdr oh; member 389 struct coda_out_hdr oh; member 430 struct coda_out_hdr oh; member 447 struct coda_out_hdr oh; member 499 struct coda_out_hdr oh; member 536 struct coda_out_hdr oh; member 559 struct coda_out_hdr oh; member 572 struct coda_out_hdr oh; member [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | coda.h | 310 struct coda_out_hdr oh; member 326 struct coda_out_hdr oh; member 376 struct coda_out_hdr oh; member 389 struct coda_out_hdr oh; member 430 struct coda_out_hdr oh; member 447 struct coda_out_hdr oh; member 499 struct coda_out_hdr oh; member 536 struct coda_out_hdr oh; member 559 struct coda_out_hdr oh; member 572 struct coda_out_hdr oh; member [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | qoriq-fman3-0.dtsi | 31 compatible = "fsl,fman-v3-port-oh"; 37 compatible = "fsl,fman-v3-port-oh"; 43 compatible = "fsl,fman-v3-port-oh"; 49 compatible = "fsl,fman-v3-port-oh"; 55 compatible = "fsl,fman-v3-port-oh"; 61 compatible = "fsl,fman-v3-port-oh";
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | qoriq-fman-0.dtsi | 55 compatible = "fsl,fman-v2-port-oh"; 61 compatible = "fsl,fman-v2-port-oh"; 67 compatible = "fsl,fman-v2-port-oh"; 73 compatible = "fsl,fman-v2-port-oh"; 79 compatible = "fsl,fman-v2-port-oh"; 86 compatible = "fsl,fman-v2-port-oh"; 93 compatible = "fsl,fman-v2-port-oh";
|
| H A D | qoriq-fman-1.dtsi | 55 compatible = "fsl,fman-v2-port-oh"; 61 compatible = "fsl,fman-v2-port-oh"; 67 compatible = "fsl,fman-v2-port-oh"; 73 compatible = "fsl,fman-v2-port-oh"; 79 compatible = "fsl,fman-v2-port-oh"; 86 compatible = "fsl,fman-v2-port-oh"; 93 compatible = "fsl,fman-v2-port-oh";
|
| H A D | qoriq-fman3-0.dtsi | 55 compatible = "fsl,fman-v3-port-oh"; 61 compatible = "fsl,fman-v3-port-oh"; 67 compatible = "fsl,fman-v3-port-oh"; 73 compatible = "fsl,fman-v3-port-oh"; 79 compatible = "fsl,fman-v3-port-oh"; 85 compatible = "fsl,fman-v3-port-oh";
|
| H A D | qoriq-fman3-1.dtsi | 55 compatible = "fsl,fman-v3-port-oh"; 61 compatible = "fsl,fman-v3-port-oh"; 67 compatible = "fsl,fman-v3-port-oh"; 73 compatible = "fsl,fman-v3-port-oh"; 79 compatible = "fsl,fman-v3-port-oh"; 85 compatible = "fsl,fman-v3-port-oh";
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6t_hbh.c | 47 const struct ipv6_opt_hdr *oh; in hbh_mt6() local 69 oh = skb_header_pointer(skb, ptr, sizeof(_optsh), &_optsh); in hbh_mt6() 70 if (oh == NULL) { in hbh_mt6() 75 hdrlen = ipv6_optlen(oh); in hbh_mt6() 81 pr_debug("IPv6 OPTS LEN %u %u ", hdrlen, oh->hdrlen); in hbh_mt6()
|