| /linux/Documentation/translations/zh_CN/devicetree/ | 
| H A D | overlay-notes.rst | 39 		ocp: ocp {52 	&ocp {
 73 		ocp: ocp {
 89 如果基础DT不是用-@选项编译的,那么“&ocp”标签将不能用于将覆盖节点解析到基础
 98 	&{/ocp} {
 
 | 
| /linux/include/linux/ssb/ | 
| H A D | ssb_driver_gige.h | 17 #define SSB_GIGE_SHIM_FLUSHSTAT		0x0C00 /* PCI to OCP: Flush status control (32bit) */18 #define SSB_GIGE_SHIM_FLUSHRDA		0x0C04 /* PCI to OCP: Flush read address (32bit) */
 19 #define SSB_GIGE_SHIM_FLUSHTO		0x0C08 /* PCI to OCP: Flush timeout counter (32bit) */
 20 #define SSB_GIGE_SHIM_BARRIER		0x0C0C /* PCI to OCP: Barrier register (32bit) */
 21 #define SSB_GIGE_SHIM_MAOCPSI		0x0C10 /* PCI to OCP: MaocpSI Control (32bit) */
 22 #define SSB_GIGE_SHIM_SIOCPMA		0x0C14 /* PCI to OCP: SiocpMa Control (32bit) */
 
 | 
| /linux/Documentation/devicetree/bindings/regulator/ | 
| H A D | qcom-labibb-regulator.yaml | 47           - const: ocp75           - const: ocp
 96         interrupt-names = "sc-err", "ocp";
 102         interrupt-names = "sc-err", "ocp";
 
 | 
| H A D | adi,adp5055-regulator.yaml | 34   adi,ocp-blanking:36       If present, overcurrent protection (OCP) blanking for all regulator is on.
 127             adi,ocp-blanking;
 
 | 
| H A D | qcom,spmi-regulator.yaml | 46       qcom,ocp-max-retries:52       qcom,ocp-retry-delay:
 280             - const: ocp-5vs1
 281             - const: ocp-5vs2
 
 | 
| /linux/arch/arm/boot/dts/qcom/ | 
| H A D | pm8941.dtsi | 226 			interrupt-names = "ocp-5vs1", "ocp-5vs2";239 				qcom,ocp-max-retries = <10>;
 240 				qcom,ocp-retry-delay = <30>;
 249 				qcom,ocp-max-retries = <10>;
 250 				qcom,ocp-retry-delay = <30>;
 
 | 
| /linux/drivers/regulator/ | 
| H A D | qcom-labibb-regulator.c | 120 	/* Enable OCP HW interrupt */  in qcom_labibb_ocp_hw_enable()159  * qcom_labibb_ocp_recovery_worker - Handle OCP event
 160  * @work: OCP work structure
 169  * for the OCP condition, or the hardware did not stabilize, a cut
 221 		/* We cannot trust it without OCP enabled. */  in qcom_labibb_ocp_recovery_worker()
 222 		dev_err(vreg->dev, "Cannot enable OCP IRQ\n");  in qcom_labibb_ocp_recovery_worker()
 228 	/* Everything went fine: reset the OCP count! */  in qcom_labibb_ocp_recovery_worker()
 242  * Over Current Protection (OCP) will signal to the client driver
 272 	 * real; Moreover, if the status register is not signaling OCP,  in qcom_labibb_ocp_isr()
 325 	/* If there is no OCP interrupt, there's nothing to set */  in qcom_labibb_set_ocp()
 [all …]
 
 | 
| /linux/drivers/net/slip/ | 
| H A D | slhc.c | 221  * ocp is a place to put a copy if necessary.223  *    change it to ocp.
 228 	unsigned char *ocp, unsigned char **cpp, int compress_cid)  in slhc_compress()  argument
 452 		cp = ocp;  in slhc_compress()
 453 		*cpp = ocp;  in slhc_compress()
 458 		cp = ocp;  in slhc_compress()
 459 		*cpp = ocp;  in slhc_compress()
 468 	ocp[0] |= SL_TYPE_COMPRESSED_TCP;  in slhc_compress()
 469 	return isize - hlen + deltaS + (cp - ocp);  in slhc_compress()
 484 	memcpy(ocp, icp, isize);  in slhc_compress()
 [all …]
 
 | 
| /linux/arch/arm/mach-omap2/ | 
| H A D | omap_hwmod.h | 47  * OCP SYSCONFIG bit shifts/masks TYPE1. These are for IPs compliant64  * OCP SYSCONFIG bit shifts/masks TYPE2. These are for IPs compliant
 77  * OCP SYSCONFIG bit shifts/masks TYPE3.
 85 /* OCP SYSSTATUS bit shifts/masks */
 222  * struct omap_hwmod_ocp_if - OCP interface data
 223  * @master: struct omap_hwmod that initiates OCP transactions on this link
 224  * @slave: struct omap_hwmod that responds to OCP transactions on this link
 229  * @width: OCP data width
 231  * @flags: OCP interface flags (see OCPIF_* macros above)
 550  * @response_lat: device OCP response latency (in interface clock cycles)
 [all …]
 
 | 
| H A D | wd_timer.c | 65  * because the watchdog is re-armed upon OCP softreset.  (On OMAP4,67  * re-armed after an OCP soft-reset.)  Returns -ETIMEDOUT if the reset
 
 | 
| /linux/arch/arm/boot/dts/ti/omap/ | 
| H A D | omap2430.dtsi | 13 	ocp {179 			interrupts = <64>, /* OCP compliant interrupt */
 196 			interrupts = <16>, /* OCP compliant interrupt */
 212 			interrupts = <17>, /* OCP compliant interrupt */
 228 			interrupts = <18>, /* OCP compliant interrupt */
 244 			interrupts = <19>, /* OCP compliant interrupt */
 
 | 
| H A D | omap34xx.dtsi | 77 	ocp@68000000 {150 		 * On omap34xx the OCP registers do not seem to be accessible
 152 		 * "OCP bypass mode", or maybe there is OCP_SYSCONFIG that is
 154 		 * revision register instead of the unreadable OCP revision
 
 | 
| H A D | am3517.dtsi | 54 	ocp@68000000 {150 		 * On am3517 the OCP registers do not seem to be accessible
 152 		 * "OCP bypass mode", or maybe there is OCP_SYSCONFIG that is
 154 		 * revision register instead of the unreadable OCP revision
 
 | 
| H A D | omap443x.dtsi | 32 	ocp {44 	ocp {
 
 | 
| H A D | omap3.dtsi | 80 	 * the moment, just use a fake OCP bus entry to represent the whole bus83 	ocp@68000000 {
 566 			interrupts = <16>, /* OCP compliant interrupt */
 609 			interrupts = <17>, /* OCP compliant interrupt */
 629 			interrupts = <22>, /* OCP compliant interrupt */
 648 			interrupts = <23>, /* OCP compliant interrupt */
 667 			interrupts = <27>, /* OCP compliant interrupt */
 
 | 
| /linux/Documentation/devicetree/bindings/leds/backlight/ | 
| H A D | mediatek,mt6370-backlight.yaml | 67   mediatek,bled-ocp-shutdown:69       Enable the backlight shutdown when OCP level triggered.
 72   mediatek,bled-ocp-microamp:
 
 | 
| /linux/fs/freevxfs/ | 
| H A D | vxfs_olt.c | 84 		struct vxfs_oltcommon	*ocp =  in vxfs_read_olt()  local87 		switch (fs32_to_cpu(infp, ocp->olt_type)) {  in vxfs_read_olt()
 96 		oaddr += fs32_to_cpu(infp, ocp->olt_size);  in vxfs_read_olt()
 
 | 
| /linux/Documentation/devicetree/bindings/power/supply/ | 
| H A D | bq25980.yaml | 48   ti,sc-ocp-limit-microamp:61   ti,bypass-ocp-limit-microamp:
 106             ti,sc-ocp-limit-microamp = <2000000>;
 
 | 
| /linux/Documentation/devicetree/bindings/sound/ | 
| H A D | omap-mcbsp.txt | 14 	<OCP compliant irq>,28 	interrupts = <0 17 0x4>, /* OCP compliant interrupt */
 
 | 
| /linux/arch/arm64/boot/dts/qcom/ | 
| H A D | pmi8998.dtsi | 61 				interrupt-names = "sc-err", "ocp";67 				interrupt-names = "sc-err", "ocp";
 
 | 
| /linux/drivers/power/supply/ | 
| H A D | bq25980_charger.c | 25 	bool ocp;  member597 	state->ocp = (stat1 & BQ25980_STAT1_OCP_MASK) |  in bq25980_get_state()
 743 		else if (state.ocp)  in bq25980_get_charger_property()
 822 		old_state.ocp != new_state->ocp ||  in bq25980_state_changed()
 1169 				       "ti,sc-ocp-limit-microamp",  in bq25980_parse_dt()
 1176 		dev_err(bq->dev, "SC ocp limit is out of range\n");  in bq25980_parse_dt()
 1193 				       "ti,bypass-ocp-limit-microamp",  in bq25980_parse_dt()
 1200 		dev_err(bq->dev, "Bypass ocp limit is out of range\n");  in bq25980_parse_dt()
 
 | 
| /linux/Documentation/devicetree/bindings/remoteproc/ | 
| H A D | ti,omap-remoteproc.yaml | 241     ocp {274     ocp {
 311     ocp {
 
 | 
| /linux/Documentation/devicetree/bindings/bus/ | 
| H A D | ti-sysc.yaml | 17   Manager PRCM. It participates in the OCP Disconnect Protocol, but other156     description: Delay needed after OCP softreset before accessing SYCONFIG
 
 | 
| /linux/arch/arm/boot/dts/marvell/ | 
| H A D | kirkwood-lsxhl.dts | 15 	ocp@f1000000 {
 | 
| H A D | kirkwood-lschlv2.dts | 15 	ocp@f1000000 {
 |