Home
last modified time | relevance | path

Searched refs:config (Results 6126 - 6150 of 9213) sorted by relevance

1...<<241242243244245246247248249250>>...369

/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83795.c356 * no config register, only affected by chip
1862 u8 config; in w83795_init_client() local
1868 config = w83795_read(client, W83795_REG_CONFIG); in w83795_init_client()
1869 if (!(config & W83795_REG_CONFIG_START)) { in w83795_init_client()
1872 config | W83795_REG_CONFIG_START); in w83795_init_client()
1875 data->clkin = clkin[(config >> 3) & 0x3]; in w83795_init_client()
1905 int bank, vendor_id, device_id, expected, i2c_addr, config; in w83795_detect() local
1964 config = i2c_smbus_read_byte_data(client, W83795_REG_CONFIG); in w83795_detect()
1965 if (config & W83795_REG_CONFIG_CONFIG48) in w83795_detect()
2118 static void w83795_apply_temp_config(struct w83795_data *data, u8 config, in w83795_apply_temp_config() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_scsi.c274 if ((fnic->config.flags & VFCF_FIP_CAPABLE) && !fnic->ctlr.map_dest) { in fnic_flogi_reg_handler()
377 if ((fnic->config.flags & VFCF_FCP_SEQ_LVL_ERR) && in fnic_queue_wq_copy_desc()
1534 fnic->config.ra_tov, fnic->config.ed_tov); in fnic_queue_abort_io_req()
1862 (2 * fnic->config.ra_tov + in fnic_abort_cmd()
1863 fnic->config.ed_tov)); in fnic_abort_cmd()
1991 fnic->config.ra_tov, fnic->config.ed_tov); in fnic_queue_dr_io_req()
2108 (fnic->config.ed_tov)); in fnic_pending_aborts_iter()
2178 schedule_timeout(msecs_to_jiffies(2 * fnic->config in fnic_clean_pending_aborts()
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c2131 zink_internal_create_screen(const struct pipe_screen_config *config) in zink_internal_create_screen() argument
2164 if (config) { in zink_internal_create_screen()
2165 driParseConfigFiles(config->options, config->options_info, 0, "zink", in zink_internal_create_screen()
2167 screen->driconf.dual_color_blend_by_location = driQueryOptionb(config->options, "dual_color_blend_by_location"); in zink_internal_create_screen()
2168 //screen->driconf.inline_uniforms = driQueryOptionb(config->options, "radeonsi_inline_uniforms"); in zink_internal_create_screen()
2169 screen->instance_info.disable_xcb_surface = driQueryOptionb(config->options, "disable_xcb_surface"); in zink_internal_create_screen()
2409 zink_create_screen(struct sw_winsys *winsys, const struct pipe_screen_config *config) in zink_create_screen() argument
2411 struct zink_screen *ret = zink_internal_create_screen(config); in zink_create_screen()
2420 zink_drm_create_screen(int fd, const struct pipe_screen_config *config) in zink_drm_create_screen() argument
[all...]
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py26 from idlelib.config import idleConf, ConfigChanges
88 # Attach callbacks after loading config to avoid calling them.
175 """Apply config changes, then dismiss dialog."""
180 """Apply config changes and leave dialog open."""
187 """Dismiss config dialog.
202 """Create textview for config dialog help.
218 # Before a config is saved, some cleanup of current
219 # config must be done - remove the previous keybindings.
354 scroll_font.config(command=self.fontlist.yview)
355 self.fontlist.config(yscrollcomman
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc524 const RegisterConfiguration* config, CallDescriptor* call_descriptor, in InitializeTopTierRegisterAllocationData()
529 config, register_allocation_zone(), frame(), sequence(), flags, in InitializeTopTierRegisterAllocationData()
534 const RegisterConfiguration* config, CallDescriptor* call_descriptor) { in InitializeMidTierRegisterAllocationData()
538 config, register_allocation_zone(), frame(), sequence(), in InitializeMidTierRegisterAllocationData()
711 void AllocateRegistersForTopTier(const RegisterConfiguration* config,
714 void AllocateRegistersForMidTier(const RegisterConfiguration* config,
3349 bool Pipeline::AllocateRegistersForTesting(const RegisterConfiguration* config, in AllocateRegistersForTesting() argument
3367 pipeline.AllocateRegistersForMidTier(config, nullptr, run_verifier); in AllocateRegistersForTesting()
3369 pipeline.AllocateRegistersForTopTier(config, nullptr, run_verifier); in AllocateRegistersForTesting()
3487 const RegisterConfiguration* config in SelectInstructions() local
523 InitializeTopTierRegisterAllocationData( const RegisterConfiguration* config, CallDescriptor* call_descriptor, RegisterAllocationFlags flags) InitializeTopTierRegisterAllocationData() argument
533 InitializeMidTierRegisterAllocationData( const RegisterConfiguration* config, CallDescriptor* call_descriptor) InitializeMidTierRegisterAllocationData() argument
3721 AllocateRegistersForTopTier( const RegisterConfiguration* config, CallDescriptor* call_descriptor, bool run_verifier) AllocateRegistersForTopTier() argument
3815 AllocateRegistersForMidTier( const RegisterConfiguration* config, CallDescriptor* call_descriptor, bool run_verifier) AllocateRegistersForMidTier() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c10973 static void mlxsw_sp_mp_hash_inner_l3(struct mlxsw_sp_mp_hash_config *config) in mlxsw_sp_mp_hash_inner_l3() argument
10975 unsigned long *inner_headers = config->inner_headers; in mlxsw_sp_mp_hash_inner_l3()
10976 unsigned long *inner_fields = config->inner_fields; in mlxsw_sp_mp_hash_inner_l3()
10994 static void mlxsw_sp_mp4_hash_outer_addr(struct mlxsw_sp_mp_hash_config *config) in mlxsw_sp_mp4_hash_outer_addr() argument
10996 unsigned long *headers = config->headers; in mlxsw_sp_mp4_hash_outer_addr()
10997 unsigned long *fields = config->fields; in mlxsw_sp_mp4_hash_outer_addr()
11006 mlxsw_sp_mp_hash_inner_custom(struct mlxsw_sp_mp_hash_config *config, in mlxsw_sp_mp_hash_inner_custom() argument
11009 unsigned long *inner_headers = config->inner_headers; in mlxsw_sp_mp_hash_inner_custom()
11010 unsigned long *inner_fields = config->inner_fields; in mlxsw_sp_mp_hash_inner_custom()
11046 struct mlxsw_sp_mp_hash_config *config) in mlxsw_sp_mp4_hash_init()
11045 mlxsw_sp_mp4_hash_init(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_mp_hash_config *config) mlxsw_sp_mp4_hash_init() argument
11092 mlxsw_sp_mp6_hash_outer_addr(struct mlxsw_sp_mp_hash_config *config) mlxsw_sp_mp6_hash_outer_addr() argument
11105 mlxsw_sp_mp6_hash_init(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_mp_hash_config *config) mlxsw_sp_mp6_hash_init() argument
11185 struct mlxsw_sp_mp_hash_config config = {}; mlxsw_sp_mp_hash_init() local
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dcapture_v1x.c342 readl(base + stream->config->mi.y_base_ad_init), readl(base + stream->config->mi.cb_base_ad_init), in update_mi()
343 readl(base + stream->config->mi.cr_base_ad_init)); in update_mi()
664 v4l2_err(v4l2_dev, "config rsz failed with error %d\n", ret); in rkisp_stream_start()
674 v4l2_err(v4l2_dev, "config dcrop failed with error %d\n", ret); in rkisp_stream_start()
815 stream->config = &rkisp_sp_stream_config; in rkisp_stream_init()
820 stream->config = &rkisp_mp_stream_config; in rkisp_stream_init()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Duncore_snb.c133 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7");
134 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
135 DEFINE_UNCORE_FORMAT_ATTR(edge, edge, "config:18");
136 DEFINE_UNCORE_FORMAT_ATTR(inv, inv, "config:23");
137 DEFINE_UNCORE_FORMAT_ATTR(cmask5, cmask, "config:24-28");
138 DEFINE_UNCORE_FORMAT_ATTR(cmask8, cmask, "config:24-31");
146 wrmsrl(hwc->config_base, hwc->config | SNB_UNC_CTL_EN); in snb_uncore_msr_enable_event()
448 /* page size multiple covering all config regs */
544 u64 cfg = event->attr.config & SNB_UNCORE_PCI_IMC_EVENT_MASK; in snb_uncore_imc_event_init()
571 if (event->attr.config in snb_uncore_imc_event_init()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c377 if (event->attr.config == 0 || event->attr.config >= ARRAY_SIZE(nvdimm_events_map)) in papr_scm_pmu_get_value()
393 nvdimm_events_map[event->attr.config], in papr_scm_pmu_get_value()
433 if (event->attr.config == 0 || event->attr.config > 16) in papr_scm_pmu_event_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_dsi.c875 u8 config, cmdq_size, cmdq_off, type = msg->type; in mtk_dsi_cmdq() local
880 config = BTA; in mtk_dsi_cmdq()
882 config = (msg->tx_len > 2) ? LONG_PACKET : SHORT_PACKET; in mtk_dsi_cmdq()
888 reg_val = (msg->tx_len << 16) | (type << 8) | config; in mtk_dsi_cmdq()
893 reg_val = (type << 8) | config; in mtk_dsi_cmdq()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dlg2160.c1390 struct dvb_frontend *lg2160_attach(const struct lg2160_config *config, in lg2160_attach() argument
1397 config ? config->i2c_addr : 0); in lg2160_attach()
1403 state->cfg = config; in lg2160_attach()
1408 switch (config->lg_chip) { in lg2160_attach()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_overlay.c788 overlay->crtc->config; in intel_overlay_do_put_image()
900 if (crtc->config->double_wide) in check_overlay_possible_on_crtc()
933 overlay->crtc->config; in check_overlay_dst()
1134 if (crtc->config->pipe_src_w > 1024 && in intel_overlay_put_image_ioctl()
1135 crtc->config->gmch_pfit.control & PFIT_ENABLE) { in intel_overlay_put_image_ioctl()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dau1xmmc.c590 u32 config; in au1xmmc_set_clock() local
592 config = __raw_readl(HOST_CONFIG(host)); in au1xmmc_set_clock()
594 config &= ~(SD_CONFIG_DIV); in au1xmmc_set_clock()
595 config |= (divisor & SD_CONFIG_DIV) | SD_CONFIG_DE; in au1xmmc_set_clock()
597 __raw_writel(config, HOST_CONFIG(host)); in au1xmmc_set_clock()
H A Dsunxi-mmc.c239 __le32 config; member
365 pdes[i].config = cpu_to_le32(SDXC_IDMAC_DES0_CH | in sunxi_mmc_init_idma_des()
380 pdes[0].config |= cpu_to_le32(SDXC_IDMAC_DES0_FD); in sunxi_mmc_init_idma_des()
381 pdes[i - 1].config |= cpu_to_le32(SDXC_IDMAC_DES0_LD | in sunxi_mmc_init_idma_des()
383 pdes[i - 1].config &= cpu_to_le32(~SDXC_IDMAC_DES0_DIC); in sunxi_mmc_init_idma_des()
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h408 * @config: LIF config struct with features, mtu, mac, q counts
442 union ionic_lif_config config; member
1129 * enum ionic_port_admin_state - Port config state
2005 * @config: Current configuration of classes
2012 union ionic_qos_config config[IONIC_QOS_CLASS_MAX]; member
2018 * struct ionic_qos_init_cmd - QoS config init command
2034 * struct ionic_qos_reset_cmd - QoS config reset command
2045 * struct ionic_qos_clear_port_stats_cmd - Qos config reset command
2466 * @config
2481 union ionic_port_config config; global() member
2495 union ionic_port_config config; global() member
2667 union ionic_lif_config config; global() member
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Dasic3.c567 u16 config = gpio_config[i]; in asic3_gpio_probe() local
569 pin = ASIC3_CONFIG_GPIO_PIN(config); in asic3_gpio_probe()
570 alt = ASIC3_CONFIG_GPIO_ALT(config); in asic3_gpio_probe()
571 dir = ASIC3_CONFIG_GPIO_DIR(config); in asic3_gpio_probe()
572 init = ASIC3_CONFIG_GPIO_INIT(config); in asic3_gpio_probe()
/kernel/linux/linux-5.10/drivers/regulator/
H A Drk808-regulator.c1304 struct regulator_config config = {}; in rk808_regulator_probe() local
1348 config.dev = &client->dev; in rk808_regulator_probe()
1349 config.driver_data = pdata; in rk808_regulator_probe()
1350 config.regmap = rk808->regmap; in rk808_regulator_probe()
1355 &regulators[i], &config); in rk808_regulator_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsunxi-mmc.c240 __le32 config; member
367 pdes[i].config = cpu_to_le32(SDXC_IDMAC_DES0_CH | in sunxi_mmc_init_idma_des()
385 pdes[0].config |= cpu_to_le32(SDXC_IDMAC_DES0_FD); in sunxi_mmc_init_idma_des()
386 pdes[i - 1].config |= cpu_to_le32(SDXC_IDMAC_DES0_LD | in sunxi_mmc_init_idma_des()
388 pdes[i - 1].config &= cpu_to_le32(~SDXC_IDMAC_DES0_DIC); in sunxi_mmc_init_idma_des()
H A Dau1xmmc.c590 u32 config; in au1xmmc_set_clock() local
592 config = __raw_readl(HOST_CONFIG(host)); in au1xmmc_set_clock()
594 config &= ~(SD_CONFIG_DIV); in au1xmmc_set_clock()
595 config |= (divisor & SD_CONFIG_DIV) | SD_CONFIG_DE; in au1xmmc_set_clock()
597 __raw_writel(config, HOST_CONFIG(host)); in au1xmmc_set_clock()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dlg2160.c1390 struct dvb_frontend *lg2160_attach(const struct lg2160_config *config, in lg2160_attach() argument
1397 config ? config->i2c_addr : 0); in lg2160_attach()
1403 state->cfg = config; in lg2160_attach()
1408 switch (config->lg_chip) { in lg2160_attach()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dnamei.c628 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
900 if (!ofs->config.verity_mode || in ovl_maybe_validate_verity()
906 if (ofs->config.verity_mode == OVL_VERITY_REQUIRE) { in ovl_maybe_validate_verity()
1102 if ((uppermetacopy || d.metacopy) && !ofs->config.metacopy) { in ovl_lookup()
1132 (!d.is_dir && ofs->config.index && origin_path))) { in ovl_lookup()
/kernel/linux/linux-6.6/include/linux/
H A Dphy.h1049 const struct phy_tdr_config *config);
1753 const struct phy_tdr_config *config);
1765 const struct phy_tdr_config *config) in phy_start_cable_test_tdr()
1993 struct kernel_hwtstamp_config *config);
1995 struct kernel_hwtstamp_config *config,
1763 phy_start_cable_test_tdr(struct phy_device *phydev, struct netlink_ext_ack *extack, const struct phy_tdr_config *config) phy_start_cable_test_tdr() argument
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-geni-qcom.c460 struct dma_slave_config config = {}; in setup_gsi_xfer() local
465 config.peripheral_config = &peripheral; in setup_gsi_xfer()
466 config.peripheral_size = sizeof(peripheral); in setup_gsi_xfer()
511 dmaengine_slave_config(mas->rx, &config); in setup_gsi_xfer()
524 dmaengine_slave_config(mas->tx, &config); in setup_gsi_xfer()
/kernel/linux/linux-6.6/drivers/pinctrl/sunplus/
H A Dsppctl.c473 unsigned long config) in sppctl_gpio_set_config()
475 enum pin_config_param param = pinconf_to_config_param(config); in sppctl_gpio_set_config()
568 unsigned long *config) in sppctl_pin_config_get()
571 unsigned int param = pinconf_to_config_param(*config); in sppctl_pin_config_get()
594 *config = pinconf_to_config_packed(param, arg); in sppctl_pin_config_get()
472 sppctl_gpio_set_config(struct gpio_chip *chip, unsigned int offset, unsigned long config) sppctl_gpio_set_config() argument
567 sppctl_pin_config_get(struct pinctrl_dev *pctldev, unsigned int pin, unsigned long *config) sppctl_pin_config_get() argument
/kernel/linux/linux-6.6/drivers/regulator/
H A Dqcom_smd-regulator.c1362 struct regulator_config config = {}; in rpm_regulator_init_vreg() local
1388 config.dev = dev; in rpm_regulator_init_vreg()
1389 config.of_node = node; in rpm_regulator_init_vreg()
1390 config.driver_data = vreg; in rpm_regulator_init_vreg()
1392 rdev = devm_regulator_register(dev, &vreg->desc, &config); in rpm_regulator_init_vreg()

Completed in 69 milliseconds

1...<<241242243244245246247248249250>>...369