Searched refs:new_config (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/x86/platform/scx200/
H A Dscx200_32.c97 u32 config, new_config; local
104 new_config = (config & mask) | bits;
105 outl(new_config, scx200_gpio_base + 0x24);
/linux-master/drivers/char/
H A Dpc8736x_gpio.c128 u32 config, new_config; local
139 new_config = (config & mask) | bits;
140 superio_outb(func_slct, new_config);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c1540 struct hwtstamp_config new_config)
1549 ptp_state->config = new_config;
1554 struct hwtstamp_config new_config)
1563 ptp_state->config = new_config;
1569 struct hwtstamp_config new_config)
1580 egr_types, new_config);
1590 struct hwtstamp_config new_config)
1600 err = mlxsw_sp2_ptp_disable(mlxsw_sp_port->mlxsw_sp, new_config);
1616 struct hwtstamp_config new_config; local
1629 new_config
1538 mlxsw_sp2_ptp_enable(struct mlxsw_sp *mlxsw_sp, u16 ing_types, u16 egr_types, struct hwtstamp_config new_config) argument
1553 mlxsw_sp2_ptp_disable(struct mlxsw_sp *mlxsw_sp, struct hwtstamp_config new_config) argument
1567 mlxsw_sp2_ptp_configure_port(struct mlxsw_sp_port *mlxsw_sp_port, u16 ing_types, u16 egr_types, struct hwtstamp_config new_config) argument
1589 mlxsw_sp2_ptp_deconfigure_port(struct mlxsw_sp_port *mlxsw_sp_port, struct hwtstamp_config new_config) argument
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_bsg.c598 uint16_t new_config[4]; local
604 memset(new_config, 0 , sizeof(new_config));
609 new_config[0] = config[0] & ~INTERNAL_LOOPBACK_MASK;
610 ql_dbg(ql_dbg_user, vha, 0x70bf, "new_config[0]=%02x\n",
611 (new_config[0] & INTERNAL_LOOPBACK_MASK));
612 memcpy(&new_config[1], &config[1], sizeof(uint16_t) * 3) ;
617 ret = qla81xx_set_port_config(vha, new_config);
665 uint16_t *new_config, uint16_t mode)
676 new_config[
664 qla81xx_set_loopback_mode(scsi_qla_host_t *vha, uint16_t *config, uint16_t *new_config, uint16_t mode) argument
751 uint16_t config[4], new_config[4]; local
[all...]
/linux-master/arch/x86/kvm/
H A Dpmu.c454 u64 new_config = eventsel; local
478 new_config = (u64)fixed_ctr_ctrl;
481 if (pmc->current_config == new_config && pmc_resume_counter(pmc))
486 pmc->current_config = new_config;
H A Dhyperv.c687 union hv_stimer_config new_config = {.as_uint64 = config}, local
696 if (unlikely(!host && hv_vcpu->enforce_cpuid && new_config.direct_mode &&
706 !new_config.direct_mode && new_config.sintx == 0)
707 new_config.enable = 0;
708 stimer->config.as_uint64 = new_config.as_uint64;
/linux-master/arch/x86/events/amd/
H A Dibs.c1033 u64 *buf, *config, period, new_config = 0; local
1142 new_config = period & IBS_OP_MAX_CNT_EXT_MASK;
1146 new_config |= *config & IBS_OP_CUR_CNT_RAND;
1148 new_config |= period >> 4;
1150 perf_ibs_enable_event(perf_ibs, hwc, new_config);
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2310 struct t7_config *new_config; local
2314 new_config = &deepsleep;
2316 new_config = &data->t7_cfg;
2319 sizeof(data->t7_cfg), new_config);
2324 new_config->active, new_config->idle);
/linux-master/drivers/usb/core/
H A Dhcd.c1823 * @new_config: new configuration to install
1827 * To change configurations, pass in the new configuration in new_config,
1831 * pass in NULL for new_config, cur_alt, and new_alt.
1833 * To change alternate interface settings, pass in NULL for new_config,
1841 struct usb_host_config *new_config,
1856 if (!new_config && !cur_alt) {
1873 if (new_config) {
1874 num_intfs = new_config->desc.bNumInterfaces;
1896 first_alt = &new_config->intf_cache[i]->altsetting[0];
1899 alt = usb_find_alt_setting(new_config, iface_nu
1840 usb_hcd_alloc_bandwidth(struct usb_device *udev, struct usb_host_config *new_config, struct usb_host_interface *cur_alt, struct usb_host_interface *new_alt) argument
[all...]
/linux-master/drivers/mmc/host/
H A Dsdhci-msm.c1692 u32 new_config; local
1706 new_config = config;
1710 new_config &= ~CORE_IO_PAD_PWR_SWITCH;
1713 new_config |= CORE_IO_PAD_PWR_SWITCH;
1715 if (config ^ new_config)
1716 writel_relaxed(new_config, host->ioaddr +
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c1217 struct iio_device_config new_config; local
1221 &new_config);
1244 ret = iio_enable_buffers(indio_dev, &new_config);
1262 iio_free_scan_mask(indio_dev, new_config.scan_mask);
/linux-master/drivers/media/v4l2-core/
H A Dtuner-core.c289 * @new_config: an optional parameter used by a few tuners to adjust
298 unsigned int new_mode_mask, void *new_config,
313 t->config = new_config;
297 set_type(struct i2c_client *c, unsigned int type, unsigned int new_mode_mask, void *new_config, int (*tuner_callback) (void *dev, int component, int cmd, int arg)) argument
/linux-master/include/linux/usb/
H A Dhcd.h446 struct usb_host_config *new_config,

Completed in 437 milliseconds