| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pci-vr41xx.c | 92 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 D | stm32f7_i2c.c | 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() 509 sdadel_max = i2c_specs[setup->speed].vddat_max - setup->rise_time - in stm32_i2c_compute_solutions() 510 af_delay_max - (setup->dnf + 4) * i2cclk; in stm32_i2c_compute_solutions() 512 scldel_min = setup->rise_time + i2c_specs[setup->speed].sudat_min; in stm32_i2c_compute_solutions() [all …]
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | mesh.c | 100 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/arm/mach-orion5x/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/imx/ |
| H A 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 …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 208 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/arch/arm/mach-ixp4xx/ |
| H A D | Makefile | 28 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/fs/xfs/scrub/ |
| H A D | scrub.c | 190 .setup = xchk_setup_fs, 196 .setup = xchk_setup_fs, 202 .setup = xchk_setup_fs, 208 .setup = xchk_setup_fs, 214 .setup = xchk_setup_fs, 220 .setup = xchk_setup_ag_allocbt, 226 .setup = xchk_setup_ag_allocbt, 232 .setup = xchk_setup_ag_iallocbt, 238 .setup = xchk_setup_ag_iallocbt, 245 .setup = xchk_setup_ag_rmapbt, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | aha152x.c | 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() 744 SYNCHRONOUS = setup->synchronous; in aha152x_probe_one() [all …]
|
| /OK3568_Linux_fs/buildroot/package/python-avro/ |
| H A D | 0002-drop-install-time-linting-and-imports-sorting.patch | 6 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/arch/sh/kernel/cpu/sh4a/ |
| H A D | Makefile | 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 16 obj-$(CONFIG_CPU_SUBTYPE_SH7724) += setup-sh7724.o [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_apd.c | 34 int (*setup)(struct apd_private_data *pdata); member 108 .setup = acpi_apd_setup, 113 .setup = acpi_apd_setup, 125 .setup = acpi_apd_setup, 131 .setup = fch_misc_setup, 137 .setup = acpi_apd_setup, 142 .setup = acpi_apd_setup, 147 .setup = acpi_apd_setup, 152 .setup = acpi_apd_setup, 157 .setup = acpi_apd_setup, [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | Makefile | 31 targets := vmlinux.bin setup.bin setup.elf bzImage 35 setup-y += a20.o bioscall.o cmdline.o copy.o cpu.o cpuflags.o cpucheck.o 36 setup-y += early_serial_console.o edd.o header.o main.o memory.o 37 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o 38 setup-y += video-mode.o version.o 39 setup-$(CONFIG_X86_APM_BOOT) += apm.o 45 setup-y += video-vga.o 46 setup-y += video-vesa.o 47 setup-y += video-bios.o 49 targets += $(setup-y) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_gadget_ep0.c | 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() 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 280 switch (le16_to_cpu(setup->wIndex) >> 8) { in handle_test_mode() 324 struct usb_ctrlrequest *setup, bool set) in ep0_handle_feature_dev() argument [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/ |
| H A D | 0001-setup.py-switch-to-setuptools.patch | 4 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/buildroot/boot/gummiboot/ |
| H A D | 0001-Allow-building-with-newer-glibc-versions.patch | 14 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/buildroot/dl/sox/git/src/ |
| H A D | adpcms.c | 58 p->setup = setup_table[type]; in lsx_adpcm_init() 69 int s = ((code & (p->setup.sign - 1)) << 1) | 1; in lsx_adpcm_decode() 70 s = ((p->setup.steps[p->step_index] * s) >> (p->setup.shift + 1)) & p->setup.mask; in lsx_adpcm_decode() 71 if (code & p->setup.sign) in lsx_adpcm_decode() 75 int grace = (p->setup.steps[p->step_index] >> (p->setup.shift + 1)) & p->setup.mask; in lsx_adpcm_decode() 78 code & (2 * p->setup.sign - 1), p->setup.steps[p->step_index], grace, s); in lsx_adpcm_decode() 83 p->step_index += p->setup.changes[code & (p->setup.sign - 1)]; in lsx_adpcm_decode() 84 p->step_index = range_limit(p->step_index, 0, p->setup.max_step_index); in lsx_adpcm_decode() 94 sign = p->setup.sign; in lsx_adpcm_encode() 97 code = (delta << p->setup.shift) / p->setup.steps[p->step_index]; in lsx_adpcm_encode() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-meh/python3-meh/ |
| H A D | 0001-setup.py-switch-from-distutils-to-setuptools.patch | 4 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/kernel/arch/sh/kernel/cpu/sh3/ |
| H A D | Makefile | 6 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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/ |
| H A D | 0002-setup.py-switch-to-setuptools.patch | 4 Subject: [PATCH] setup.py: switch to setuptools 11 setup.py | 2 +- 14 diff --git a/setup.py b/setup.py 16 --- a/setup.py 17 +++ b/setup.py 19 setup.py - build and package info 22 -from distutils.core import setup, Extension 23 +from setuptools import setup, Extension
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/ |
| H A D | 0001-setup.py-Use-setuptools-instead-of-distutils.patch | 4 Subject: [PATCH] setup.py: Use setuptools instead of distutils 11 setup.py | 2 +- 14 diff --git a/setup.py b/setup.py 16 --- a/setup.py 17 +++ b/setup.py 22 -from distutils.core import setup 23 +from setuptools import setup 24 setup(
|
| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | stm32-fmc2-ebi.c | 171 u32 (*calculate)(struct stm32_fmc2_ebi *ebi, int cs, u32 setup); 174 int cs, u32 setup); 295 int cs, u32 setup) in stm32_fmc2_ebi_ns_to_clock_cycles() argument 300 return DIV_ROUND_UP(setup * 1000, hclkp); in stm32_fmc2_ebi_ns_to_clock_cycles() 304 int cs, u32 setup) in stm32_fmc2_ebi_ns_to_clk_period() argument 306 u32 nb_clk_cycles = stm32_fmc2_ebi_ns_to_clock_cycles(ebi, cs, setup); in stm32_fmc2_ebi_ns_to_clk_period() 344 int cs, u32 setup) in stm32_fmc2_ebi_set_bit_field() argument 354 setup ? prop->reg_mask : 0); in stm32_fmc2_ebi_set_bit_field() 361 int cs, u32 setup) in stm32_fmc2_ebi_set_trans_type() argument 373 switch (setup) { in stm32_fmc2_ebi_set_trans_type() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-systemd/ |
| H A D | 0002-setup.py-switch-from-distutils-to-setuptools.patch | 4 Subject: [PATCH] setup.py: switch from distutils to setuptools 7 3.12. It also prevents 'setup.py bdist_wheel' from building a wheel. 14 setup.py | 2 +- 17 diff --git a/setup.py b/setup.py 19 --- a/setup.py 20 +++ b/setup.py 23 -from distutils.core import setup, Extension 24 +from setuptools import setup, Extension
|