Home
last modified time | relevance | path

Searched refs:sci (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v4.19/fs/nilfs2/
Dsegment.c90 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()
276 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_transaction_commit() local
279 nilfs_segctor_start_timer(sci); in nilfs_transaction_commit()
[all …]
/Linux-v4.19/drivers/reset/
Dreset-ti-sci.c47 const struct ti_sci_handle *sci; member
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()
155 const struct ti_sci_handle *sci = data->sci; in ti_sci_reset_status() local
156 const struct ti_sci_dev_ops *dev_ops = &sci->ops.dev_ops; in ti_sci_reset_status()
165 ret = dev_ops->get_device_resets(sci, control->dev_id, &reset_state); in ti_sci_reset_status()
229 data->sci = devm_ti_sci_get_handle(&pdev->dev); in ti_sci_reset_probe()
230 if (IS_ERR(data->sci)) in ti_sci_reset_probe()
[all …]
DMakefile22 obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o
/Linux-v4.19/include/trace/events/
Dnilfs2.h27 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;
42 __entry->sci,
/Linux-v4.19/drivers/clk/keystone/
Dsci-clk.c40 const struct ti_sci_handle *sci; member
80 return clk->provider->ops->get_clock(clk->provider->sci, clk->dev_id, in sci_clk_prepare()
97 ret = clk->provider->ops->put_clock(clk->provider->sci, clk->dev_id, in sci_clk_unprepare()
118 ret = clk->provider->ops->is_on(clk->provider->sci, clk->dev_id, in sci_clk_is_prepared()
146 ret = clk->provider->ops->get_freq(clk->provider->sci, clk->dev_id, in sci_clk_recalc_rate()
175 ret = clk->provider->ops->get_best_match_freq(clk->provider->sci, in sci_clk_determine_rate()
208 return clk->provider->ops->set_freq(clk->provider->sci, clk->dev_id, in sci_clk_set_rate()
224 ret = clk->provider->ops->get_parent(clk->provider->sci, clk->dev_id, in sci_clk_get_parent()
247 return clk->provider->ops->set_parent(clk->provider->sci, clk->dev_id, in sci_clk_set_parent()
442 provider->sci = handle; in ti_sci_clk_probe()
[all …]
DMakefile2 obj-$(CONFIG_TI_SCI_CLK) += sci-clk.o
/Linux-v4.19/drivers/spi/
Dspi-s3c64xx.c928 struct s3c64xx_spi_info *sci = sdd->cntrlr_info; in s3c64xx_spi_hwinit() local
934 if (sci->no_cs) in s3c64xx_spi_hwinit()
943 writel(sci->src_clk_nr << S3C64XX_SPI_CLKSEL_SRCSHFT, in s3c64xx_spi_hwinit()
970 struct s3c64xx_spi_info *sci; in s3c64xx_spi_parse_dt() local
973 sci = devm_kzalloc(dev, sizeof(*sci), GFP_KERNEL); in s3c64xx_spi_parse_dt()
974 if (!sci) in s3c64xx_spi_parse_dt()
979 sci->src_clk_nr = 0; in s3c64xx_spi_parse_dt()
981 sci->src_clk_nr = temp; in s3c64xx_spi_parse_dt()
986 sci->num_cs = 1; in s3c64xx_spi_parse_dt()
988 sci->num_cs = temp; in s3c64xx_spi_parse_dt()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Dti,sci-clk.txt10 [1] Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
14 - compatible: Must be "ti,k2g-sci-clk"
25 compatible = "ti,k2g-sci";
28 compatible = "ti,k2g-sci-clk";
/Linux-v4.19/drivers/net/
Dmacsec.c79 sci_t sci; member
171 sci_t sci; member
244 sci_t sci; member
414 sci_t sci; in make_sci() local
416 memcpy(&sci, addr, ETH_ALEN); in make_sci()
417 memcpy(((char *)&sci) + ETH_ALEN, &port, sizeof(port)); in make_sci()
419 return sci; in make_sci()
424 sci_t sci; in macsec_frame_sci() local
427 memcpy(&sci, hdr->secure_channel_id, in macsec_frame_sci()
430 sci = make_sci(hdr->eth.h_source, MACSEC_PORT_ES); in macsec_frame_sci()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/soc/ti/
Dsci-pm-domain.txt9 [1] Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
21 - compatible: should be "ti,sci-pm-domain"
28 compatible = "ti,k2g-sci";
32 compatible = "ti,sci-pm-domain";
/Linux-v4.19/arch/x86/platform/olpc/
DMakefile5 obj-$(CONFIG_OLPC_XO1_SCI) += olpc-xo1-sci.o
6 obj-$(CONFIG_OLPC_XO15_SCI) += olpc-xo15-sci.o
/Linux-v4.19/Documentation/devicetree/bindings/reset/
Dti,sci-reset.txt10 Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
20 - compatible : Should be "ti,sci-reset"
50 compatible = "ti,k2g-sci";
53 compatible = "ti,sci-reset";
/Linux-v4.19/arch/h8300/boot/dts/
Dedosk2674.dts88 compatible = "renesas,sci";
95 compatible = "renesas,sci";
102 compatible = "renesas,sci";
Dh8300h_sim.dts83 compatible = "renesas,sci";
91 compatible = "renesas,sci";
Dh8s_sim.dts87 compatible = "renesas,sci";
94 compatible = "renesas,sci";
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dpio.c484 struct send_context_info *sci = in init_send_contexts() local
486 sci->type = i; in init_send_contexts()
487 sci->base = base; in init_send_contexts()
488 sci->credits = scs->size; in init_send_contexts()
506 struct send_context_info *sci; in sc_hw_alloc() local
510 for (index = 0, sci = &dd->send_contexts[0]; in sc_hw_alloc()
511 index < dd->num_send_contexts; index++, sci++) { in sc_hw_alloc()
512 if (sci->type == type && sci->allocated == 0) { in sc_hw_alloc()
513 sci->allocated = 1; in sc_hw_alloc()
533 struct send_context_info *sci; in sc_hw_free() local
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/arm/keystone/
Dti,sci.txt27 - compatible: should be "ti,k2g-sci"
52 compatible = "ti,k2g-sci";
69 compatible = "ti,k2g-sci";
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-davinci.txt11 Documentation/devicetree/bindings/clock/ti,sci-clk.txt
20 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
/Linux-v4.19/Documentation/devicetree/bindings/net/can/
Dc_can.txt22 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
25 Documentation/devicetree/bindings/clock/ti,sci-clk.txt
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-acpi117 sci: 1194
120 sci - The number of times the ACPI SCI
152 All counters can be cleared by clearing the total "sci":
153 # echo 0 > sci
/Linux-v4.19/net/6lowpan/
Diphc.c1137 struct lowpan_iphc_ctx *dci, *sci, dci_entry, sci_entry; in lowpan_header_compress() local
1178 sci = lowpan_iphc_ctx_get_by_addr(dev, &hdr->saddr); in lowpan_header_compress()
1179 if (sci) { in lowpan_header_compress()
1180 memcpy(&sci_entry, sci, sizeof(*sci)); in lowpan_header_compress()
1181 cid |= (sci->id << 4); in lowpan_header_compress()
1233 if (sci) { in lowpan_header_compress()
/Linux-v4.19/Documentation/w1/masters/
Dw1-gpio4 Author: Ville Syrjala <syrjala@sci.fi>
/Linux-v4.19/drivers/crypto/caam/
Dpdb.h310 u64 sci; member
323 u64 sci; member
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt28 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
31 usage in Documentation/devicetree/bindings/clock/ti,sci-clk.txt
/Linux-v4.19/arch/arm/boot/dts/
Dkeystone-k2g.dtsi258 compatible = "ti,k2g-sci";
271 compatible = "ti,sci-pm-domain";
276 compatible = "ti,k2g-sci-clk";
281 compatible = "ti,sci-reset";

12