Home
last modified time | relevance | path

Searched refs:new_config (Results 26 - 32 of 32) sorted by relevance

12

/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dhcd.h462 struct usb_host_config *new_config,
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c1277 __vxge_hw_device_config_check(struct vxge_hw_device_config *new_config) in __vxge_hw_device_config_check() argument
1282 if ((new_config->intr_mode != VXGE_HW_INTR_MODE_IRQLINE) && in __vxge_hw_device_config_check()
1283 (new_config->intr_mode != VXGE_HW_INTR_MODE_MSIX) && in __vxge_hw_device_config_check()
1284 (new_config->intr_mode != VXGE_HW_INTR_MODE_MSIX_ONE_SHOT) && in __vxge_hw_device_config_check()
1285 (new_config->intr_mode != VXGE_HW_INTR_MODE_DEF)) in __vxge_hw_device_config_check()
1288 if ((new_config->rts_mac_en != VXGE_HW_RTS_MAC_DISABLE) && in __vxge_hw_device_config_check()
1289 (new_config->rts_mac_en != VXGE_HW_RTS_MAC_ENABLE)) in __vxge_hw_device_config_check()
1294 &new_config->vp_config[i]); in __vxge_hw_device_config_check()
/kernel/linux/linux-5.10/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, in set_type()
313 t->config = new_config; in set_type()
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)) set_type() argument
/kernel/linux/linux-6.6/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, in set_type()
313 t->config = new_config; in set_type()
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)) set_type() argument
/kernel/linux/linux-5.10/include/linux/usb/
H A Dhcd.h455 struct usb_host_config *new_config,
/kernel/linux/linux-6.6/include/linux/usb/
H A Dhcd.h445 struct usb_host_config *new_config,
/third_party/nghttp2/src/
H A Dshrpx_config.h1170 // Replaces the current config with given |new_config|. The old config is
1172 std::unique_ptr<Config> replace_config(std::unique_ptr<Config> new_config);

Completed in 17 milliseconds

12