/Linux-v6.1/drivers/gpu/drm/vc4/ |
D | vc4_render_cl.c | 56 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8() argument 58 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8() 59 setup->next_offset += 1; in rcl_u8() 62 static inline void rcl_u16(struct vc4_rcl_setup *setup, u16 val) in rcl_u16() argument 64 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16() 65 setup->next_offset += 2; in rcl_u16() 68 static inline void rcl_u32(struct vc4_rcl_setup *setup, u32 val) in rcl_u32() argument 70 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32() 71 setup->next_offset += 4; in rcl_u32() 80 static void vc4_store_before_load(struct vc4_rcl_setup *setup) in vc4_store_before_load() argument [all …]
|
/Linux-v6.1/arch/arm/mach-orion5x/ |
D | Makefile | 5 obj-$(CONFIG_MACH_DB88F5281) += db88f5281-setup.o 6 obj-$(CONFIG_MACH_RD88F5182) += rd88f5182-setup.o 7 obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o 8 obj-$(CONFIG_MACH_TERASTATION_PRO2) += terastation_pro2-setup.o 9 obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o 10 obj-$(CONFIG_MACH_LINKSTATION_LS_HGL) += ls_hgl-setup.o 11 obj-$(CONFIG_MACH_DNS323) += dns323-setup.o 12 obj-$(CONFIG_MACH_TS209) += ts209-setup.o tsx09-common.o 13 obj-$(CONFIG_MACH_TS409) += ts409-setup.o tsx09-common.o 14 obj-$(CONFIG_MACH_WRT350N_V2) += wrt350n-v2-setup.o [all …]
|
/Linux-v6.1/drivers/clk/imx/ |
D | clk-sscg-pll.c | 90 struct clk_sscg_pll_setup setup; member 112 static int clk_sscg_pll2_check_match(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_check_match() argument 120 memcpy(setup, temp_setup, sizeof(struct clk_sscg_pll_setup)); in clk_sscg_pll2_check_match() 128 static int clk_sscg_divq_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divq_lookup() argument 144 ret = clk_sscg_pll2_check_match(setup, temp_setup); in clk_sscg_divq_lookup() 155 static int clk_sscg_divf2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divf2_lookup() argument 162 ret = clk_sscg_divq_lookup(setup, temp_setup); in clk_sscg_divf2_lookup() 170 static int clk_sscg_divr2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divr2_lookup() argument 181 ret = clk_sscg_divf2_lookup(setup, temp_setup); in clk_sscg_divr2_lookup() 190 static int clk_sscg_pll2_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_find_setup() argument [all …]
|
/Linux-v6.1/arch/sh/kernel/cpu/sh4a/ |
D | Makefile | 6 # CPU subtype setup 7 obj-$(CONFIG_CPU_SUBTYPE_SH7757) += setup-sh7757.o 8 obj-$(CONFIG_CPU_SUBTYPE_SH7763) += setup-sh7763.o 9 obj-$(CONFIG_CPU_SUBTYPE_SH7770) += setup-sh7770.o 10 obj-$(CONFIG_CPU_SUBTYPE_SH7780) += setup-sh7780.o 11 obj-$(CONFIG_CPU_SUBTYPE_SH7785) += setup-sh7785.o 12 obj-$(CONFIG_CPU_SUBTYPE_SH7786) += setup-sh7786.o intc-shx3.o 13 obj-$(CONFIG_CPU_SUBTYPE_SH7343) += setup-sh7343.o 14 obj-$(CONFIG_CPU_SUBTYPE_SH7722) += setup-sh7722.o serial-sh7722.o 15 obj-$(CONFIG_CPU_SUBTYPE_SH7723) += setup-sh7723.o [all …]
|
/Linux-v6.1/net/wireless/ |
D | mesh.c | 104 struct mesh_setup *setup, in __cfg80211_join_mesh() argument 118 setup->is_secure) in __cfg80211_join_mesh() 124 if (!setup->mesh_id_len) in __cfg80211_join_mesh() 130 if (!setup->chandef.chan) { in __cfg80211_join_mesh() 132 setup->chandef = wdev->u.mesh.preset_chandef; in __cfg80211_join_mesh() 135 if (!setup->chandef.chan) { in __cfg80211_join_mesh() 154 setup->chandef.chan = chan; in __cfg80211_join_mesh() 158 if (setup->chandef.chan) in __cfg80211_join_mesh() 163 if (!setup->chandef.chan) in __cfg80211_join_mesh() 166 setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in __cfg80211_join_mesh() [all …]
|
/Linux-v6.1/arch/sh/kernel/cpu/sh3/ |
D | Makefile | 6 obj-y := ex.o probe.o entry.o setup-sh3.o 10 # CPU subtype setup 11 obj-$(CONFIG_CPU_SUBTYPE_SH7705) += setup-sh7705.o serial-sh770x.o 12 obj-$(CONFIG_CPU_SUBTYPE_SH7706) += setup-sh770x.o serial-sh770x.o 13 obj-$(CONFIG_CPU_SUBTYPE_SH7707) += setup-sh770x.o serial-sh770x.o 14 obj-$(CONFIG_CPU_SUBTYPE_SH7708) += setup-sh770x.o serial-sh770x.o 15 obj-$(CONFIG_CPU_SUBTYPE_SH7709) += setup-sh770x.o serial-sh770x.o 16 obj-$(CONFIG_CPU_SUBTYPE_SH7710) += setup-sh7710.o serial-sh7710.o 17 obj-$(CONFIG_CPU_SUBTYPE_SH7712) += setup-sh7710.o serial-sh7710.o 18 obj-$(CONFIG_CPU_SUBTYPE_SH7720) += setup-sh7720.o serial-sh7720.o [all …]
|
/Linux-v6.1/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_nic.h | 121 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o2() argument 140 port = (int)oct->instr_queue[setup->s.iq_no]->txpciq.s.port; in octnet_prepare_pci_cmd_o2() 150 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o2() 151 ih2->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o2() 154 ih2->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o2() 164 packet_params.s.ip_csum = setup->s.ip_csum; in octnet_prepare_pci_cmd_o2() 165 packet_params.s.transport_csum = setup->s.transport_csum; in octnet_prepare_pci_cmd_o2() 166 packet_params.s.tnl_csum = setup->s.tnl_csum; in octnet_prepare_pci_cmd_o2() 167 packet_params.s.tsflag = setup->s.timestamp; in octnet_prepare_pci_cmd_o2() 175 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o3() argument [all …]
|
/Linux-v6.1/drivers/usb/mtu3/ |
D | mtu3_gadget_ep0.c | 43 return "SETUP"; in decode_ep0_state() 63 forward_to_driver(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in forward_to_driver() argument 73 ret = mtu->gadget_driver->setup(&mtu->g, setup); in forward_to_driver() 130 * A. send STALL for setup transfer without data stage: 185 static int ep0_set_sel(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in ep0_set_sel() argument 188 u16 length = le16_to_cpu(setup->wLength); in ep0_set_sel() 206 ep0_get_status(struct mtu3 *mtu, const struct usb_ctrlrequest *setup) in ep0_get_status() argument 214 switch (setup->bRequestType & USB_RECIP_MASK) { in ep0_get_status() 233 epnum = (u8) le16_to_cpu(setup->wIndex); in ep0_get_status() 276 static int handle_test_mode(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in handle_test_mode() argument [all …]
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | mpls.json | 9 "setup": [ array 33 "setup": [ array 57 "setup": [ array 81 "setup": [ array 105 "setup": [ array 129 "setup": [ array 153 "setup": [ array 177 "setup": [ array 201 "setup": [ array 225 "setup": [ array [all …]
|
D | pedit.json | 9 "setup": [ array 33 "setup": [ array 59 "setup": [ array 84 "setup": [ array 109 "setup": [ array 134 "setup": [ array 159 "setup": [ array 184 "setup": [ array 209 "setup": [ array 234 "setup": [ array [all …]
|
D | skbedit.json | 9 "setup": [ array 33 "setup": [ array 57 "setup": [ array 79 "setup": [ array 103 "setup": [ array 127 "setup": [ array 149 "setup": [ array 171 "setup": [ array 196 "setup": [ array 220 "setup": [ array [all …]
|
D | ife.json | 9 "setup": [ array 33 "setup": [ array 57 "setup": [ array 81 "setup": [ array 105 "setup": [ array 129 "setup": [ array 153 "setup": [ array 177 "setup": [ array 199 "setup": [ array 223 "setup": [ array [all …]
|
D | sample.json | 9 "setup": [ array 33 "setup": [ array 57 "setup": [ array 81 "setup": [ array 105 "setup": [ array 129 "setup": [ array 153 "setup": [ array 177 "setup": [ array 199 "setup": [ array 221 "setup": [ array [all …]
|
D | vlan.json | 9 "setup": [ array 33 "setup": [ array 57 "setup": [ array 81 "setup": [ array 105 "setup": [ array 129 "setup": [ array 153 "setup": [ array 177 "setup": [ array 199 "setup": [ array 223 "setup": [ array [all …]
|
D | police.json | 9 "setup": [ array 33 "setup": [ array 58 "setup": [ array 82 "setup": [ array 106 "setup": [ array 130 "setup": [ array 154 "setup": [ array 178 "setup": [ array 202 "setup": [ array 226 "setup": [ array [all …]
|
D | nat.json | 9 "setup": [ array 33 "setup": [ array 57 "setup": [ array 81 "setup": [ array 105 "setup": [ array 129 "setup": [ array 153 "setup": [ array 177 "setup": [ array 206 "setup": [ array 235 "setup": [ array [all …]
|
/Linux-v6.1/arch/x86/boot/ |
D | Makefile | 32 targets := vmlinux.bin setup.bin setup.elf bzImage 36 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o 37 setup-y += early_serial_console.o edd.o header.o main.o memory.o 38 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o 39 setup-y += video-mode.o version.o 40 setup-$(CONFIG_X86_APM_BOOT) += apm.o 46 setup-y += video-vga.o 47 setup-y += video-vesa.o 48 setup-y += video-bios.o 50 targets += $(setup-y) [all …]
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | gred.json | 12 "setup": [ array 15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 1", 35 "setup": [ array 38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 1 grio", 58 "setup": [ array 61 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 1 limit 1000", 81 "setup": [ array 84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 2 ecn", 104 "setup": [ array 107 … "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root gred setup vqs 10 default 2 harddrop", [all …]
|
D | ets.json | 9 "setup": [ array 29 "setup": [ array 49 "setup": [ array 69 "setup": [ array 89 "setup": [ array 109 "setup": [ array 129 "setup": [ array 149 "setup": [ array 169 "setup": [ array 189 "setup": [ array [all …]
|
/Linux-v6.1/Documentation/sound/hd-audio/ |
D | models.rst | 102 Lenovo Thinkpad T440s setup 104 Lenovo Thinkpad T460/560 setup 106 Lenovo Thinkpad T470 dock setup 114 COEF setup for Dell M101z 118 Inversed EAPD setup for Lenovo laptops 120 H/W EQ COEF setup for Sony laptops 170 ALC283 COEF setup for Lenovo machines 369 Setup ALC889 COEF 379 GPIO setup for Mac Pro 383 Vref setup for Macbook Pro [all …]
|
/Linux-v6.1/arch/sh/kernel/cpu/sh4/ |
D | Makefile | 18 # CPU subtype setup 19 obj-$(CONFIG_CPU_SUBTYPE_SH7750) += setup-sh7750.o 20 obj-$(CONFIG_CPU_SUBTYPE_SH7750R) += setup-sh7750.o 21 obj-$(CONFIG_CPU_SUBTYPE_SH7750S) += setup-sh7750.o 22 obj-$(CONFIG_CPU_SUBTYPE_SH7091) += setup-sh7750.o 23 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += setup-sh7750.o 24 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += setup-sh7750.o 25 obj-$(CONFIG_CPU_SUBTYPE_SH7760) += setup-sh7760.o 26 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += setup-sh4-202.o
|
/Linux-v6.1/drivers/acpi/ |
D | acpi_apd.c | 27 * @setup: a hook routine to set device resource during create platform device 34 int (*setup)(struct apd_private_data *pdata); member 110 .setup = acpi_apd_setup, 115 .setup = acpi_apd_setup, 127 .setup = acpi_apd_setup, 133 .setup = fch_misc_setup, 139 .setup = acpi_apd_setup, 144 .setup = acpi_apd_setup, 149 .setup = acpi_apd_setup, 154 .setup = acpi_apd_setup, [all …]
|
/Linux-v6.1/arch/arm/mach-shmobile/ |
D | Makefile | 10 obj-$(CONFIG_ARCH_SH73A0) += setup-sh73a0.o 11 obj-$(CONFIG_ARCH_R8A73A4) += setup-r8a73a4.o 12 obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o 13 obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o 14 obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o 15 obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o 16 obj-$(CONFIG_ARCH_R7S72100) += setup-r7s72100.o 17 obj-$(CONFIG_ARCH_R7S9210) += setup-r7s9210.o 23 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)
|
/Linux-v6.1/arch/sh/kernel/cpu/sh2a/ |
D | Makefile | 12 obj-$(CONFIG_CPU_SUBTYPE_SH7201) += setup-sh7201.o clock-sh7201.o 13 obj-$(CONFIG_CPU_SUBTYPE_SH7203) += setup-sh7203.o clock-sh7203.o 14 obj-$(CONFIG_CPU_SUBTYPE_SH7263) += setup-sh7203.o clock-sh7203.o 15 obj-$(CONFIG_CPU_SUBTYPE_SH7264) += setup-sh7264.o clock-sh7264.o 16 obj-$(CONFIG_CPU_SUBTYPE_SH7206) += setup-sh7206.o clock-sh7206.o 17 obj-$(CONFIG_CPU_SUBTYPE_SH7269) += setup-sh7269.o clock-sh7269.o 18 obj-$(CONFIG_CPU_SUBTYPE_MXG) += setup-mxg.o clock-sh7206.o 20 # Pinmux setup
|
/Linux-v6.1/drivers/scsi/ |
D | aha152x.c | 636 /* setup & interrupt */ 733 struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *setup) in aha152x_probe_one() argument 749 shpnt->io_port = setup->io_port; in aha152x_probe_one() 751 shpnt->irq = setup->irq; in aha152x_probe_one() 753 if (!setup->tc1550) { in aha152x_probe_one() 754 HOSTIOPORT0 = setup->io_port; in aha152x_probe_one() 755 HOSTIOPORT1 = setup->io_port; in aha152x_probe_one() 757 HOSTIOPORT0 = setup->io_port+0x10; in aha152x_probe_one() 758 HOSTIOPORT1 = setup->io_port-0x10; in aha152x_probe_one() 762 RECONNECT = setup->reconnect; in aha152x_probe_one() [all …]
|