/openbmc/linux/include/uapi/linux/ |
H A D | rkisp1-config.h | 1 /* SPDX-License-Identifier: ((GPL-2.0+ WITH Linux-syscall-note) OR MIT) */ 16 /* Sensor De-gamma */ 24 /* Filter */ 44 /* Denoise Pre-Filter */ 46 /* Denoise Pre-Filter Strength */ 129 /* 0-2 for sets 1-3 */ 162 * Denoising pre filter 176 * enum rkisp1_cif_isp_version - ISP variants 211 * enum rkisp1_cif_isp_exp_ctrl_autostop - stop modes 221 * enum rkisp1_cif_isp_exp_meas_mode - Exposure measure mode [all …]
|
H A D | omap3isp.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 * TI OMAP3 ISP - User-space API 25 * 02110-1301 USA 41 * VIDIOC_OMAP3ISP_AF_CFG: Set auto-focus module configuration 43 * VIDIOC_OMAP3ISP_STAT_EN: Enable/disable a statistics module 121 * struct omap3isp_h3a_aewb_config - AE AWB configuration reset values 123 * @win_height: Window Height. Range 2 - 256, even values only. 124 * @win_width: Window Width. Range 6 - 256, even values only. 125 * @ver_win_count: Vertical Window Count. Range 1 - 128. 126 * @hor_win_count: Horizontal Window Count. Range 1 - 36. [all …]
|
/openbmc/u-boot/include/usb/ |
H A D | fusbh200.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 6 * Dante Su <dantesu@faraday-tech.com> 15 } hccr; /* 0x00 - 0x0f: hccr */ 18 } hcor; /* 0x10 - 0x33: hcor */ 23 uint32_t bmier; /* 0x48: Bus Monitor Interrupt Enable Register */ 43 #define BMCSR_IRQLH (1 << 3) /* IRQ triggered at level-high */ 44 #define BMCSR_IRQLL (0 << 3) /* IRQ triggered at level-low */ 46 #define BMCSR_HFT_LONG (1 << 1) /* HDISCON noise filter = 270 us*/ 47 #define BMCSR_HFT (0 << 1) /* HDISCON noise filter = 135 us*/ 48 #define BMCSR_VFT_LONG (1 << 1) /* VBUS noise filter = 472 us*/ [all …]
|
H A D | fotg210.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 6 * Dante Su <dantesu@faraday-tech.com> 16 } hccr; /* 0x00 - 0x0f: hccr */ 19 } hcor; /* 0x10 - 0x33: hcor */ 26 uint32_t otgier;/* 0x88: OTG Interrupt Enable Register */ 50 uint32_t rxzlp; /* 0x150: Receive Zero-Length-Packet Register */ 51 uint32_t txzlp; /* 0x154: Transfer Zero-Length-Packet Register */ 54 uint32_t iep[8]; /* 0x160 - 0x17f: IN Endpoint Register */ 55 uint32_t oep[8]; /* 0x180 - 0x19f: OUT Endpoint Register */ 60 uint32_t fifocsr[4];/* 0x1b0 - 0x1bf: FIFO Control Status Register */ [all …]
|
/openbmc/linux/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* Copyright (C) 2017 - 2018 Intel Corporation */ 11 /* Vendor specific - used for IPU3 camera sub-system */ 17 /* from include/uapi/linux/v4l2-controls.h */ 26 #define IPU3_UAPI_GRID_START_MASK ((1 << 12) - 1) 29 /* controls generation of meta_data (like FF enable/disable) */ 34 * struct ipu3_uapi_grid_config - Grid plane config 56 * create a grid-based output, and the data is then divided into "slices". 71 * struct ipu3_uapi_awb_set_item - Memory layout for each cell in AWB 108 * struct ipu3_uapi_awb_raw_buffer - AWB raw buffer [all …]
|
/openbmc/linux/include/linux/mfd/ |
H A D | ac100.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2016 Chen-Yu Tsai 7 * Chen-Yu Tsai <wens@csie.org> 84 /* ADC digital audio processing (high pass filter & auto gain control */ 99 #define AC100_ADC_DAP_N_TH 0x8e /* Noise Threshold */ 100 #define AC100_ADC_DAP_L_H_N_A_C 0x8f /* Left High Noise Avg. Coef */ 101 #define AC100_ADC_DAP_L_L_N_A_C 0x90 /* Left Low Noise Avg. Coef */ 102 #define AC100_ADC_DAP_R_H_N_A_C 0x91 /* Right High Noise Avg. Coef */ 103 #define AC100_ADC_DAP_R_L_N_A_C 0x92 /* Right Low Noise Avg. Coef */ 104 #define AC100_ADC_DAP_H_HPF_C 0x93 /* High High-Pass-Filter Coef */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | hycon,hy46xx.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 Glass: 0.3mm--4.0mm 12 PET/PMMA: 0.2mm--2.0mm 13 HY4613(B)-N048 < 6" 14 HY4614(B)-N068 7" .. 10.1" 15 HY4621-NS32 < 5" 16 HY4623-NS48 5.1" .. 7" 17 Glass: 0.3mm--8.0mm [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_util.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. 4 * Copyright (c) 2015-2021, The Linux Foundation. All rights reserved. 15 #define REG_MASK(n) ((BIT(n)) - 1) 35 * struct dpu_hw_blk - opaque hardware block object 43 * @enable: detail enhancer enable/disable 44 * @sharpen_level1: sharpening strength for noise 53 * @ adjust_a: A-coefficients for mapping curve 54 * @ adjust_b: B-coefficients for mapping curve 55 * @ adjust_c: C-coefficients for mapping curve [all …]
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-uniphier.c | 1 // SPDX-License-Identifier: GPL-2.0 15 #include <dt-bindings/gpio/uniphier-gpio.h> 21 #define UNIPHIER_GPIO_IRQ_EN 0x90 /* irq enable */ 23 #define UNIPHIER_GPIO_IRQ_FLT_EN 0x98 /* noise filter enable */ 24 #define UNIPHIER_GPIO_IRQ_FLT_CYC 0x9c /* noise filter clock cycle */ 43 * offset 0x90-0x9f is used for IRQ. Add 0x10 when crossing the region. in uniphier_gpio_bank_to_reg() 64 spin_lock_irqsave(&priv->lock, flags); in uniphier_gpio_reg_update() 65 tmp = readl(priv->regs + reg); in uniphier_gpio_reg_update() 68 writel(tmp, priv->regs + reg); in uniphier_gpio_reg_update() 69 spin_unlock_irqrestore(&priv->lock, flags); in uniphier_gpio_reg_update() [all …]
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 1 // SPDX-License-Identifier: GPL-2.0 70 * osnoise_free_top - free runtime data 75 free(data->cpu_data); in osnoise_free_top() 80 * osnoise_alloc_histogram - alloc runtime data 90 data->nr_cpus = nr_cpus; in osnoise_alloc_top() 93 data->cpu_data = calloc(1, sizeof(*data->cpu_data) * nr_cpus); in osnoise_alloc_top() 94 if (!data->cpu_data) in osnoise_alloc_top() 105 * osnoise_top_handler - this is the handler for osnoise tracer events 116 int cpu = record->cpu; in osnoise_top_handler() 120 data = tool->data; in osnoise_top_handler() [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | ipu3.rst | 1 .. SPDX-License-Identifier: GPL-2.0 24 ImgU). The CIO2 driver is available as drivers/media/pci/intel/ipu3/ipu3-cio2* 36 Both of the drivers implement V4L2, Media Controller and V4L2 sub-device 38 MIPI CSI-2 interfaces through V4L2 sub-device sensor drivers. 44 interface to the user space. There is a video node for each CSI-2 receiver, 47 The CIO2 contains four independent capture channel, each with its own MIPI CSI-2 48 receiver and DMA engine. Each channel is modelled as a V4L2 sub-device exposed 49 to userspace as a V4L2 sub-device node and has two pads: 53 .. flat-table:: 54 :header-rows: 1 [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 152 * Before the shading correction is applied, NxN-filter and/or scaling 155 * - Bad pixels on left/top sides generated by NxN-filter 158 * - Down-scaling/Up-scaling factor 164 * - Origin coordinate of bayer (real sensor data) 167 * ------------------------ISP 2401----------------------- 200 * (0,0)--------------------- TW ------------------------------- 202 * | (ox,oy)---------- W -------------------------- | 210 * | ------------------------------------------- | 212 * ---------------------------------------------------------- [all …]
|
H A D | atomisp_compat_ioctl32.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 118 __u32 enable; member 131 compat_uptr_t tnr_config; /* Temporal Noise Reduction */ 133 compat_uptr_t ynr_config; /* Y(Luma) Noise Reduction */ 136 compat_uptr_t cnr_config; /* Chroma Noise Reduction */ 139 compat_uptr_t aa_config; /* Anti-Aliasing */ 140 compat_uptr_t baa_config; /* Anti-Aliasing */ 145 compat_uptr_t nr_config; /* Noise Reduction config */ 149 compat_uptr_t anr_config; /* Advanced Noise Reduction */ 151 compat_uptr_t xnr_config; /* eXtra Noise Reduction */ [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/include/linux/ |
H A D | atomisp.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 48 * buffer has a per-frame parameter. 72 /* Configuration used by Bayer noise reduction and YCC noise reduction */ 74 /* [gain] Strength of noise reduction for Bayer NR (Used by Bayer NR) */ 76 /* [gain] Strength of noise reduction for YCC NR (Used by YCC NR) */ 86 /* Temporal noise reduction configuration */ 131 /* [gain] The strength of sharpness in pell-mell area. u5_11 */ 170 u32 enable; member 186 u32 enable; member 278 unsigned int gr; /* unsigned <integer_bits>.<16-integer_bits> */ [all …]
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-phy.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * mxl111sf-phy.c - driver for the MaxLinear MXL111SF 5 * Copyright (C) 2010-2014 Michael Krufky <mkrufky@linuxtv.org> 8 #include "mxl111sf-phy.h" 9 #include "mxl111sf-reg.h" 71 0x00 : /* enable impulse noise filter, in mxl1x1sf_set_device_mode() 73 0x40); /* disable impulse noise filter, in mxl1x1sf_set_device_mode() 78 state->device_mode = mode; in mxl1x1sf_set_device_mode() 119 /* Enable PIN MUX */ in mxl111sf_config_mpeg_in() 144 /* Enable Parallel mode */ in mxl111sf_config_mpeg_in() [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwil_types.h | 1 // SPDX-License-Identifier: ISC 79 #define BRCMF_OBSS_COEX_AUTO (-1) 88 /* Wakeup on loss-of-link due to Disassoc/Deauth: */ 98 /* Wakeup after receipt of EAP-Identity Req: */ 104 /* enable wakeup if GTK fails: */ 128 /* Enable detection of radio button changes: */ 246 __le32 enable; member 255 * struct tdls_iovar - common structure for tdls iovars. 275 /* Pattern matching filter. Specifies an offset within received packets to 296 __le32 id; /* Unique filter id, specified by app. */ [all …]
|
/openbmc/linux/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 69 /* ODR suffixed by LN or LP are Low-Noise or Low-Power mode only */ 88 /* Low-Noise mode sensor data filter (3rd order filter by default) */ 91 /* Low-Power mode sensor data filter (averaging) */ 100 int filter; member 102 #define INV_ICM42600_SENSOR_CONF_INIT {-1, -1, -1, -1} 117 * struct inv_icm42600_state - driver state variables 190 /* all sensor data are 16 bits (2 registers wide) in big-endian */ 198 #define INV_ICM42600_DATA_INVALID -32768 211 * FIFO count is 16 bits (2 registers) big-endian [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | rx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 30 if (wl->quirks & WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN) in wlcore_rx_get_buf_size() 39 if (wl->quirks & WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN) in wlcore_rx_get_align_buf_size() 52 if ((desc->flags & WL1271_RX_DESC_BAND_MASK) == WL1271_RX_DESC_BAND_BG) in wl1271_rx_status() 53 status->band = NL80211_BAND_2GHZ; in wl1271_rx_status() 55 status->band = NL80211_BAND_5GHZ; in wl1271_rx_status() 57 status->rate_idx = wlcore_rate_to_idx(wl, desc->rate, status->band); in wl1271_rx_status() 60 if (desc->rate <= wl->hw_min_ht_rate) in wl1271_rx_status() 61 status->encoding = RX_ENC_HT; in wl1271_rx_status() 69 status->signal = ((desc->rssi & RSSI_LEVEL_BITMASK) | BIT(7)); in wl1271_rx_status() [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | isabelle.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * isabelle.c - Low power high fidelity audio codec driver 22 #include <sound/soc-dapm.h> 342 static const DECLARE_TLV_DB_SCALE(afm_amp_tlv, -3300, 300, 0); 343 static const DECLARE_TLV_DB_SCALE(dac_tlv, -1200, 200, 0); 344 static const DECLARE_TLV_DB_SCALE(hf_tlv, -5000, 200, 0); 346 /* from -63 to 0 dB in 1 dB steps */ 347 static const DECLARE_TLV_DB_SCALE(dpga_tlv, -6300, 100, 1); 349 /* from -63 to 9 dB in 1 dB steps */ 350 static const DECLARE_TLV_DB_SCALE(rx_tlv, -6300, 100, 1); [all …]
|
H A D | wm8940.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm8940.c -- WM8940 ALSA Soc Audio driver 12 * Notch filter control 120 { 0x10, 0x0000 }, /* Notch Filter 1 Control 1 */ 121 { 0x11, 0x0000 }, /* Notch Filter 1 Control 2 */ 122 { 0x12, 0x0000 }, /* Notch Filter 2 Control 1 */ 123 { 0x13, 0x0000 }, /* Notch Filter 2 Control 2 */ 124 { 0x14, 0x0000 }, /* Notch Filter 3 Control 1 */ 125 { 0x15, 0x0000 }, /* Notch Filter 3 Control 2 */ 126 { 0x16, 0x0000 }, /* Notch Filter 4 Control 1 */ [all …]
|
H A D | cs53l30.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * cs53l30.c -- CS53l30 ALSA Soc Audio driver 167 static DECLARE_TLV_DB_SCALE(pga_tlv, -600, 50, 0); 168 static DECLARE_TLV_DB_SCALE(dig_tlv, -9600, 100, 1); 246 * TB - Time base 263 /* The noise gate threshold selected will depend on NG Boost */ 265 "-64dB/-34dB", "-66dB/-36dB", "-70dB/-40dB", "-73dB/-43dB", 266 "-76dB/-46dB", "-82dB/-52dB", "-58dB", "-64dB", 293 SOC_SINGLE("Digital Soft-Ramp Switch", CS53L30_SFT_RAMP, 295 SOC_SINGLE("ADC1 Noise Gate Ganging Switch", CS53L30_ADC1_CTL3, [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_mac.c | 1 // SPDX-License-Identifier: ISC 16 phy = mphy->priv; in mt792x_mac_work() 18 mt792x_mutex_acquire(phy->dev); in mt792x_mac_work() 21 if (++mphy->mac_work_count == 2) { in mt792x_mac_work() 22 mphy->mac_work_count = 0; in mt792x_mac_work() 27 mt792x_mutex_release(phy->dev); in mt792x_mac_work() 29 mt76_tx_status_check(mphy->dev, false); in mt792x_mac_work() 30 ieee80211_queue_delayed_work(phy->mt76->hw, &mphy->mac_work, in mt792x_mac_work() 37 s16 coverage_class = phy->coverage_class; in mt792x_mac_set_timeing() 38 struct mt792x_dev *dev = phy->dev; in mt792x_mac_set_timeing() [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgro_fwd.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 readonly BASE="ns-$(mktemp -u XXXXXX)" 25 local -r jobs="$(jobs -p)" 26 [ -n "${jobs}" ] && kill -1 ${jobs} 2>/dev/null 41 ip -n $ns link set dev lo up 43 # disable route solicitations to decrease 'noise' traffic 44 ip netns exec $ns sysctl -qw net.ipv6.conf.default.router_solicitations=0 45 ip netns exec $ns sysctl -qw net.ipv6.conf.all.router_solicitations=0 52 ip -n $BASE$ns link set dev veth$ns up 53 ip -n $BASE$ns addr add dev veth$ns $BM_NET_V4$ns/24 [all …]
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | isppreview.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * TI OMAP3 ISP driver - Preview module 26 { /* RGB-RGB Matrix */ 38 {-38, -75, 112}, 39 {112, -94 , -18} 52 /* Default values in Office Fluorescent Light for Noise Filter*/ 76 * If a filter is disabled, additional cropping is automatically added at the 80 * Median filter 4 pixels 81 * Noise filter, 85 * ------------------------------------------------------------- [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/ |
H A D | tinyproxy.conf | 2 ## tinyproxy.conf -- tinyproxy daemon configuration file 34 # outgoing connections. This is useful for multi-home'd machines where 92 # and enable the Syslog directive. These directives are mutually 112 # Connect (to log connections without Info's noise) 128 # XTinyproxy: Tell Tinyproxy to include the X-Tinyproxy header, which 217 #AddHeader "X-My-Header" "Powered by Tinyproxy" 237 # Filter: This allows you to specify the location of the filter file. 239 #Filter "/etc/filter" 242 # FilterURLs: Filter based on URLs rather than domains. 261 # filter file. [all …]
|