| /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/s390/include/asm/ |
| H A D | Kbuild | 2 generated-y += dis-defs.h 3 generated-y += facility-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/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 | stats.rs | 7 use crate::defs::*;
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_bios.c | 1234 child_device_ptr(const struct bdb_general_definitions *defs, int i) in child_device_ptr() argument 1236 return (const void *) &defs->devices[i * defs->child_dev_size]; in child_device_ptr() 2914 const struct bdb_general_definitions *defs; in parse_general_definitions() local 2921 defs = bdb_find_section(display, BDB_GENERAL_DEFINITIONS); in parse_general_definitions() 2922 if (!defs) { in parse_general_definitions() 2928 block_size = get_blocksize(defs); in parse_general_definitions() 2929 if (block_size < sizeof(*defs)) { in parse_general_definitions() 2936 bus_pin = defs->crt_ddc_gmbus_pin; in parse_general_definitions() 2941 if (!child_device_size_valid(display, defs->child_dev_size)) in parse_general_definitions() 2945 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 | 504 arm64-sysreg-defs: FORCE 508 arm64-sysreg-defs-clean: 509 $(call QUIET_CLEAN,arm64-sysreg-defs) 630 arm64-sysreg-defs \ 946 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/drivers/net/wireless/realtek/rtw89/ |
| H A D | phy.h | 915 const struct rtw89_reg5_def *defs; member 921 .defs = _name, \
|
| H A D | phy.c | 8455 const struct rtw89_reg5_def *p = tbl->defs; in rtw89_rfk_parser() 8456 const struct rtw89_reg5_def *end = tbl->defs + tbl->size; in rtw89_rfk_parser()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-ptrace.c | 1452 static void run_tests(struct test_definition defs[], int count, 1458 run_test(&defs[i], config); 1417 run_tests(struct test_definition defs[],int count,struct test_config * config) run_tests() argument
|
| /linux/Documentation/ |
| H A D | .renames.txt | 512 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 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 | 5730 struct npc_lt_def_cfg defs, *ltdefs; in nix_config_rx_pkt_policer_precolor() local 5732 ltdefs = &defs; in nix_config_rx_pkt_policer_precolor()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1016 * Removed duplicate extern defs of the bind variables.
|