Home
last modified time | relevance | path

Searched defs:name (Results 201 – 225 of 6683) sorted by relevance

12345678910>>...268

/Linux-v6.6/arch/s390/include/asm/
Dvdso.h14 #define VDSO64_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso64_offset_##name)) argument
16 #define VDSO32_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso32_offset_##name)) argument
18 #define VDSO32_SYMBOL(tsk, name) (-1UL) argument
/Linux-v6.6/drivers/clk/ux500/
Dclk-prcmu.c194 static struct clk_hw *clk_reg_prcmu(const char *name, in clk_reg_prcmu()
239 struct clk_hw *clk_reg_prcmu_scalable(const char *name, in clk_reg_prcmu_scalable()
249 struct clk_hw *clk_reg_prcmu_gate(const char *name, in clk_reg_prcmu_gate()
258 struct clk_hw *clk_reg_prcmu_scalable_rate(const char *name, in clk_reg_prcmu_scalable_rate()
268 struct clk_hw *clk_reg_prcmu_rate(const char *name, in clk_reg_prcmu_rate()
277 struct clk_hw *clk_reg_prcmu_opp_gate(const char *name, in clk_reg_prcmu_opp_gate()
286 struct clk_hw *clk_reg_prcmu_opp_volt_scalable(const char *name, in clk_reg_prcmu_opp_volt_scalable()
352 struct clk_hw *clk_reg_prcmu_clkout(const char *name, in clk_reg_prcmu_clkout()
/Linux-v6.6/fs/coda/
Ddir.c44 const char *name = entry->d_name.name; in coda_lookup() local
140 const char *name=de->d_name.name; in coda_create() local
174 const char *name = de->d_name.name; in coda_mkdir() local
209 const char * name = de->d_name.name; in coda_link() local
235 const char *name = de->d_name.name; in coda_symlink() local
266 const char *name = de->d_name.name; in coda_unlink() local
280 const char *name = de->d_name.name; in coda_rmdir() local
356 struct qstr name; in coda_venus_readdir() local
/Linux-v6.6/drivers/scsi/isci/
Dregisters.h178 #define SCU_GEN_VALUE(name, value) \ argument
184 #define SCU_GEN_BIT(name) \ argument
187 #define SCU_SET_BIT(name, reg_value) \ argument
190 #define SCU_CLEAR_BIT(name, reg_value) \ argument
208 #define SMU_PCP_GEN_VAL(name, value) \ argument
220 #define SMU_ISR_GEN_BIT(name) \ argument
236 #define SMU_IMR_GEN_BIT(name) \ argument
250 #define SMU_ICC_GEN_VAL(name, value) \ argument
262 #define SMU_TCR_GEN_VAL(name, value) \ argument
265 #define SMU_TCR_GEN_BIT(name, value) \ argument
[all …]
/Linux-v6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dcodel.json4 "name": "Create CODEL with default setting", string
27 "name": "Create CODEL with limit packet setting", string
50 "name": "Create CODEL with target setting", string
73 "name": "Create CODEL with interval setting", string
96 "name": "Create CODEL with ecn setting", string
119 "name": "Create CODEL with ce_threshold setting", string
142 "name": "Delete CODEL with valid handle", string
165 "name": "Replace CODEL with limit setting", string
189 "name": "Change CODEL with limit setting", string
Dtbf.json4 "name": "Create TBF with default setting", string
27 "name": "Create TBF with mtu setting", string
50 "name": "Create TBF with peakrate setting", string
73 "name": "Create TBF with latency setting", string
96 "name": "Create TBF with overhead setting", string
119 "name": "Create TBF with linklayer setting", string
142 "name": "Replace TBF with mtu", string
166 "name": "Change TBF with latency time", string
190 "name": "Show TBF class", string
Dhhf.json4 "name": "Create HHF with default setting", string
27 "name": "Create HHF with limit setting", string
50 "name": "Create HHF with quantum setting", string
73 "name": "Create HHF with reset_timeout setting", string
96 "name": "Create HHF with admit_bytes setting", string
119 "name": "Create HHF with evict_timeout setting", string
142 "name": "Create HHF with non_hh_weight setting", string
165 "name": "Change HHF with limit setting", string
189 "name": "Show HHF class", string
Dred.json4 "name": "Create RED with no flags", string
27 "name": "Create RED with adaptive flag", string
50 "name": "Create RED with ECN flag", string
73 "name": "Create RED with flags ECN, adaptive", string
96 "name": "Create RED with flags ECN, harddrop", string
119 "name": "Create RED with flags ECN, nodrop", string
142 "name": "Fail to create RED with only nodrop flag", string
164 "name": "Create RED with flags ECN, nodrop, harddrop", string
187 "name": "Show RED class", string
Dtaprio.json4 "name": "Add taprio Qdisc to multi-queue device (8 queues)", string
26 "name": "Add taprio Qdisc with multiple sched-entry", string
48 "name": "Add taprio Qdisc with txtime-delay", string
70 "name": "Delete taprio Qdisc with valid handle", string
93 "name": "Show taprio class", string
115 "name": "Add taprio Qdisc to single-queue device", string
137 "name": "Add taprio Qdisc with an invalid cycle-time", string
162 "name": "Reject grafting taprio as child qdisc of software taprio", string
187 "name": "Reject grafting taprio as child qdisc of offloaded taprio", string
212 "name": "Graft cbs as child of software taprio", string
[all …]
/Linux-v6.6/drivers/gpu/drm/
Ddrm_property.c97 u32 flags, const char *name, in drm_property_create()
162 u32 flags, const char *name, in drm_property_create_enum()
210 u32 flags, const char *name, in drm_property_create_bitmask()
242 u32 flags, const char *name, in property_create_range()
277 u32 flags, const char *name, in drm_property_create_range()
305 u32 flags, const char *name, in drm_property_create_signed_range()
332 u32 flags, const char *name, in drm_property_create_object()
369 u32 flags, const char *name) in drm_property_create_bool()
390 uint64_t value, const char *name) in drm_property_add_enum()
/Linux-v6.6/scripts/dtc/libfdt/
Dfdt_rw.c184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_()
202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_()
235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder()
276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
334 const char *name, int namelen) in fdt_add_subnode_namelen()
377 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
/Linux-v6.6/tools/testing/selftests/vDSO/
Dvdso_test_gettimeofday.c29 const char *name = "__kernel_gettimeofday"; variable
32 const char *name = "__vdso_gettimeofday"; variable
35 const char *name = "__vdso_gettimeofday"; variable
/Linux-v6.6/fs/iomap/
Dtrace.h46 #define DEFINE_READPAGE_EVENT(name) \ argument
78 #define DEFINE_RANGE_EVENT(name) \ argument
151 #define DEFINE_IOMAP_EVENT(name) \ argument
/Linux-v6.6/arch/sparc/kernel/
Dprom_common.c34 int of_getintprop_default(struct device_node *np, const char *name, int def) in of_getintprop_default()
50 int of_set_property(struct device_node *dp, const char *name, void *val, int len) in of_set_property()
121 static int __init handle_nextprop_quirks(char *buf, const char *name) in handle_nextprop_quirks()
134 const char *name; in prom_common_nextprop() local
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Ddebugfs.h11 #define DEBUGFS_SEQ_FILE_OPS(name) \ argument
19 #define DEBUGFS_SEQ_FILE_OPEN(name) \ argument
32 #define DEBUGFS_FILE_OPS(name) \ argument
/Linux-v6.6/include/linux/
Daperture.h31 const char *name) in aperture_remove_conflicting_devices()
41 static inline int aperture_remove_conflicting_pci_devices(struct pci_dev *pdev, const char *name) in aperture_remove_conflicting_pci_devices()
57 static inline int aperture_remove_all_conflicting_devices(const char *name) in aperture_remove_all_conflicting_devices()
/Linux-v6.6/tools/testing/selftests/prctl/
Dset-process-name.c16 int set_name(char *name) in set_name()
29 char name[TASK_COMM_LEN]; in check_is_name_correct() local
42 char *name = NULL; in check_null_pointer() local
/Linux-v6.6/arch/powerpc/kernel/
Dvector.S168 #define LDCONST(fr, name) \ argument
181 #define LDCONST(fr, name) \ argument
185 #define LDCONST(fr, name) \ argument
/Linux-v6.6/drivers/infiniband/sw/rdmavt/
Dvt.h45 #define __rvt_pr_info(pdev, name, fmt, ...) \ argument
48 #define __rvt_pr_warn(pdev, name, fmt, ...) \ argument
51 #define __rvt_pr_err(pdev, name, fmt, ...) \ argument
54 #define __rvt_pr_err_ratelimited(pdev, name, fmt, ...) \ argument
/Linux-v6.6/arch/powerpc/include/asm/
Dhead-64.h112 #define __FIXED_SECTION_ENTRY_BEGIN(sname, name, __align) \ argument
118 #define FIXED_SECTION_ENTRY_BEGIN(sname, name) \ argument
121 #define FIXED_SECTION_ENTRY_BEGIN_LOCATION(sname, name, start, size) \ argument
138 #define FIXED_SECTION_ENTRY_END_LOCATION(sname, name, start, size) \ argument
/Linux-v6.6/fs/configfs/
Ditem.c54 char *name; in config_item_set_name() local
83 const char *name, in config_item_init_type_name()
92 void config_group_init_type_name(struct config_group *group, const char *name, in config_group_init_type_name()
175 const char *name) in config_group_find_item()
/Linux-v6.6/drivers/iio/
Dindustrialio-sw-device.c29 struct iio_sw_device_type *__iio_find_sw_device_type(const char *name, in __iio_find_sw_device_type()
83 struct iio_sw_device_type *iio_get_sw_device_type(const char *name) in iio_get_sw_device_type()
96 struct iio_sw_device *iio_sw_device_create(const char *type, const char *name) in iio_sw_device_create()
129 const char *name) in device_make_group()
Dindustrialio-sw-trigger.c29 struct iio_sw_trigger_type *__iio_find_sw_trigger_type(const char *name, in __iio_find_sw_trigger_type()
87 struct iio_sw_trigger_type *iio_get_sw_trigger_type(const char *name) in iio_get_sw_trigger_type()
100 struct iio_sw_trigger *iio_sw_trigger_create(const char *type, const char *name) in iio_sw_trigger_create()
133 const char *name) in trigger_make_group()
/Linux-v6.6/net/nfc/hci/
Dllc.c44 int nfc_llc_register(const char *name, const struct nfc_llc_ops *ops) in nfc_llc_register()
65 static struct nfc_llc_engine *nfc_llc_name_to_engine(const char *name) in nfc_llc_name_to_engine()
77 void nfc_llc_unregister(const char *name) in nfc_llc_unregister()
90 struct nfc_llc *nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev, in nfc_llc_allocate()
/Linux-v6.6/drivers/media/platform/st/sti/bdisp/
Dbdisp-debug.c159 static void bdisp_dbg_dump_xy(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_xy()
165 static void bdisp_dbg_dump_sz(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_sz()
172 u32 val, u32 addr, char *name) in bdisp_dbg_dump_sty()
253 static void bdisp_dbg_dump_rsf(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_rsf()
272 static void bdisp_dbg_dump_rzi(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_rzi()
630 #define bdisp_dbg_create_entry(name) \ argument

12345678910>>...268