/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/drivers/gpu/drm/imagination/ |
H A D | pvr_fw.h | 325 const struct pvr_fw_defs *defs; member 404 pvr_cr_read32((pvr_dev), (pvr_dev)->fw_dev.defs->irq.name ## _reg) 407 pvr_cr_write32((pvr_dev), (pvr_dev)->fw_dev.defs->irq.name ## _reg, value) 410 (pvr_fw_irq_read_reg(pvr_dev, status) & (pvr_dev)->fw_dev.defs->irq.event_mask) 413 pvr_fw_irq_write_reg(pvr_dev, clear, (pvr_dev)->fw_dev.defs->irq.clear_mask) 416 pvr_fw_irq_write_reg(pvr_dev, enable, (pvr_dev)->fw_dev.defs->irq.event_mask)
|
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() 935 fw_dev->defs = &pvr_fw_defs_meta; in pvr_fw_init() 937 fw_dev->defs = &pvr_fw_defs_mips; in pvr_fw_init() 941 err = fw_dev->defs->init(pvr_dev); in pvr_fw_init() 1015 if (fw_dev->defs->fini) in pvr_fw_init() 1016 fw_dev->defs->fini(pvr_dev); in pvr_fw_init() 1049 if (fw_dev->defs->fini) in pvr_fw_fini() 1050 fw_dev->defs->fini(pvr_dev); in pvr_fw_fini() 1195 err = fw_dev->defs->vm_map(pvr_dev, fw_obj); in pvr_fw_object_fw_map() [all …]
|
H A D | pvr_fw_startstop.c | 151 pvr_dev->fw_dev.defs->wrapper_init(pvr_dev); in pvr_fw_start()
|
/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/Documentation/userspace-api/media/v4l/ |
H A D | common-defs.rst | 3 .. _common-defs:
|
H A D | pixfmt.rst | 37 colorspaces-defs
|
H A D | v4l2.rst | 26 common-defs
|
/linux/tools/arch/arm64/tools/ |
H A D | Makefile | 20 arm64_sysreg_defs = $(arm64_generated_dir)/asm/sysreg-defs.h
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_bios.c | 1212 child_device_ptr(const struct bdb_general_definitions *defs, int i) in child_device_ptr() argument 1214 return (const void *) &defs->devices[i * defs->child_dev_size]; in child_device_ptr() 2799 const struct bdb_general_definitions *defs; in parse_general_definitions() local 2806 defs = bdb_find_section(display, BDB_GENERAL_DEFINITIONS); in parse_general_definitions() 2807 if (!defs) { in parse_general_definitions() 2813 block_size = get_blocksize(defs); in parse_general_definitions() 2814 if (block_size < sizeof(*defs)) { in parse_general_definitions() 2821 bus_pin = defs->crt_ddc_gmbus_pin; in parse_general_definitions() 2826 if (!child_device_size_valid(display, defs->child_dev_size)) in parse_general_definitions() 2830 child_device_num = (block_size - sizeof(*defs)) / defs->child_dev_size; in parse_general_definitions() [all …]
|
/linux/drivers/media/v4l2-core/ |
H A D | Makefile | 14 v4l2-ctrls-request.o v4l2-ctrls-defs.o
|
/linux/tools/perf/ |
H A D | Makefile.perf | 495 arm64-sysreg-defs: FORCE 499 arm64-sysreg-defs-clean: 500 $(call QUIET_CLEAN,arm64-sysreg-defs) 839 arm64-sysreg-defs \ 1255 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 | 156 include tracepoint-defs.h and use tracepoint_enabled().
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 5639 struct npc_lt_def_cfg defs, *ltdefs; in nix_config_rx_pkt_policer_precolor() local 5641 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.
|