/openbmc/linux/drivers/clk/renesas/ |
H A D | clk-r8a7778.c | 30 const char *name; member 44 r8a7778_cpg_register_clock(struct device_node *np, const char *name) in r8a7778_cpg_register_clock() 109 const char *name; in r8a7778_cpg_clocks_init() local
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_keyboard.py | 26 def __init__(self, rdesc, name=None, input_info=None): argument 112 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument 143 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument 211 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument 257 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_encoder.c | 100 int encoder_type, const char *name, va_list ap) in __drm_encoder_init() 162 int encoder_type, const char *name, ...) in drm_encoder_init() 221 const char *name, in __drmm_encoder_init() 242 int encoder_type, const char *name, ...) in __drmm_encoder_alloc() 285 int encoder_type, const char *name, ...) in drmm_encoder_init()
|
/openbmc/linux/tools/perf/tests/ |
H A D | parse-metric.c | 21 static u64 find_value(const char *name, struct value *values) in find_value() 49 const char *name) in compute_single() 68 static int __compute_metric(const char *name, struct value *vals, in __compute_metric() 125 static int compute_metric(const char *name, struct value *vals, double *ratio) in compute_metric() 130 static int compute_metric_group(const char *name, struct value *vals, in compute_metric_group()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_nameval.c | 32 static int nval_find(const char *xb, int xb_size, const YCHAR *name, in nval_find() 73 int nval_del(char *xb, int xb_size, const YCHAR *name) in nval_del() 89 int nval_set(char *xb, int xb_size, const YCHAR *name, const char *buf, in nval_set() 129 int nval_get(const char *xb, int xb_size, const YCHAR * name, char *buf, in nval_get()
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | gate.json | 4 "name": "Add gate action with priority and sched-entry", string 28 "name": "Add gate action with base-time", string 52 "name": "Add gate action with cycle-time", string 76 "name": "Add gate action with cycle-time-ext", string 100 "name": "Replace gate base-time action", string 130 "name": "Delete gate action with valid index", string 160 "name": "Delete gate action with invalid index", string 190 "name": "List gate actions", string 217 "name": "Flush gate actions", string 244 "name": "Add gate action with duplicate index", string [all …]
|
H A D | ctinfo.json | 4 "name": "Add ctinfo action with default setting", string 28 "name": "Add ctinfo action with dscp", string 52 "name": "Add ctinfo action with valid cpmark and zone", string 76 "name": "Add ctinfo action with drop control", string 100 "name": "Replace ctinfo action zone and action control", string 130 "name": "Delete ctinfo action with valid index", string 160 "name": "Delete ctinfo action with invalid index", string 190 "name": "List ctinfo actions", string 217 "name": "Flush ctinfo actions", string 244 "name": "Add ctinfo action with duplicate index", string [all …]
|
H A D | bpf.json | 4 "name": "Add cBPF action with valid bytecode", string 28 "name": "Add cBPF action with invalid bytecode", string 52 "name": "Add eBPF action with valid object-file", string 79 "name": "Add eBPF action with invalid object-file", string 111 "name": "Replace cBPF bytecode and action control", string 141 "name": "Delete cBPF action ", string 171 "name": "List cBPF actions", string 198 "name": "Flush BPF actions", string 225 "name": "Add cBPF action with duplicate index", string 250 "name": "Add cBPF action with invalid index", string [all …]
|
/openbmc/linux/drivers/video/ |
H A D | screen_info_generic.c | 10 const char *name, unsigned int flags) in resource_init_named() 22 const char *name) in resource_init_io_named() 29 const char *name) in resource_init_mem_named()
|
/openbmc/linux/fs/tracefs/ |
H A D | inode.c | 100 char *name; in get_dname() local 117 char *name; in tracefs_syscall_mkdir() local 149 char *name; in tracefs_syscall_rmdir() local 540 struct dentry *tracefs_start_creating(const char *name, struct dentry *parent) in tracefs_start_creating() 638 struct dentry *tracefs_create_file(const char *name, umode_t mode, in tracefs_create_file() 675 static struct dentry *__create_dir(const char *name, struct dentry *parent, in __create_dir() 724 struct dentry *tracefs_create_dir(const char *name, struct dentry *parent) in tracefs_create_dir() 749 __init struct dentry *tracefs_create_instance_dir(const char *name, in tracefs_create_instance_dir() 751 int (*mkdir)(const char *name), in tracefs_create_instance_dir() 752 int (*rmdir)(const char *name)) in tracefs_create_instance_dir()
|
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 131 static int conf_touch_dep(const char *name) in conf_touch_dep() 200 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local 207 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local 214 char *name = getenv("KCONFIG_AUTOHEADER"); in conf_get_autoheader_name() local 221 char *name = getenv("KCONFIG_RUSTCCFG"); in conf_get_rustccfg_name() local 344 int conf_read_simple(const char *name, int def) in conf_read_simple() 542 int conf_read(const char *name) in conf_read() 911 int conf_write(const char *name) in conf_write() 1030 char name[PATH_MAX], tmp[PATH_MAX]; in conf_write_autoconf_cmd() local 1078 const char *name, *tmp; in conf_touch_deps() local
|
/openbmc/linux/drivers/clk/nuvoton/ |
H A D | clk-ma35d1.c | 372 static struct clk_hw *ma35d1_clk_fixed(const char *name, int rate) in ma35d1_clk_fixed() 377 static struct clk_hw *ma35d1_clk_mux_parent(struct device *dev, const char *name, in ma35d1_clk_mux_parent() 387 static struct clk_hw *ma35d1_clk_mux(struct device *dev, const char *name, in ma35d1_clk_mux() 397 static struct clk_hw *ma35d1_clk_divider(struct device *dev, const char *name, in ma35d1_clk_divider() 405 static struct clk_hw *ma35d1_clk_divider_pow2(struct device *dev, const char *name, in ma35d1_clk_divider_pow2() 414 static struct clk_hw *ma35d1_clk_divider_table(struct device *dev, const char *name, in ma35d1_clk_divider_table() 424 static struct clk_hw *ma35d1_clk_fixed_factor(struct device *dev, const char *name, in ma35d1_clk_fixed_factor() 432 static struct clk_hw *ma35d1_clk_gate(struct device *dev, const char *name, const char *parent, in ma35d1_clk_gate()
|
/openbmc/qemu/hw/sensor/ |
H A D | lsm303dlhc_mag.c | 85 static void lsm303dlhc_mag_get_x(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_x() 96 static void lsm303dlhc_mag_get_y(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_y() 107 static void lsm303dlhc_mag_get_z(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_z() 118 static void lsm303dlhc_mag_set_x(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_x() 141 static void lsm303dlhc_mag_set_y(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_y() 164 static void lsm303dlhc_mag_set_z(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_z() 191 const char *name, void *opaque, in lsm303dlhc_mag_get_temperature() 207 const char *name, void *opaque, in lsm303dlhc_mag_set_temperature()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 49 #define K_INLINE_SYSCALL(name, nr, args...) ({ \ argument 107 #define _syscall0(type,name) \ argument 113 #define _syscall1(type,name,type1,arg1) \ argument 119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | hfsc.json | 4 "name": "Create HFSC with default setting", string 27 "name": "Create HFSC with class sc and ul rate setting", string 51 "name": "Create HFSC with class sc umax and dmax setting", string 75 "name": "Create HFSC with class rt and ls rate setting", string 99 "name": "Create HFSC with class rt umax and dmax setting", string 123 "name": "Delete HFSC with handle", string 146 "name": "Show HFSC class", string
|
/openbmc/linux/drivers/clk/hisilicon/ |
H A D | clk.h | 28 char *name; member 36 char *name; member 45 const char *name; member 59 const char *name; member 72 const char *name; member 85 const char *name; member 97 const char *name; member
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
H A D | bpf.json | 4 "name": "Add cBPF filter with valid bytecode", string 26 "name": "Add cBPF filter with invalid bytecode", string 48 "name": "Add eBPF filter with valid object-file", string 70 "name": "Add eBPF filter with invalid object-file", string 92 "name": "Replace cBPF bytecode", string 120 "name": "Delete cBPF filter", string 148 "name": "List cBPF filters", string
|
/openbmc/u-boot/include/linux/ |
H A D | ioport.h | 21 const char *name; member 139 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name), 0) argument 140 #define __request_mem_region(start,n,name, excl) __request_region(&iomem_resource, (start), (n), (n… argument 141 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name), 0) argument 142 #define request_mem_region_exclusive(start,n,name) \ argument 168 #define devm_request_region(dev,start,n,name) \ argument 170 #define devm_request_mem_region(dev,start,n,name) \ argument
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | mte_helper.S | 8 #define ENTRY(name) \ argument 14 #define ENDPROC(name) \ argument
|
/openbmc/linux/arch/s390/lib/ |
H A D | test_kprobes_asm.S | 6 #define KPROBES_TARGET_START(name) \ argument 10 #define KPROBES_TARGET_END(name) \ argument
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | hv-common.h | 20 #define EVENT_DEFINE_RANGE_FORMAT(name, attr_var, bit_start, bit_end) \ argument 31 #define EVENT_DEFINE_RANGE_FORMAT_LITE(name, attr_var, bit_start, bit_end) \ argument 34 #define EVENT_DEFINE_RANGE(name, attr_var, bit_start, bit_end) \ argument
|
/openbmc/linux/fs/qnx4/ |
H A D | namei.c | 26 static int qnx4_match(int len, const char *name, in qnx4_match() 58 const char *name, struct qnx4_inode_entry **res_dir, int *ino) in qnx4_find_entry() 101 const char *name = dentry->d_name.name; in qnx4_lookup() local
|
/openbmc/linux/drivers/md/ |
H A D | dm-path-selector.c | 30 static struct ps_internal *__find_path_selector_type(const char *name) in __find_path_selector_type() 42 static struct ps_internal *get_path_selector(const char *name) in get_path_selector() 55 struct path_selector_type *dm_get_path_selector(const char *name) in dm_get_path_selector()
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | diagnose.py | 111 def handle_starttag(self, name, attrs): argument 114 def handle_endtag(self, name): argument 120 def handle_charref(self, name): argument 123 def handle_entityref(self, name): argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | priv.h | 27 const char *name; member 34 const char *name; member 39 char *name; member 55 const char *name; member 60 const char *name; member 80 char name[32]; member
|