Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dsegment.c93 static inline void nilfs_sc_cstage_inc(struct nilfs_sc_info *sci) in nilfs_sc_cstage_inc() argument
95 sci->sc_stage.scnt++; in nilfs_sc_cstage_inc()
96 trace_nilfs2_collection_stage_transition(sci); in nilfs_sc_cstage_inc()
99 static inline void nilfs_sc_cstage_set(struct nilfs_sc_info *sci, int next_scnt) in nilfs_sc_cstage_set() argument
101 sci->sc_stage.scnt = next_scnt; in nilfs_sc_cstage_set()
102 trace_nilfs2_collection_stage_transition(sci); in nilfs_sc_cstage_set()
105 static inline int nilfs_sc_cstage_get(struct nilfs_sc_info *sci) in nilfs_sc_cstage_get() argument
107 return sci->sc_stage.scnt; in nilfs_sc_cstage_get()
281 struct nilfs_sc_info *sci = nilfs->ns_writer; in nilfs_transaction_commit() local
284 nilfs_segctor_start_timer(sci); in nilfs_transaction_commit()
[all …]
/linux-4.4.14/include/trace/events/
Dnilfs2.h26 TP_PROTO(struct nilfs_sc_info *sci),
28 TP_ARGS(sci),
31 __field(void *, sci)
36 __entry->sci = sci;
37 __entry->stage = sci->sc_stage.scnt;
41 __entry->sci,
/linux-4.4.14/drivers/spi/
Dspi-s3c64xx.c787 struct s3c64xx_spi_info *sci; in s3c64xx_spi_setup() local
823 sci = sdd->cntrlr_info; in s3c64xx_spi_setup()
942 struct s3c64xx_spi_info *sci = sdd->cntrlr_info; in s3c64xx_spi_hwinit() local
955 writel(sci->src_clk_nr << S3C64XX_SPI_CLKSEL_SRCSHFT, in s3c64xx_spi_hwinit()
982 struct s3c64xx_spi_info *sci; in s3c64xx_spi_parse_dt() local
985 sci = devm_kzalloc(dev, sizeof(*sci), GFP_KERNEL); in s3c64xx_spi_parse_dt()
986 if (!sci) in s3c64xx_spi_parse_dt()
991 sci->src_clk_nr = 0; in s3c64xx_spi_parse_dt()
993 sci->src_clk_nr = temp; in s3c64xx_spi_parse_dt()
998 sci->num_cs = 1; in s3c64xx_spi_parse_dt()
[all …]
DMakefile80 obj-$(CONFIG_SPI_SH_SCI) += spi-sh-sci.o
/linux-4.4.14/arch/x86/platform/olpc/
DMakefile4 obj-$(CONFIG_OLPC_XO1_SCI) += olpc-xo1-sci.o
5 obj-$(CONFIG_OLPC_XO15_SCI) += olpc-xo15-sci.o
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio.c458 struct send_context_info *sci = in init_send_contexts() local
460 sci->type = i; in init_send_contexts()
461 sci->base = base; in init_send_contexts()
462 sci->credits = scs->size; in init_send_contexts()
480 struct send_context_info *sci; in sc_hw_alloc() local
484 for (index = 0, sci = &dd->send_contexts[0]; in sc_hw_alloc()
485 index < dd->num_send_contexts; index++, sci++) { in sc_hw_alloc()
486 if (sci->type == type && sci->allocated == 0) { in sc_hw_alloc()
487 sci->allocated = 1; in sc_hw_alloc()
507 struct send_context_info *sci; in sc_hw_free() local
[all …]
Dchip.c2481 struct send_context_info *sci; in is_sendctxt_err_int() local
2494 sci = &dd->send_contexts[sw_index]; in is_sendctxt_err_int()
2495 sc = sci->sc; in is_sendctxt_err_int()
/linux-4.4.14/arch/h8300/boot/dts/
Dedosk2674.dts87 compatible = "renesas,sci";
94 compatible = "renesas,sci";
101 compatible = "renesas,sci";
Dh8300h_sim.dts82 compatible = "renesas,sci";
90 compatible = "renesas,sci";
Dh8s_sim.dts86 compatible = "renesas,sci";
93 compatible = "renesas,sci";
/linux-4.4.14/Documentation/w1/masters/
Dw1-gpio4 Author: Ville Syrjala <syrjala@sci.fi>
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-acpi127 sci: 1194
130 sci - The number of times the ACPI SCI
162 All counters can be cleared by clearing the total "sci":
163 # echo 0 > sci
/linux-4.4.14/drivers/crypto/caam/
Dpdb.h231 u64 sci; member
244 u64 sci; member
/linux-4.4.14/arch/arm/boot/dts/
Dversatile-pb.dts95 sci@a000 {
Dr8a7740-armadillo800eva.dts27 …bootargs = "console=tty0 console=ttySC1,115200 earlyprintk=sh-sci.1,115200 ignore_loglevel root=/d…
Dversatile-ab.dts237 sci@101f0000 {
/linux-4.4.14/drivers/tty/serial/
DMakefile43 obj-$(CONFIG_SERIAL_SH_SCI) += sh-sci.o
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Drenesas,sci-serial.txt34 - "renesas,sci" for generic SCI compatible UART.
/linux-4.4.14/arch/sh/configs/
Dsh2007_defconfig25 …SC1,115200 ip=dhcp root=/dev/nfs rw nfsroot=/nfs/rootfs,rsize=1024,wsize=1024 earlyprintk=sh-sci.1"
Dsdk7786_defconfig76 CONFIG_CMDLINE="console=ttySC1,115200 earlyprintk=sh-sci.1,115200 root=/dev/sda1 nmi_debug=state,de…
/linux-4.4.14/arch/x86/math-emu/
DREADME414 Peter Barker, PETER@socpsy.sci.fau.edu
/linux-4.4.14/
DMAINTAINERS1872 M: Ville Syrjala <syrjala@sci.fi>