Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
full:janz
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-janz-ttl.c
3
*
Janz
MODULbus VMOD-TTL GPIO Driver
19
#include <linux/mfd/
janz
.h>
21
#define DRV_NAME "
janz
-ttl"
198
MODULE_DESCRIPTION("
Janz
MODULbus VMOD-TTL Driver");
200
MODULE_ALIAS("platform:
janz
-ttl");
H
A
D
Makefile
73
obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-
janz
-ttl.o
H
A
D
Kconfig
1162
tristate "
Janz
VMOD-TTL Digital IO Module"
1165
This enables support for the
Janz
VMOD-TTL Digital IO module.
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-janz-ttl.c
3
*
Janz
MODULbus VMOD-TTL GPIO Driver
19
#include <linux/mfd/
janz
.h>
21
#define DRV_NAME "
janz
-ttl"
198
MODULE_DESCRIPTION("
Janz
MODULbus VMOD-TTL Driver");
200
MODULE_ALIAS("platform:
janz
-ttl");
H
A
D
Makefile
80
obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-
janz
-ttl.o
H
A
D
Kconfig
1297
tristate "
Janz
VMOD-TTL Digital IO Module"
1300
This enables support for the
Janz
VMOD-TTL Digital IO module.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
H
A
D
sysfs-bus-pci-drivers-janz-cmodio
1
What: /sys/bus/pci/drivers/
janz
-cmodio/.../modulbus_number
6
Value representing the HEX switch S2 of the
janz
carrier board CMOD-IO or CAN-PCI2
H
A
D
sysfs-class-net-janz-ican3
19
(known values: "
JANZ
-ICAN3 ICANOS 1.xx", "
JANZ
-ICAN3 CAL/CANopen 1.xx")
/kernel/linux/linux-6.6/Documentation/ABI/testing/
H
A
D
sysfs-bus-pci-drivers-janz-cmodio
1
What: /sys/bus/pci/drivers/
janz
-cmodio/.../modulbus_number
6
Value representing the HEX switch S2 of the
janz
carrier board CMOD-IO or CAN-PCI2
H
A
D
sysfs-class-net-janz-ican3
19
(known values: "
JANZ
-ICAN3 ICANOS 1.xx", "
JANZ
-ICAN3 CAL/CANopen 1.xx")
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
janz-cmodio.c
3
*
Janz
CMOD-IO MODULbus Carrier Board PCI Driver
19
#include <linux/mfd/
janz
.h>
21
#define DRV_NAME "
janz
-cmodio"
282
MODULE_DESCRIPTION("
Janz
CMOD-IO PCI MODULbus Carrier Board Driver");
H
A
D
Makefile
194
obj-$(CONFIG_MFD_JANZ_CMODIO) +=
janz
-cmodio.o
H
A
D
Kconfig
710
tristate "
Janz
CMOD-IO PCI MODULbus Carrier Board"
714
This is the core driver for the
Janz
CMOD-IO PCI MODULbus
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
janz-cmodio.c
3
*
Janz
CMOD-IO MODULbus Carrier Board PCI Driver
19
#include <linux/mfd/
janz
.h>
21
#define DRV_NAME "
janz
-cmodio"
282
MODULE_DESCRIPTION("
Janz
CMOD-IO PCI MODULbus Carrier Board Driver");
H
A
D
Makefile
196
obj-$(CONFIG_MFD_JANZ_CMODIO) +=
janz
-cmodio.o
H
A
D
Kconfig
741
tristate "
Janz
CMOD-IO PCI MODULbus Carrier Board"
745
This is the core driver for the
Janz
CMOD-IO PCI MODULbus
/kernel/linux/linux-5.10/drivers/net/can/
H
A
D
janz-ican3.c
3
*
Janz
MODULbus VMOD-ICAN3 CAN Interface Driver
20
#include <linux/mfd/
janz
.h>
28
/*
JANZ
ICAN3 "old-style" host interface queue page numbers */
35
/*
Janz
ICAN3 "old-style" host interface control registers */
51
/*
Janz
ICAN3 "new-style" host interface queue page numbers */
60
/*
Janz
ICAN3 "new-style" and "fast" host interface descriptor flags */
67
/*
Janz
ICAN3 Firmware Messages */
87
*
Janz
ICAN3 CAN Inquiry Message Types
98
/*
Janz
ICAN3 CAN Set Acceptance Filter Mask Message Types */
102
/*
Janz
ICAN
[all...]
H
A
D
Kconfig
114
tristate "
Janz
VMOD-ICAN3 Intelligent CAN controller"
117
Driver for
Janz
VMOD-ICAN3 Intelligent CAN controller module, which
121
called
janz
-ican3.ko.
H
A
D
Makefile
22
obj-$(CONFIG_CAN_JANZ_ICAN3) +=
janz
-ican3.o
/kernel/linux/linux-6.6/drivers/net/can/
H
A
D
janz-ican3.c
3
*
Janz
MODULbus VMOD-ICAN3 CAN Interface Driver
21
#include <linux/mfd/
janz
.h>
29
/*
JANZ
ICAN3 "old-style" host interface queue page numbers */
36
/*
Janz
ICAN3 "old-style" host interface control registers */
52
/*
Janz
ICAN3 "new-style" host interface queue page numbers */
61
/*
Janz
ICAN3 "new-style" and "fast" host interface descriptor flags */
68
/*
Janz
ICAN3 Firmware Messages */
88
*
Janz
ICAN3 CAN Inquiry Message Types
99
/*
Janz
ICAN3 CAN Set Acceptance Filter Mask Message Types */
103
/*
Janz
ICAN
[all...]
H
A
D
Kconfig
144
tristate "
Janz
VMOD-ICAN3 Intelligent CAN controller"
147
Driver for
Janz
VMOD-ICAN3 Intelligent CAN controller module, which
151
called
janz
-ican3.ko.
H
A
D
Makefile
25
obj-$(CONFIG_CAN_JANZ_ICAN3) +=
janz
-ican3.o
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
janz.h
3
* Common Definitions for
Janz
MODULbus devices
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
janz.h
3
* Common Definitions for
Janz
MODULbus devices
Completed in 14 milliseconds