Home
last modified time | relevance | path

Searched full:setup (Results 1 – 25 of 5933) sorted by relevance

12345678910>>...238

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c56 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 …]
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-vr41xx.c92 void __init vr41xx_pciu_setup(struct pci_controller_unit_setup *setup) in vr41xx_pciu_setup() argument
94 vr41xx_pci_controller_unit_setup = *setup; in vr41xx_pciu_setup()
99 struct pci_controller_unit_setup *setup; in vr41xx_pciu_init() local
107 setup = &vr41xx_pci_controller_unit_setup; in vr41xx_pciu_init()
128 if (setup->pci_clock_max != 0) in vr41xx_pciu_init()
129 pci_clock_max = setup->pci_clock_max; in vr41xx_pciu_init()
151 if (setup->master_memory1 != NULL) { in vr41xx_pciu_init()
152 master = setup->master_memory1; in vr41xx_pciu_init()
164 if (setup->master_memory2 != NULL) { in vr41xx_pciu_init()
165 master = setup->master_memory2; in vr41xx_pciu_init()
[all …]
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c139 * @sudat_min: Min data setup time (ns)
158 * struct stm32_i2c_setup - private I2C timing setup parameters
180 * @scldel: Data setup time
197 struct stm32_i2c_setup *setup; member
489 static int stm32_i2c_compute_solutions(struct stm32_i2c_setup *setup, in stm32_i2c_compute_solutions() argument
495 setup->clock_src); in stm32_i2c_compute_solutions()
501 af_delay_min = setup->analog_filter ? in stm32_i2c_compute_solutions()
503 af_delay_max = setup->analog_filter ? in stm32_i2c_compute_solutions()
506 sdadel_min = setup->fall_time - i2c_specs[setup->speed].hddat_min - in stm32_i2c_compute_solutions()
507 af_delay_min - (setup->dnf + 3) * i2cclk; in stm32_i2c_compute_solutions()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/
H A DMakefile5 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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/net/wireless/
H A Dmesh.c100 struct mesh_setup *setup, in __cfg80211_join_mesh() argument
114 setup->is_secure) in __cfg80211_join_mesh()
120 if (!setup->mesh_id_len) in __cfg80211_join_mesh()
126 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
128 setup->chandef = wdev->preset_chandef; in __cfg80211_join_mesh()
131 if (!setup->chandef.chan) { in __cfg80211_join_mesh()
150 setup->chandef.chan = chan; in __cfg80211_join_mesh()
154 if (setup->chandef.chan) in __cfg80211_join_mesh()
159 if (!setup->chandef.chan) in __cfg80211_join_mesh()
162 setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in __cfg80211_join_mesh()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/
H A DMakefile6 # 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 …]
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A DMakefile28 obj-$(CONFIG_ARCH_IXDP4XX) += ixdp425-setup.o
29 obj-$(CONFIG_MACH_AVILA) += avila-setup.o
30 obj-$(CONFIG_MACH_IXDPG425) += coyote-setup.o
31 obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote-setup.o
32 obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-setup.o
33 obj-$(CONFIG_MACH_DEVIXP) += omixp-setup.o
34 obj-$(CONFIG_MACH_MICCPT) += omixp-setup.o
35 obj-$(CONFIG_MACH_MIC256) += omixp-setup.o
36 obj-$(CONFIG_MACH_NSLU2) += nslu2-setup.o
37 obj-$(CONFIG_MACH_NAS100D) += nas100d-setup.o
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c208 struct devrequest *setup) in sandbox_hub_submit_control_msg() argument
214 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
216 switch (setup->request) { in sandbox_hub_submit_control_msg()
228 __func__, setup->requesttype, in sandbox_hub_submit_control_msg()
229 setup->request); in sandbox_hub_submit_control_msg()
233 switch (setup->request) { in sandbox_hub_submit_control_msg()
238 port = (setup->index & USB_HUB_PORT_MASK) - 1; in sandbox_hub_submit_control_msg()
248 __func__, setup->requesttype, setup->request); in sandbox_hub_submit_control_msg()
252 switch (setup->requesttype) { in sandbox_hub_submit_control_msg()
254 switch (setup->request) { in sandbox_hub_submit_control_msg()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c43 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()
231 epnum = (u8) le16_to_cpu(setup->wIndex); in ep0_get_status()
274 static int handle_test_mode(struct mtu3 *mtu, struct usb_ctrlrequest *setup) in handle_test_mode() argument
[all …]
/OK3568_Linux_fs/buildroot/package/python-avro/
H A D0002-drop-install-time-linting-and-imports-sorting.patch6 Since the 1.9.2 release, the setup script is also performing code linting
15 setup.cfg | 2 --
16 setup.py | 1 -
19 diff --git a/setup.cfg b/setup.cfg
21 --- a/setup.cfg
22 +++ b/setup.cfg
32 diff --git a/setup.py b/setup.py
34 --- a/setup.py
35 +++ b/setup.py
37 setuptools.setup(cmdclass={
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dmpls.json9 "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 …]
H A Dpedit.json9 "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 …]
H A Dskbedit.json9 "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 …]
H A Dife.json9 "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 …]
H A Dsample.json9 "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 …]
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/
H A DMakefile6 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 …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dets.json9 "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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/
H A D0001-setup.py-switch-to-setuptools.patch4 Subject: [PATCH] setup.py: switch to setuptools
10 'wheel' binary archive format to be built with 'setup.py bdist_wheel'.
17 setup.py | 2 +-
20 diff --git a/setup.py b/setup.py
22 --- a/setup.py
23 +++ b/setup.py
25 -from distutils.core import setup
26 +from setuptools import setup
28 setup(
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-meh/python3-meh/
H A D0001-setup.py-switch-from-distutils-to-setuptools.patch4 Subject: [PATCH] setup.py: switch from distutils to setuptools
10 'setup.py bdist_wheel'.
17 setup.py | 2 +-
20 diff --git a/setup.py b/setup.py
22 --- a/setup.py
23 +++ b/setup.py
27 -from distutils.core import setup
28 +from setuptools import setup
30 setup(name='python-meh', version='0.50.1',
/OK3568_Linux_fs/buildroot/boot/gummiboot/
H A D0001-Allow-building-with-newer-glibc-versions.patch14 src/setup/setup.c | 1 +
17 diff --git a/src/setup/setup.c b/src/setup/setup.c
19 --- a/src/setup/setup.c
20 +++ b/src/setup/setup.c
/OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/
H A Dmodels.rst102 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 …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Daha152x.c618 /* setup & interrupt */
714 struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *setup) in aha152x_probe_one() argument
730 shpnt->io_port = setup->io_port; in aha152x_probe_one()
732 shpnt->irq = setup->irq; in aha152x_probe_one()
734 if (!setup->tc1550) { in aha152x_probe_one()
735 HOSTIOPORT0 = setup->io_port; in aha152x_probe_one()
736 HOSTIOPORT1 = setup->io_port; in aha152x_probe_one()
738 HOSTIOPORT0 = setup->io_port+0x10; in aha152x_probe_one()
739 HOSTIOPORT1 = setup->io_port-0x10; in aha152x_probe_one()
743 RECONNECT = setup->reconnect; in aha152x_probe_one()
[all …]
/OK3568_Linux_fs/buildroot/package/python-pygame/
H A Dpython-pygame.mk33 $(SED) 's/^imageext/#imageext/' $(@D)/Setup
39 $(SED) 's/^font/#font/' $(@D)/Setup
45 $(SED) 's/^mixer/#mixer/g' $(@D)/Setup
51 $(SED) 's/^_numericsndarray/#_numericsndarray/' $(@D)/Setup
55 $(SED) 's/^_numericsurfarray/#_numericsurfarray/' $(@D)/Setup
60 $(SED) 's/^movie/#movie/' $(@D)/Setup
65 $(SED) 's/^scrap/#scrap/' $(@D)/Setup
70 $(SED) 's/^_freetype/#_freetype/' $(@D)/Setup
76 # Pygame needs a Setup file where options should be commented out if
79 cp -f $(@D)/Setup.in $(@D)/Setup
[all …]

12345678910>>...238