| /linux/arch/s390/tools/ |
| H A D | Makefile | 7 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 D | mesh.c | 342 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/arch/arm64/include/asm/ |
| H A D | Kbuild | 19 generated-y += cpucap-defs.h 20 generated-y += sysreg-defs.h
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
| H A D | gf119.c | 38 u8 defs = !!(data & 0x00000080); in gf119_gpio_reset() local 47 nvkm_gpio_set(gpio, 0, func, line, defs); in gf119_gpio_reset()
|
| H A D | nv50.c | 40 u8 defs = !!(data & 0x01000000); in nv50_gpio_reset() local 51 nvkm_gpio_set(gpio, 0, func, line, defs); in nv50_gpio_reset()
|
| H A D | ga102.c | 38 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 D | parse_data_structs.py | 257 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 D | pvr_fw.c | 666 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 D | common-defs.rst | 4 .. _common-defs:
|
| H A D | pixfmt.rst | 38 colorspaces-defs
|
| H A D | v4l2.rst | 27 common-defs
|
| /linux/tools/arch/arm64/tools/ |
| H A D | Makefile | 20 arm64_sysreg_defs = $(arm64_generated_dir)/asm/sysreg-defs.h
|
| /linux/drivers/android/binder/ |
| H A D | error.rs | 8 use crate::defs::*;
|
| H A D | freeze.rs | 17 defs::*, node::Node, process::Process, thread::Thread, BinderReturnWriter, DArc, DLArc,
|
| H A D | thread.rs | 28 defs::*,
|
| H A D | process.rs | 44 defs::*,
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_bios.c | 1213 child_device_ptr(const struct bdb_general_definitions *defs, int i) in child_device_ptr() argument 1215 return (const void *) &defs->devices[i * defs->child_dev_size]; in child_device_ptr() 2889 const struct bdb_general_definitions *defs; in parse_general_definitions() local 2896 defs = bdb_find_section(display, BDB_GENERAL_DEFINITIONS); in parse_general_definitions() 2897 if (!defs) { in parse_general_definitions() 2903 block_size = get_blocksize(defs); in parse_general_definitions() 2904 if (block_size < sizeof(*defs)) { in parse_general_definitions() 2911 bus_pin = defs->crt_ddc_gmbus_pin; in parse_general_definitions() 2916 if (!child_device_size_valid(display, defs->child_dev_size)) in parse_general_definitions() 2920 child_device_num = (block_size - sizeof(*defs)) / defs->child_dev_size; in parse_general_definitions() [all …]
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | doc_generator.py | 255 def parse_definitions(self, defs: Dict[str, Any], namespace: str) -> str: 261 for definition in defs:
|
| /linux/tools/perf/ |
| H A D | Makefile.perf | 503 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 D | tcm_mod_builder.rst | 144 defs directly from include/target/target_core_fabric_ops.h:struct target_core_fabric_ops
|
| /linux/Documentation/trace/ |
| H A D | tracepoints.rst | 159 include tracepoint-defs.h and use tracepoint_enabled().
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-ptrace.c | 1417 static void run_tests(struct test_definition defs[], int count, in run_tests() argument 1423 run_test(&defs[i], config); in run_tests()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 5291 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()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_nix.c | 5655 struct npc_lt_def_cfg defs, *ltdefs; in nix_config_rx_pkt_policer_precolor() local 5657 ltdefs = &defs; in nix_config_rx_pkt_policer_precolor()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | phy.c | 7856 const struct rtw89_reg5_def *p = tbl->defs; in rtw89_rfk_parser() 7857 const struct rtw89_reg5_def *end = tbl->defs + tbl->size; in rtw89_rfk_parser()
|