/Linux-v5.15/fs/nilfs2/ |
D | segment.c | 90 static inline void nilfs_sc_cstage_inc(struct nilfs_sc_info *sci) in nilfs_sc_cstage_inc() argument 92 sci->sc_stage.scnt++; in nilfs_sc_cstage_inc() 93 trace_nilfs2_collection_stage_transition(sci); in nilfs_sc_cstage_inc() 96 static inline void nilfs_sc_cstage_set(struct nilfs_sc_info *sci, int next_scnt) in nilfs_sc_cstage_set() argument 98 sci->sc_stage.scnt = next_scnt; in nilfs_sc_cstage_set() 99 trace_nilfs2_collection_stage_transition(sci); in nilfs_sc_cstage_set() 102 static inline int nilfs_sc_cstage_get(struct nilfs_sc_info *sci) in nilfs_sc_cstage_get() argument 104 return sci->sc_stage.scnt; in nilfs_sc_cstage_get() 271 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_transaction_commit() local 274 nilfs_segctor_start_timer(sci); in nilfs_transaction_commit() [all …]
|
/Linux-v5.15/drivers/remoteproc/ |
D | ti_sci_proc.h | 3 * Texas Instruments TI-SCI Processor Controller Helper Functions 16 * @sci: cached TI-SCI protocol handle 17 * @ops: cached TI-SCI proc ops 24 const struct ti_sci_handle *sci; member 35 ret = tsp->ops->request(tsp->sci, tsp->proc_id); in ti_sci_proc_request() 37 dev_err(tsp->dev, "ti-sci processor request failed: %d\n", in ti_sci_proc_request() 46 ret = tsp->ops->release(tsp->sci, tsp->proc_id); in ti_sci_proc_release() 48 dev_err(tsp->dev, "ti-sci processor release failed: %d\n", in ti_sci_proc_release() 57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover() 59 dev_err(tsp->dev, "ti-sci processor handover of %d to %d failed: %d\n", in ti_sci_proc_handover() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/keystone/ |
D | ti,sci.yaml | 4 $id: http://devicetree.org/schemas/arm/keystone/ti,sci.yaml# 7 title: TI-SCI controller device node bindings 25 The TI-SCI node describes the Texas Instrument's System Controller entity node. 29 relationship between the TI-SCI parent node to the child node. 39 - const: ti,k2g-sci 42 - const: ti,am654-sci 47 made available from TI-SCI controller. 55 Specifies the mailboxes used to communicate with TI-SCI Controller 56 made available from TI-SCI controller. 76 $ref: /schemas/soc/ti/sci-pm-domain.yaml# [all …]
|
D | ti,k3-sci-common.yaml | 4 $id: http://devicetree.org/schemas/arm/keystone/ti,k3-sci-common.yaml# 7 title: Common K3 TI-SCI bindings 16 through the TI-SCI protocol. 21 over the TI-SCI protocol. The following are some of the common properties 26 ti,sci: 29 Should be a phandle to the TI-SCI System Controller node 31 ti,sci-dev-id: 34 Should contain the TI-SCI device id corresponding to the device. Please 38 ti,sci-proc-ids: 42 - description: TI-SCI processor id for the remote processor device [all …]
|
/Linux-v5.15/drivers/reset/ |
D | reset-ti-sci.c | 2 * Texas Instrument's System Control Interface (TI-SCI) reset driver 41 * @sci: TI SCI handle used for communication with system controller 47 const struct ti_sci_handle *sci; member 61 * reset using the TI SCI protocol. The device's reset is asserted if the 64 * reset register is read using a TI SCI device operation, the new value is 66 * using another TI SCI device operation. 74 const struct ti_sci_handle *sci = data->sci; in ti_sci_reset_set() local 75 const struct ti_sci_dev_ops *dev_ops = &sci->ops.dev_ops; in ti_sci_reset_set() 86 ret = dev_ops->get_device_resets(sci, control->dev_id, &reset_state); in ti_sci_reset_set() 95 ret = dev_ops->set_device_resets(sci, control->dev_id, reset_state); in ti_sci_reset_set() [all …]
|
/Linux-v5.15/drivers/clk/keystone/ |
D | sci-clk.c | 2 * SCI Clock driver for keystone based devices 33 * struct sci_clk_provider - TI SCI clock provider representation 34 * @sci: Handle to the System Control Interface protocol handler 35 * @ops: Pointer to the SCI ops to be used by the clocks 41 const struct ti_sci_handle *sci; member 49 * struct sci_clk - TI SCI clock representation 75 * sci_clk_prepare - Prepare (enable) a TI SCI clock 78 * Prepares a clock to be actively used. Returns the SCI protocol status. 87 return clk->provider->ops->get_clock(clk->provider->sci, clk->dev_id, in sci_clk_prepare() 94 * sci_clk_unprepare - Un-prepares (disables) a TI SCI clock [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/dma/ti/ |
D | k3-udma.yaml | 81 ti,sci: 82 description: phandle to TI-SCI compatible System controller node 85 ti,sci-dev-id: 86 description: TI-SCI device id of UDMAP 93 ti,sci-rm-range-tchan: 102 ti,sci-rm-range-rchan: 111 ti,sci-rm-range-rflow: 126 - ti,sci 127 - ti,sci-dev-id 129 - ti,sci-rm-range-tchan [all …]
|
D | k3-pktdma.yaml | 58 ti,sci-rm-range-tchan: 69 ti,sci-rm-range-tflow: 80 ti,sci-rm-range-rchan: 91 ti,sci-rm-range-rflow: 108 - ti,sci 109 - ti,sci-dev-id 110 - ti,sci-rm-range-tchan 111 - ti,sci-rm-range-tflow 112 - ti,sci-rm-range-rchan 113 - ti,sci-rm-range-rflow [all …]
|
D | k3-bcdma.yaml | 84 ti,sci-rm-range-bchan: 95 ti,sci-rm-range-tchan: 106 ti,sci-rm-range-rchan: 123 - ti,sci 124 - ti,sci-dev-id 125 - ti,sci-rm-range-bchan 126 - ti,sci-rm-range-tchan 127 - ti,sci-rm-range-rchan 144 ti,sci-dev-id = <25>; 158 ti,sci = <&dmsc>; [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/soc/ti/ |
D | sci-pm-domain.yaml | 4 $id: http://devicetree.org/schemas/soc/ti/sci-pm-domain.yaml# 7 title: TI-SCI generic power domain node bindings 20 through a protocol called TI System Control Interface (TI-SCI protocol). 22 This PM domain node represents the global PM domain managed by the TI-SCI 23 controller. Since this relies on the TI SCI protocol to communicate with 24 the TI-SCI controller, it must be a child of the TI-SCI controller node. 28 const: ti,sci-pm-domain 33 The two cells represent values that the TI-SCI controller defines. 51 compatible = "ti,sci-pm-domain"; 57 compatible = "ti,sci-pm-domain";
|
D | k3-ringacc.yaml | 53 ti,sci-rm-range-gp-rings: 55 description: TI-SCI RM subtype for GP ring range 57 ti,sci: 59 description: phandle on TI-SCI compatible System controller node 61 ti,sci-dev-id: 63 description: TI-SCI device id of the ring accelerator 71 - ti,sci-rm-range-gp-rings 72 - ti,sci 73 - ti,sci-dev-id 91 ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */ [all …]
|
/Linux-v5.15/drivers/irqchip/ |
D | irq-ti-sci-intr.c | 23 * @sci: Pointer to TISCI handle 26 * @ti_sci_id: TI-SCI device identifier 30 const struct ti_sci_handle *sci; member 118 intr->sci->ops.rm_irq_ops.free_irq(intr->sci, in ti_sci_intr_irq_domain_free() 170 err = intr->sci->ops.rm_irq_ops.set_irq(intr->sci, in ti_sci_intr_alloc_parent_irq() 256 intr->sci = devm_ti_sci_get_by_phandle(dev, "ti,sci"); in ti_sci_intr_irq_domain_probe() 257 if (IS_ERR(intr->sci)) in ti_sci_intr_irq_domain_probe() 258 return dev_err_probe(dev, PTR_ERR(intr->sci), in ti_sci_intr_irq_domain_probe() 259 "ti,sci read fail\n"); in ti_sci_intr_irq_domain_probe() 261 ret = of_property_read_u32(dev_of_node(dev), "ti,sci-dev-id", in ti_sci_intr_irq_domain_probe() [all …]
|
D | irq-ti-sci-inta.c | 80 * @sci: Pointer to TISCI handle 87 * @ti_sci_id: TI-SCI device identifier 89 * @unmapped_dev_ids: Pointer to an array of TI-SCI device identifiers of 95 * generating Unmapped Event, we must use the INTA's TI-SCI 101 const struct ti_sci_handle *sci; member 127 * For devices sending Unmapped Events we must use the INTA's TI-SCI in ti_sci_inta_get_dev_id() 298 err = inta->sci->ops.rm_irq_ops.set_event_map(inta->sci, in ti_sci_inta_alloc_event() 396 inta->sci->ops.rm_irq_ops.free_event_map(inta->sci, in ti_sci_inta_free_irq() 633 ret = of_property_read_u32(it.node, "ti,sci-dev-id", &dev_id); in ti_sci_inta_get_unmapped_sources() 635 dev_err(dev, "ti,sci-dev-id read failure for %pOFf\n", it.node); in ti_sci_inta_get_unmapped_sources() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/reset/ |
D | ti,sci-reset.yaml | 4 $id: http://devicetree.org/schemas/reset/ti,sci-reset.yaml# 7 title: TI-SCI reset controller node bindings 17 through a protocol called TI System Control Interface (TI-SCI protocol). 19 This reset controller node uses the TI SCI protocol to perform the reset 21 node of the associated TI-SCI system controller node. 28 const: ti,sci-reset 33 The two cells represent values that the TI-SCI controller defines. 49 compatible = "ti,sci-reset";
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | ti,sci-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/ti,sci-clk.yaml# 7 title: TI-SCI clock controller node bindings 17 through a protocol called TI System Control Interface (TI-SCI protocol). 19 This clock controller node uses the TI SCI protocol to perform various clock 21 node must be a child node of the associated TI-SCI system controller node. 28 const: ti,k2g-sci-clk 33 The two cells represent values that the TI-SCI controller defines. 47 compatible = "ti,k2g-sci-clk";
|
/Linux-v5.15/arch/arm64/boot/dts/ti/ |
D | k3-j721e-mcu-wakeup.dtsi | 10 compatible = "ti,k2g-sci"; 22 compatible = "ti,sci-pm-domain"; 27 compatible = "ti,k2g-sci-clk"; 32 compatible = "ti,sci-reset"; 96 compatible = "ti,sci-intr"; 102 ti,sci = <&dmsc>; 103 ti,sci-dev-id = <137>; 257 ti,sci-dev-id = <232>; 267 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 268 ti,sci = <&dmsc>; [all …]
|
D | k3-j7200-mcu-wakeup.dtsi | 10 compatible = "ti,k2g-sci"; 22 compatible = "ti,sci-pm-domain"; 27 compatible = "ti,k2g-sci-clk"; 32 compatible = "ti,sci-reset"; 96 compatible = "ti,sci-intr"; 102 ti,sci = <&dmsc>; 103 ti,sci-dev-id = <137>; 146 ti,sci-dev-id = <232>; 156 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 157 ti,sci = <&dmsc>; [all …]
|
D | k3-am65-mcu.dtsi | 125 ti,sci-dev-id = <119>; 135 ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ 136 ti,sci = <&dmsc>; 137 ti,sci-dev-id = <195>; 150 ti,sci = <&dmsc>; 151 ti,sci-dev-id = <194>; 154 ti,sci-rm-range-tchan = <0xf>, /* TX_HCHAN */ 156 ti,sci-rm-range-rchan = <0xb>, /* RX_HCHAN */ 158 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */ 284 ti,sci = <&dmsc>; [all …]
|
D | k3-am65-wakeup.dtsi | 10 compatible = "ti,am654-sci"; 22 compatible = "ti,sci-pm-domain"; 27 compatible = "ti,k2g-sci-clk"; 32 compatible = "ti,sci-reset"; 71 compatible = "ti,sci-intr"; 77 ti,sci = <&dmsc>; 78 ti,sci-dev-id = <156>;
|
/Linux-v5.15/Documentation/devicetree/bindings/remoteproc/ |
D | ti,k3-dsp-rproc.yaml | 29 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml# 124 - ti,sci 125 - ti,sci-dev-id 126 - ti,sci-proc-ids 158 ti,sci = <&dmsc>; 159 ti,sci-dev-id = <142>; 160 ti,sci-proc-ids = <0x03 0xFF>; 174 ti,sci = <&dmsc>; 175 ti,sci-dev-id = <15>; 176 ti,sci-proc-ids = <0x30 0xFF>;
|
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,sci-intr.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/ti,sci-intr.yaml# 13 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml# 51 const: ti,sci-intr 87 - ti,sci 88 - ti,sci-dev-id 96 compatible = "ti,sci-intr"; 101 ti,sci = <&dmsc>; 102 ti,sci-dev-id = <131>;
|
D | ti,sci-inta.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/ti,sci-inta.yaml# 13 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml# 55 const: ti,sci-inta 88 - ti,sci 89 - ti,sci-dev-id 101 compatible = "ti,sci-inta"; 106 ti,sci = <&dmsc>; 107 ti,sci-dev-id = <179>;
|
/Linux-v5.15/drivers/acpi/acpica/ |
D | evsci.c | 27 * DESCRIPTION: Dispatch the SCI to all host-installed SCI handlers. 39 /* Are there any host-installed SCI handlers? */ in acpi_ev_sci_dispatch() 47 /* Invoke all host-installed SCI handlers */ in acpi_ev_sci_dispatch() 72 * control method to call to deal with a SCI. 100 /* Invoke all host-installed SCI handlers */ in acpi_ev_sci_xrupt_handler() 146 * DESCRIPTION: Installs SCI handler. 172 * DESCRIPTION: Remove the SCI interrupt handler. No further SCIs will be 173 * taken. Remove all host-installed SCI handlers. 177 * the SCI interrupt level when the handler is removed, so no more 202 /* Free all host-installed SCI handlers */ in acpi_ev_remove_all_sci_handlers()
|
/Linux-v5.15/include/trace/events/ |
D | nilfs2.h | 27 TP_PROTO(struct nilfs_sc_info *sci), 29 TP_ARGS(sci), 32 __field(void *, sci) 37 __entry->sci = sci; 38 __entry->stage = sci->sc_stage.scnt; 41 TP_printk("sci = %p stage = %s", 42 __entry->sci,
|
/Linux-v5.15/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7264.c | 115 CLKDEV_ICK_ID("fck", "sh-sci.0", &mstp_clks[MSTP77]), 116 CLKDEV_ICK_ID("fck", "sh-sci.1", &mstp_clks[MSTP77]), 117 CLKDEV_ICK_ID("fck", "sh-sci.2", &mstp_clks[MSTP77]), 118 CLKDEV_ICK_ID("fck", "sh-sci.3", &mstp_clks[MSTP77]), 119 CLKDEV_ICK_ID("fck", "sh-sci.4", &mstp_clks[MSTP77]), 120 CLKDEV_ICK_ID("fck", "sh-sci.5", &mstp_clks[MSTP77]), 121 CLKDEV_ICK_ID("fck", "sh-sci.6", &mstp_clks[MSTP77]), 122 CLKDEV_ICK_ID("fck", "sh-sci.7", &mstp_clks[MSTP77]),
|