Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 1489) sorted by relevance

12345678910>>...60

/linux/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c58 static inline void rcl_u8(struct vc4_rcl_setup *setup, u8 val) in rcl_u8() argument
60 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8()
61 setup->next_offset += 1; in rcl_u8()
64 static inline void rcl_u16(struct vc4_rcl_setup *setup, u16 val) in rcl_u16() argument
66 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16()
67 setup->next_offset += 2; in rcl_u16()
70 static inline void rcl_u32(struct vc4_rcl_setup *setup, u32 val) in rcl_u32() argument
72 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32()
73 setup->next_offset += 4; in rcl_u32()
82 static void vc4_store_before_load(struct vc4_rcl_setup *setup) in vc4_store_before_load() argument
[all …]
/linux/net/wireless/
H A Dmesh.c104 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()
133 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
135 setup->chandef = wdev->u.mesh.preset_chandef; in __cfg80211_join_mesh()
138 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
157 setup->chandef.chan = chan; in __cfg80211_join_mesh()
161 if (setup->chandef.chan) in __cfg80211_join_mesh()
166 if (!setup->chandef.chan) in __cfg80211_join_mesh()
169 setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in __cfg80211_join_mesh()
[all …]
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_nic.h121 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/drivers/clk/imx/
H A Dclk-sscg-pll.c90 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/drivers/scsi/
H A Daha152x.c733 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()
763 SYNCHRONOUS = setup->synchronous; in aha152x_probe_one()
[all …]
/linux/arch/x86/boot/
H A DMakefile19 targets := vmlinux.bin setup.bin setup.elf bzImage
23 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o
24 setup-y += early_serial_console.o edd.o header.o main.o memory.o
25 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
26 setup-y += video-mode.o version.o
27 setup-$(CONFIG_X86_APM_BOOT) += apm.o
33 setup-y += video-vga.o
34 setup-y += video-vesa.o
35 setup-y += video-bios.o
37 targets += $(setup-y)
[all …]
/linux/drivers/acpi/
H A Dacpi_apd.c34 int (*setup)(struct apd_private_data *pdata); member
112 .setup = acpi_apd_setup,
117 .setup = acpi_apd_setup,
122 .setup = acpi_apd_setup,
134 .setup = acpi_apd_setup,
140 .setup = fch_misc_setup,
146 .setup = acpi_apd_setup,
151 .setup = acpi_apd_setup,
156 .setup = acpi_apd_setup,
161 .setup = acpi_apd_setup,
[all …]
/linux/arch/sh/kernel/cpu/sh4a/
H A DMakefile7 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
16 obj-$(CONFIG_CPU_SUBTYPE_SH7724) += setup-sh7724.o
[all …]
/linux/tools/testing/selftests/net/
H A Dtest_vxlan_vnifiltering.sh172 setup-hv-networking() {
196 setup-vm() {
390 setup-hv-networking 1 $hv1addr1 24 $hv1addr2 64 $hv2addr1 $hv2addr2
391 setup-hv-networking 2 $hv2addr1 24 $hv2addr2 64 $hv1addr1 $hv1addr2
400 setup-vm 1 11 1 10-v4-$hv1addr1-$hv2addr1-vnifilter,20-v4-$hv1addr1-$hv2addr1-vnifilter 0
401 setup-vm 1 21 2 10-v6-$hv1addr2-$hv2addr2-vnifilter,20-v6-$hv1addr2-$hv2addr2-vnifilter 0
403 setup-vm 2 12 1 10-v4-$hv2addr1-$hv1addr1-vnifilter,20-v4-$hv2addr1-$hv1addr1-vnifilter 0
404 setup-vm 2 22 2 10-v6-$hv2addr2-$hv1addr2-vnifilter,20-v6-$hv2addr2-$hv1addr2-vnifilter 0
423 setup-hv-networking 1 $hv1addr1 24 $hv1addr2 64
424 setup-hv-networking 2 $hv2addr1 24 $hv2addr2 64
[all …]
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c63 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()
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
282 switch (le16_to_cpu(setup->wIndex) >> 8) { in handle_test_mode()
326 struct usb_ctrlrequest *setup, bool set) in ep0_handle_feature_dev() argument
[all …]
/linux/arch/arm/mach-orion5x/
H A DMakefile5 obj-$(CONFIG_MACH_KUROBOX_PRO) += kurobox_pro-setup.o
6 obj-$(CONFIG_MACH_TERASTATION_PRO2) += terastation_pro2-setup.o
7 obj-$(CONFIG_MACH_LINKSTATION_PRO) += kurobox_pro-setup.o
8 obj-$(CONFIG_MACH_DNS323) += dns323-setup.o
9 obj-$(CONFIG_MACH_TS209) += ts209-setup.o tsx09-common.o
10 obj-$(CONFIG_MACH_TS409) += ts409-setup.o tsx09-common.o
11 obj-$(CONFIG_MACH_TS78XX) += ts78xx-setup.o
12 obj-$(CONFIG_MACH_MV2120) += mv2120-setup.o
13 obj-$(CONFIG_MACH_NET2BIG) += net2big-setup.o
/linux/arch/sh/kernel/cpu/sh3/
H A DMakefile6 obj-y := ex.o probe.o entry.o setup-sh3.o
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
19 obj-$(CONFIG_CPU_SUBTYPE_SH7721) += setup-sh7720.o serial-sh7720.o
/linux/fs/xfs/scrub/
H A Dscrub.c281 .setup = xchk_setup_fs,
287 .setup = xchk_setup_agheader,
293 .setup = xchk_setup_agheader,
299 .setup = xchk_setup_agheader,
305 .setup = xchk_setup_agheader,
311 .setup = xchk_setup_ag_allocbt,
318 .setup = xchk_setup_ag_allocbt,
325 .setup = xchk_setup_ag_iallocbt,
332 .setup = xchk_setup_ag_iallocbt,
340 .setup = xchk_setup_ag_rmapbt,
[all …]
/linux/arch/arm/mach-shmobile/
H A DMakefile10 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/drivers/memory/
H A Dstm32-fmc2-ebi.c235 u32 (*calculate)(struct stm32_fmc2_ebi *ebi, int cs, u32 setup);
238 int cs, u32 setup);
414 int cs, u32 setup) in stm32_fmc2_ebi_ns_to_clock_cycles() argument
419 return DIV_ROUND_UP(setup * 1000, hclkp); in stm32_fmc2_ebi_ns_to_clock_cycles()
423 int cs, u32 setup) in stm32_fmc2_ebi_ns_to_clk_period() argument
425 u32 nb_clk_cycles = stm32_fmc2_ebi_ns_to_clock_cycles(ebi, cs, setup); in stm32_fmc2_ebi_ns_to_clk_period()
446 int cs, u32 setup) in stm32_fmc2_ebi_mp25_ns_to_clk_period() argument
448 u32 nb_clk_cycles = stm32_fmc2_ebi_ns_to_clock_cycles(ebi, cs, setup); in stm32_fmc2_ebi_mp25_ns_to_clk_period()
496 int cs, u32 setup) in stm32_fmc2_ebi_set_bit_field() argument
506 setup ? prop->reg_mask : 0); in stm32_fmc2_ebi_set_bit_field()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl_isharp_filters.c383 unsigned int discrete_sharpness_level, enum system_setup setup, in spl_calculate_sharpness_level() argument
402 switch (setup) { in spl_calculate_sharpness_level()
451 struct spl_fixed31_32 ratio, enum system_setup setup, in SPL_NAMESPACE() argument
463 sharpness.sharpness_level, setup, in SPL_NAMESPACE()
471 if ((filter_isharp_1D_lut_pregen[setup].sharpness_numer == sharpnessX1000) && in SPL_NAMESPACE()
472 (filter_isharp_1D_lut_pregen[setup].sharpness_denom == 1000)) in SPL_NAMESPACE()
506 memcpy((void *)filter_isharp_1D_lut_pregen[setup].value, (void *)filter_pregen_store, size_1dlut); in SPL_NAMESPACE()
507 filter_isharp_1D_lut_pregen[setup].sharpness_numer = sharpnessX1000; in SPL_NAMESPACE()
508 filter_isharp_1D_lut_pregen[setup].sharpness_denom = 1000; in SPL_NAMESPACE()
511 uint32_t *SPL_NAMESPACE(spl_get_pregen_filter_isharp_1D_lut(enum system_setup setup)) in SPL_NAMESPACE() argument
[all …]
/linux/arch/sh/kernel/cpu/sh4/
H A DMakefile19 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
/linux/arch/sh/kernel/cpu/sh2a/
H A DMakefile12 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
/linux/drivers/watchdog/
H A Dnct6694_wdt.c77 struct nct6694_wdt_setup setup; member
94 struct nct6694_wdt_setup *setup = &data->msg->setup; in nct6694_wdt_setting() local
99 .len = cpu_to_le16(sizeof(*setup)) in nct6694_wdt_setting()
109 memset(setup, 0, sizeof(*setup)); in nct6694_wdt_setting()
110 setup->timeout = cpu_to_le32(timeout_fmt); in nct6694_wdt_setting()
111 setup->pretimeout = cpu_to_le32(pretimeout_fmt); in nct6694_wdt_setting()
113 return nct6694_write_msg(data->nct6694, &cmd_hd, setup); in nct6694_wdt_setting()
199 struct nct6694_wdt_setup *setup = &data->msg->setup; in nct6694_wdt_get_time() local
204 .len = cpu_to_le16(sizeof(*setup)) in nct6694_wdt_get_time()
209 ret = nct6694_read_msg(data->nct6694, &cmd_hd, setup); in nct6694_wdt_get_time()
[all …]
/linux/arch/arm/mach-s3c/
H A DMakefile.s3c64xx32 obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp-s3c64xx.o
33 obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0-s3c64xx.o
34 obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1-s3c64xx.o
35 obj-$(CONFIG_S3C64XX_SETUP_KEYPAD) += setup-keypad-s3c64xx.o
36 obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio-s3c64xx.o
37 obj-$(CONFIG_S3C64XX_SETUP_SPI) += setup-spi-s3c64xx.o
38 obj-$(CONFIG_S3C64XX_SETUP_USB_PHY) += setup-usb-phy-s3c64xx.o
H A DKconfig.s3c64xx53 Internal configuration for default SDHCI setup for S3C6400 and
56 # platform specific device setup
62 Common setup code for i2c bus 0.
64 Note, currently since i2c0 is always compiled, this setup helper
70 Common setup code for i2c bus 1.
75 Common setup code for S3C64XX with an 24bpp RGB display helper.
80 Common setup code for S3C64XX KEYPAD GPIO configurations
85 Common setup code for S3C64XX SDHCI GPIO configurations
90 Common setup code for SPI GPIO configurations
95 Common setup code for USB PHY controller
/linux/drivers/iio/adc/
H A Dad4170-4.c417 struct ad4170_setup setup; member
425 struct ad4170_setup setup; /* cached setup */ member
619 if (ad4170_setup_eq(target_setup, &setup_info->setup)) { in ad4170_find_setup()
685 struct ad4170_setup *setup) in ad4170_write_setup() argument
700 ret = regmap_write(st->regmap, AD4170_MISC_REG(setup_num), setup->misc); in ad4170_write_setup()
704 ret = regmap_write(st->regmap, AD4170_AFE_REG(setup_num), setup->afe); in ad4170_write_setup()
709 setup->filter); in ad4170_write_setup()
714 setup->filter_fs); in ad4170_write_setup()
719 setup->offset); in ad4170_write_setup()
723 ret = regmap_write(st->regmap, AD4170_GAIN_REG(setup_num), setup->gain); in ad4170_write_setup()
[all …]
/linux/drivers/net/wireless/intersil/p54/
H A Dfwio.c318 struct p54_setup_mac *setup; in p54_setup_mac() local
321 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL_OPSET, sizeof(*setup), in p54_setup_mac()
326 setup = skb_put(skb, sizeof(*setup)); in p54_setup_mac()
358 setup->mac_mode = cpu_to_le16(mode); in p54_setup_mac()
359 memcpy(setup->mac_addr, priv->mac_addr, ETH_ALEN); in p54_setup_mac()
360 memcpy(setup->bssid, priv->bssid, ETH_ALEN); in p54_setup_mac()
361 setup->rx_antenna = 2 & priv->rx_diversity_mask; /* automatic */ in p54_setup_mac()
362 setup->rx_align = 0; in p54_setup_mac()
364 setup->v1.basic_rate_mask = cpu_to_le32(priv->basic_rate_mask); in p54_setup_mac()
365 memset(setup->v1.rts_rates, 0, 8); in p54_setup_mac()
[all …]
/linux/drivers/acpi/acpica/
H A Devhandler.c331 acpi_adr_space_setup setup, void *context) in acpi_ev_install_space_handler() argument
359 setup = acpi_ev_system_memory_region_setup; in acpi_ev_install_space_handler()
365 setup = acpi_ev_io_space_region_setup; in acpi_ev_install_space_handler()
371 setup = acpi_ev_pci_config_region_setup; in acpi_ev_install_space_handler()
377 setup = acpi_ev_cmos_region_setup; in acpi_ev_install_space_handler()
383 setup = acpi_ev_pci_bar_region_setup; in acpi_ev_install_space_handler()
389 setup = acpi_ev_data_table_region_setup; in acpi_ev_install_space_handler()
401 if (!setup) { in acpi_ev_install_space_handler()
402 setup = acpi_ev_default_region_setup; in acpi_ev_install_space_handler()
505 handler_obj->address_space.setup = setup; in acpi_ev_install_space_handler()
/linux/drivers/usb/usbip/
H A Dvudc_transfer.c59 struct usb_ctrlrequest *setup, in handle_control_request() argument
67 w_index = le16_to_cpu(setup->wIndex); in handle_control_request()
68 w_value = le16_to_cpu(setup->wValue); in handle_control_request()
69 switch (setup->bRequest) { in handle_control_request()
71 if (setup->bRequestType != DEV_REQUEST) in handle_control_request()
78 if (setup->bRequestType == DEV_REQUEST) { in handle_control_request()
99 } else if (setup->bRequestType == EP_REQUEST) { in handle_control_request()
112 if (setup->bRequestType == DEV_REQUEST) { in handle_control_request()
132 } else if (setup->bRequestType == EP_REQUEST) { in handle_control_request()
146 if (setup->bRequestType == DEV_INREQUEST in handle_control_request()
[all …]

12345678910>>...60