/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | mesh.c | 335 struct mrvl_mesh_defaults *defs) in mesh_get_default_parameters() 348 memcpy(defs, &cmd.data[0], sizeof(struct mrvl_mesh_defaults)); in mesh_get_default_parameters() 362 struct mrvl_mesh_defaults defs; in bootflag_get() local 365 ret = mesh_get_default_parameters(dev, &defs); in bootflag_get() 370 return snprintf(buf, 12, "%d\n", le32_to_cpu(defs.bootflag)); in bootflag_get() 412 struct mrvl_mesh_defaults defs; in boottime_get() local 415 ret = mesh_get_default_parameters(dev, &defs); in boottime_get() 420 return snprintf(buf, 12, "%d\n", defs.boottime); in boottime_get() 471 struct mrvl_mesh_defaults defs; in channel_get() local 474 ret = mesh_get_default_parameters(dev, &defs); in channel_get() 334 mesh_get_default_parameters(struct device *dev, struct mrvl_mesh_defaults *defs) mesh_get_default_parameters() argument 521 struct mrvl_mesh_defaults defs; mesh_id_get() local 552 struct mrvl_mesh_defaults defs; mesh_id_set() local 596 struct mrvl_mesh_defaults defs; protocol_id_get() local 618 struct mrvl_mesh_defaults defs; protocol_id_set() local 657 struct mrvl_mesh_defaults defs; metric_id_get() local 679 struct mrvl_mesh_defaults defs; metric_id_set() local 718 struct mrvl_mesh_defaults defs; capability_get() local 740 struct mrvl_mesh_defaults defs; capability_set() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | mesh.c | 342 struct mrvl_mesh_defaults *defs) in mesh_get_default_parameters() 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() 341 mesh_get_default_parameters(struct device *dev, struct mrvl_mesh_defaults *defs) mesh_get_default_parameters() argument 536 struct mrvl_mesh_defaults defs; mesh_id_show() local 567 struct mrvl_mesh_defaults defs; mesh_id_store() local 612 struct mrvl_mesh_defaults defs; protocol_id_show() local 635 struct mrvl_mesh_defaults defs; protocol_id_store() local 677 struct mrvl_mesh_defaults defs; metric_id_show() local 700 struct mrvl_mesh_defaults defs; metric_id_store() local 739 struct mrvl_mesh_defaults defs; capability_show() local 762 struct mrvl_mesh_defaults defs; capability_store() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/octeon/ |
H A D | octeon-ethernet.h | 21 #include <asm/octeon/cvmx-asxx-defs.h> 24 #include <asm/octeon/cvmx-gmxx-defs.h> 28 #include <asm/octeon/cvmx-ipd-defs.h> 29 #include <asm/octeon/cvmx-npi-defs.h> 35 #include <asm/octeon/cvmx-spxx-defs.h> 36 #include <asm/octeon/cvmx-stxx-defs.h>
|
/kernel/linux/linux-6.6/drivers/staging/octeon/ |
H A D | octeon-ethernet.h | 21 #include <asm/octeon/cvmx-asxx-defs.h> 24 #include <asm/octeon/cvmx-gmxx-defs.h> 28 #include <asm/octeon/cvmx-ipd-defs.h> 29 #include <asm/octeon/cvmx-npi-defs.h> 35 #include <asm/octeon/cvmx-spxx-defs.h> 36 #include <asm/octeon/cvmx-stxx-defs.h>
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 60 #include <asm/octeon/cvmx-ciu-defs.h> 61 #include <asm/octeon/cvmx-ciu3-defs.h> 62 #include <asm/octeon/cvmx-gpio-defs.h> 63 #include <asm/octeon/cvmx-iob-defs.h> 64 #include <asm/octeon/cvmx-ipd-defs.h> 65 #include <asm/octeon/cvmx-l2c-defs.h> 66 #include <asm/octeon/cvmx-l2d-defs.h> 67 #include <asm/octeon/cvmx-l2t-defs.h> 68 #include <asm/octeon/cvmx-led-defs.h> 69 #include <asm/octeon/cvmx-mio-defs [all...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 60 #include <asm/octeon/cvmx-ciu-defs.h> 61 #include <asm/octeon/cvmx-ciu3-defs.h> 62 #include <asm/octeon/cvmx-gpio-defs.h> 63 #include <asm/octeon/cvmx-iob-defs.h> 64 #include <asm/octeon/cvmx-ipd-defs.h> 65 #include <asm/octeon/cvmx-l2c-defs.h> 66 #include <asm/octeon/cvmx-l2d-defs.h> 67 #include <asm/octeon/cvmx-l2t-defs.h> 68 #include <asm/octeon/cvmx-led-defs.h> 69 #include <asm/octeon/cvmx-mio-defs [all...] |
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-spi.c | 38 #include <asm/octeon/cvmx-pip-defs.h> 39 #include <asm/octeon/cvmx-pko-defs.h> 40 #include <asm/octeon/cvmx-spxx-defs.h> 41 #include <asm/octeon/cvmx-stxx-defs.h>
|
H A D | cvmx-helper-xaui.c | 40 #include <asm/octeon/cvmx-pko-defs.h> 41 #include <asm/octeon/cvmx-gmxx-defs.h> 42 #include <asm/octeon/cvmx-pcsx-defs.h> 43 #include <asm/octeon/cvmx-pcsxx-defs.h>
|
H A D | cvmx-interrupt-decodes.c | 37 #include <asm/octeon/cvmx-gmxx-defs.h> 38 #include <asm/octeon/cvmx-pcsx-defs.h> 39 #include <asm/octeon/cvmx-pcsxx-defs.h> 40 #include <asm/octeon/cvmx-spxx-defs.h> 41 #include <asm/octeon/cvmx-stxx-defs.h>
|
H A D | cvmx-cmd-queue.c | 41 #include <asm/octeon/cvmx-npei-defs.h> 42 #include <asm/octeon/cvmx-pexp-defs.h> 43 #include <asm/octeon/cvmx-pko-defs.h>
|
H A D | cvmx-interrupt-rsl.c | 35 #include <asm/octeon/cvmx-asxx-defs.h> 36 #include <asm/octeon/cvmx-gmxx-defs.h>
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-spi.c | 38 #include <asm/octeon/cvmx-pip-defs.h> 39 #include <asm/octeon/cvmx-pko-defs.h> 40 #include <asm/octeon/cvmx-spxx-defs.h> 41 #include <asm/octeon/cvmx-stxx-defs.h>
|
H A D | cvmx-helper-xaui.c | 40 #include <asm/octeon/cvmx-pko-defs.h> 41 #include <asm/octeon/cvmx-gmxx-defs.h> 42 #include <asm/octeon/cvmx-pcsx-defs.h> 43 #include <asm/octeon/cvmx-pcsxx-defs.h>
|
H A D | cvmx-interrupt-decodes.c | 37 #include <asm/octeon/cvmx-gmxx-defs.h> 38 #include <asm/octeon/cvmx-pcsx-defs.h> 39 #include <asm/octeon/cvmx-pcsxx-defs.h> 40 #include <asm/octeon/cvmx-spxx-defs.h> 41 #include <asm/octeon/cvmx-stxx-defs.h>
|
H A D | cvmx-cmd-queue.c | 41 #include <asm/octeon/cvmx-npei-defs.h> 42 #include <asm/octeon/cvmx-pexp-defs.h> 43 #include <asm/octeon/cvmx-pko-defs.h>
|
H A D | cvmx-interrupt-rsl.c | 35 #include <asm/octeon/cvmx-asxx-defs.h> 36 #include <asm/octeon/cvmx-gmxx-defs.h>
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | csrc-octeon.c | 20 #include <asm/octeon/cvmx-ipd-defs.h> 21 #include <asm/octeon/cvmx-mio-defs.h> 22 #include <asm/octeon/cvmx-rst-defs.h> 23 #include <asm/octeon/cvmx-fpa-defs.h>
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | csrc-octeon.c | 20 #include <asm/octeon/cvmx-ipd-defs.h> 21 #include <asm/octeon/cvmx-mio-defs.h> 22 #include <asm/octeon/cvmx-rst-defs.h> 23 #include <asm/octeon/cvmx-fpa-defs.h>
|
/kernel/linux/linux-6.6/arch/arm64/tools/ |
H A D | Makefile | 6 kapi-hdrs-y := $(kapi)/cpucaps.h $(kapi)/sysreg-defs.h 23 $(kapi)/sysreg-defs.h: $(src)/gen-sysreg.awk $(src)/sysreg FORCE
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | msi-octeon.c | 15 #include <asm/octeon/cvmx-npi-defs.h> 16 #include <asm/octeon/cvmx-pci-defs.h> 17 #include <asm/octeon/cvmx-npei-defs.h> 18 #include <asm/octeon/cvmx-sli-defs.h> 19 #include <asm/octeon/cvmx-pexp-defs.h>
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | msi-octeon.c | 15 #include <asm/octeon/cvmx-npi-defs.h> 16 #include <asm/octeon/cvmx-pci-defs.h> 17 #include <asm/octeon/cvmx-npei-defs.h> 18 #include <asm/octeon/cvmx-sli-defs.h> 19 #include <asm/octeon/cvmx-pexp-defs.h>
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|