Home
last modified time | relevance | path

Searched refs:config (Results 3951 - 3975 of 8981) sorted by relevance

1...<<151152153154155156157158159160>>...360

/third_party/nghttp2/lib/
H A Dnghttp2_extpri.h30 # include <config.h>
/third_party/nghttp2/tests/
H A Dnghttp2_hd_test.h29 # include <config.h>
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_extpri.h30 # include <config.h>
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_str.h31 # include <config.h>
/third_party/libexif/libexif/
H A Dexif-byte-order.c21 #include <config.h>
/third_party/ltp/testcases/realtime/perf/latency/
H A DMakefile27 include $(abs_srcdir)/../../config.mk
/third_party/ltp/testcases/realtime/scripts/
H A DMakefile24 include $(abs_srcdir)/../config.mk
/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.h19 v8::MaybeLocal<v8::Value> config, int maxDepth,
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_priv.h35 const struct pipe_screen_config *config, bool sw_vk);
/third_party/pulseaudio/src/tests/
H A Dclose-test.c2 #include <config.h>
/third_party/pulseaudio/src/pulsecore/
H A Dcpu-orc.c21 #include <config.h>
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A DAndroid.mk17 include $(LOCAL_PATH)/android.config
/third_party/vk-gl-cts/framework/platform/ohos/context/
H A DtcuOhosEglContextFactory.hpp40 virtual glu::RenderContext* createContext (const glu::RenderConfig& config,
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGLContextFactory.hpp39 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine,
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A DAndroid.mk17 include $(LOCAL_PATH)/android.config
/kernel/linux/linux-5.10/drivers/dma/
H A Dep93xx_dma.c110 struct dma_slave_config *config);
1233 struct dma_slave_config *config) in ep93xx_dma_slave_config()
1237 memcpy(&edmac->slave_config, config, sizeof(*config)); in ep93xx_dma_slave_config()
1244 struct dma_slave_config *config) in ep93xx_dma_slave_config_write()
1256 width = config->src_addr_width; in ep93xx_dma_slave_config_write()
1257 addr = config->src_addr; in ep93xx_dma_slave_config_write()
1261 width = config->dst_addr_width; in ep93xx_dma_slave_config_write()
1262 addr = config->dst_addr; in ep93xx_dma_slave_config_write()
1232 ep93xx_dma_slave_config(struct dma_chan *chan, struct dma_slave_config *config) ep93xx_dma_slave_config() argument
1242 ep93xx_dma_slave_config_write(struct dma_chan *chan, enum dma_transfer_direction dir, struct dma_slave_config *config) ep93xx_dma_slave_config_write() argument
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-aspeed.c59 const struct aspeed_gpio_config *config; member
267 const struct aspeed_bank_props *props = gpio->config->props; in find_bank_props()
691 const struct aspeed_bank_props *props = gpio->config->props; in aspeed_init_irq_valid_mask()
959 unsigned long config) in aspeed_gpio_set_config()
961 unsigned long param = pinconf_to_config_param(config); in aspeed_gpio_set_config()
962 u32 arg = pinconf_to_config_argument(config); in aspeed_gpio_set_config()
969 return pinctrl_gpio_set_config(chip->base + offset, config); in aspeed_gpio_set_config()
1167 gpio->config = gpio_id->data; in aspeed_gpio_probe()
1173 gpio->chip.ngpio = gpio->config->nr_gpios; in aspeed_gpio_probe()
958 aspeed_gpio_set_config(struct gpio_chip *chip, unsigned int offset, unsigned long config) aspeed_gpio_set_config() argument
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dperf_event.c950 static int csky_pmu_cache_event(u64 config) in csky_pmu_cache_event() argument
954 cache_type = (config >> 0) & 0xff; in csky_pmu_cache_event()
955 cache_op = (config >> 8) & 0xff; in csky_pmu_cache_event()
956 cache_result = (config >> 16) & 0xff; in csky_pmu_cache_event()
975 if (event->attr.config >= PERF_COUNT_HW_MAX) in csky_pmu_event_init()
977 ret = csky_pmu_hw_map[event->attr.config]; in csky_pmu_event_init()
983 ret = csky_pmu_cache_event(event->attr.config); in csky_pmu_event_init()
989 if (hw_raw_read_mapping[event->attr.config] == NULL) in csky_pmu_event_init()
991 hwc->idx = event->attr.config; in csky_pmu_event_init()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dlbr.c175 static __always_inline bool is_lbr_call_stack_bit_set(u64 config) in is_lbr_call_stack_bit_set() argument
178 return !!(config & ARCH_LBR_CALL_STACK); in is_lbr_call_stack_bit_set()
180 return !!(config & LBR_CALL_STACK); in is_lbr_call_stack_bit_set()
205 lbr_select = cpuc->lbr_sel->config & x86_pmu.lbr_sel_mask; in __intel_pmu_lbr_enable()
834 need_info = !(cpuc->lbr_sel->config & LBR_NO_INFO); in intel_pmu_lbr_read_64()
835 if (cpuc->lbr_sel->config & LBR_CALL_STACK) in intel_pmu_lbr_read_64()
1116 reg->config = mask; in intel_pmu_setup_hw_lbr_filter()
1135 reg->config = mask ^ (x86_pmu.lbr_sel_mask & ~LBR_CALL_STACK); in intel_pmu_setup_hw_lbr_filter()
1140 reg->config |= LBR_NO_INFO; in intel_pmu_setup_hw_lbr_filter()
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dperf_event.c950 static int csky_pmu_cache_event(u64 config) in csky_pmu_cache_event() argument
954 cache_type = (config >> 0) & 0xff; in csky_pmu_cache_event()
955 cache_op = (config >> 8) & 0xff; in csky_pmu_cache_event()
956 cache_result = (config >> 16) & 0xff; in csky_pmu_cache_event()
975 if (event->attr.config >= PERF_COUNT_HW_MAX) in csky_pmu_event_init()
977 ret = csky_pmu_hw_map[event->attr.config]; in csky_pmu_event_init()
983 ret = csky_pmu_cache_event(event->attr.config); in csky_pmu_event_init()
989 if (hw_raw_read_mapping[event->attr.config] == NULL) in csky_pmu_event_init()
991 hwc->idx = event->attr.config; in csky_pmu_event_init()
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A Dngene-cards.c228 struct tda18212_config config = { in tuner_attach_tda18212() local
249 client = dvb_module_probe("tda18212", NULL, i2c, addr, &config); in tuner_attach_tda18212()
491 struct drxk_config config; in demod_attach_drxk() local
493 memset(&config, 0, sizeof(config)); in demod_attach_drxk()
494 config.microcode_name = "drxk_a3.mc"; in demod_attach_drxk()
495 config.qam_demod_parameter_count = 4; in demod_attach_drxk()
496 config.adr = 0x29 + (chan->number ^ 2); in demod_attach_drxk()
498 chan->fe = dvb_attach(drxk_attach, &config, i2c); in demod_attach_drxk()
1116 /* A custom electrical interface config fo
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmxcmmc.c826 struct dma_slave_config *config = &host->dma_slave_config; in mxcmci_setup_dma() local
828 config->dst_addr = host->phys_base + MMC_REG_BUFFER_ACCESS; in mxcmci_setup_dma()
829 config->src_addr = host->phys_base + MMC_REG_BUFFER_ACCESS; in mxcmci_setup_dma()
830 config->dst_addr_width = 4; in mxcmci_setup_dma()
831 config->src_addr_width = 4; in mxcmci_setup_dma()
832 config->dst_maxburst = host->burstlen; in mxcmci_setup_dma()
833 config->src_maxburst = host->burstlen; in mxcmci_setup_dma()
834 config->device_fc = false; in mxcmci_setup_dma()
836 return dmaengine_slave_config(host->dma, config); in mxcmci_setup_dma()
858 "failed to config DM in mxcmci_set_ios()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c1226 struct hwtstamp_config config; in lan743x_ptp_ioctl() local
1236 if (copy_from_user(&config, ifr->ifr_data, sizeof(config))) in lan743x_ptp_ioctl()
1239 if (config.flags) { in lan743x_ptp_ioctl()
1242 config.flags); in lan743x_ptp_ioctl()
1245 switch (config.tx_type) { in lan743x_ptp_ioctl()
1273 " tx_type = %d, UNKNOWN\n", config.tx_type); in lan743x_ptp_ioctl()
1279 return copy_to_user(ifr->ifr_data, &config, in lan743x_ptp_ioctl()
1280 sizeof(config)) ? -EFAULT : 0; in lan743x_ptp_ioctl()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c885 struct hwtstamp_config *config) in mlxsw_sp1_ptp_hwtstamp_get()
887 *config = mlxsw_sp_port->ptp.hwtstamp_config; in mlxsw_sp1_ptp_hwtstamp_get()
891 static int mlxsw_sp_ptp_get_message_types(const struct hwtstamp_config *config, in mlxsw_sp_ptp_get_message_types() argument
895 enum hwtstamp_rx_filters rx_filter = config->rx_filter; in mlxsw_sp_ptp_get_message_types()
896 enum hwtstamp_tx_types tx_type = config->tx_type; in mlxsw_sp_ptp_get_message_types()
1047 struct hwtstamp_config *config) in mlxsw_sp1_ptp_hwtstamp_set()
1054 err = mlxsw_sp_ptp_get_message_types(config, &ing_types, &egr_types, in mlxsw_sp1_ptp_hwtstamp_set()
1063 mlxsw_sp_port->ptp.hwtstamp_config = *config; in mlxsw_sp1_ptp_hwtstamp_set()
1072 config->rx_filter = rx_filter; in mlxsw_sp1_ptp_hwtstamp_set()
884 mlxsw_sp1_ptp_hwtstamp_get(struct mlxsw_sp_port *mlxsw_sp_port, struct hwtstamp_config *config) mlxsw_sp1_ptp_hwtstamp_get() argument
1046 mlxsw_sp1_ptp_hwtstamp_set(struct mlxsw_sp_port *mlxsw_sp_port, struct hwtstamp_config *config) mlxsw_sp1_ptp_hwtstamp_set() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dmac.c109 if (ah->tx_trig_level >= ah->config.max_txtrig_level) in ath9k_hw_updatetxtriglevel()
118 if (curLevel < ah->config.max_txtrig_level) in ath9k_hw_updatetxtriglevel()
476 (ah->config.sw_beacon_response_time - in ath9k_hw_resettxqueue()
477 ah->config.dma_beacon_response_time)) * 1024; in ath9k_hw_resettxqueue()
933 if (ah->config.tx_intr_mitigation) in ath9k_hw_set_interrupts()
950 if (ah->config.rx_intr_mitigation) { in ath9k_hw_set_interrupts()
957 if (ah->config.rx_intr_mitigation) in ath9k_hw_set_interrupts()
991 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) { in ath9k_hw_set_interrupts()
1009 if (ah->config.hw_hang_checks & HW_BB_WATCHDOG) { in ath9k_hw_set_interrupts()

Completed in 26 milliseconds

1...<<151152153154155156157158159160>>...360