Home
last modified time | relevance | path

Searched refs:defs (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/s390/tools/
H A DMakefile7 kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h
18 filechk_facility-defs.h = $(obj)/gen_facilities
20 filechk_dis-defs.h = \
23 $(kapi)/facility-defs.h: $(obj)/gen_facilities FORCE
24 $(call filechk,facility-defs.h)
26 $(kapi)/dis-defs.h: $(obj)/gen_opcode_table FORCE
27 $(call filechk,dis-defs.h)
/linux/drivers/net/wireless/marvell/libertas/
H A Dmesh.c342 struct mrvl_mesh_defaults *defs) in mesh_get_default_parameters() argument
355 memcpy(defs, &cmd.data[0], sizeof(struct mrvl_mesh_defaults)); in mesh_get_default_parameters()
369 struct mrvl_mesh_defaults defs; in bootflag_show() local
372 ret = mesh_get_default_parameters(dev, &defs); in bootflag_show()
377 return sysfs_emit(buf, "%d\n", le32_to_cpu(defs.bootflag)); in bootflag_show()
421 struct mrvl_mesh_defaults defs; in boottime_show() local
424 ret = mesh_get_default_parameters(dev, &defs); in boottime_show()
429 return sysfs_emit(buf, "%d\n", defs.boottime); in boottime_show()
484 struct mrvl_mesh_defaults defs; in channel_show() local
487 ret = mesh_get_default_parameters(dev, &defs); in channel_show()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dgf119.c38 u8 defs = !!(data & 0x00000080); in gf119_gpio_reset() local
47 nvkm_gpio_set(gpio, 0, func, line, defs); in gf119_gpio_reset()
H A Dnv50.c40 u8 defs = !!(data & 0x01000000); in nv50_gpio_reset() local
51 nvkm_gpio_set(gpio, 0, func, line, defs); in nv50_gpio_reset()
H A Dga102.c38 u8 defs = !!(data & 0x00000080); in ga102_gpio_reset() local
47 nvkm_gpio_set(gpio, 0, func, line, defs); in ga102_gpio_reset()
/linux/tools/lib/python/kdoc/
H A Dparse_data_structs.py257 defs = self.DEF_SYMBOL_TYPES[symbol_type]
259 prefix = defs.get("prefix", "")
260 suffix = defs.get("suffix", "")
261 ref_type = defs.get("ref_type")
/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw.c666 if (pvr_dev->fw_dev.defs->has_fixed_data_addr) { in pvr_fw_process()
730 err = pvr_dev->fw_dev.defs->fw_process(pvr_dev, fw, in pvr_fw_process()
956 fw_dev->defs = fw_defs[fw_dev->processor_type]; in pvr_fw_init()
958 err = fw_dev->defs->init(pvr_dev); in pvr_fw_init()
1032 if (fw_dev->defs->fini) in pvr_fw_init()
1033 fw_dev->defs->fini(pvr_dev); in pvr_fw_init()
1066 if (fw_dev->defs->fini) in pvr_fw_fini()
1067 fw_dev->defs->fini(pvr_dev); in pvr_fw_fini()
1212 err = fw_dev->defs->vm_map(pvr_dev, fw_obj); in pvr_fw_object_fw_map()
1246 fw_dev->defs->vm_unmap(pvr_dev, fw_obj); in pvr_fw_object_fw_unmap()
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dcommon-defs.rst4 .. _common-defs:
H A Dpixfmt.rst38 colorspaces-defs
H A Dv4l2.rst27 common-defs
/linux/tools/arch/arm64/tools/
H A DMakefile20 arm64_sysreg_defs = $(arm64_generated_dir)/asm/sysreg-defs.h
/linux/drivers/android/binder/
H A Derror.rs8 use crate::defs::*;
H A Drust_binder_main.rs39 mod defs; module
274 if self.code == defs::BR_TRANSACTION_COMPLETE { in debug_print()
H A Dfreeze.rs17 defs::*, node::Node, process::Process, thread::Thread, BinderReturnWriter, DArc, DLArc,
H A Dtransaction.rs18 defs::*,
H A Dallocation.rs20 defs::*,
H A Dthread.rs28 defs::*,
H A Dprocess.rs44 defs::*,
/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py255 def parse_definitions(self, defs: Dict[str, Any], namespace: str) -> str:
261 for definition in defs:
/linux/tools/perf/
H A DMakefile.perf503 arm64-sysreg-defs: FORCE
507 arm64-sysreg-defs-clean:
508 $(call QUIET_CLEAN,arm64-sysreg-defs)
850 arm64-sysreg-defs \
1288 arm64-sysreg-defs-clean fixdep-clean python-clean bpf-skel-clean \
/linux/Documentation/target/
H A Dtcm_mod_builder.rst144 defs directly from include/target/target_core_fabric_ops.h:struct target_core_fabric_ops
/linux/Documentation/trace/
H A Dtracepoints.rst159 include tracepoint-defs.h and use tracepoint_enabled().
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c1417 static void run_tests(struct test_definition defs[], int count, in run_tests() argument
1423 run_test(&defs[i], config); in run_tests()
/linux/Documentation/
H A D.renames.txt512 media/uapi/v4l/colorspaces-defs userspace-api/media/v4l/colorspaces-defs
515 media/uapi/v4l/common-defs userspace-api/media/v4l/common-defs
576 media/uapi/v4l/pixfmt-006 userspace-api/media/v4l/colorspaces-defs
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c5291 struct grc_param_defs *defs = &s_grc_param_defs[i]; in qed_dbg_grc_config() local
5294 if (defs->is_persistent) in qed_dbg_grc_config()
5300 defs->exclude_all_preset_val; in qed_dbg_grc_config()
5303 defs->crash_preset_val[dev_data->chip_id]; in qed_dbg_grc_config()

12