Searched refs:hs_config (Results 1 – 4 of 4) sorted by relevance
138 struct usb_config_descriptor *config, *hs_config; member955 power = dev->hs_config->bMaxPower; in ep0_read()1316 dev->req->buf = dev->hs_config; in config_buf()1353 && dev->hs_config == NULL) { in gadgetfs_setup()1389 if (!dev->hs_config) in gadgetfs_setup()1425 config = dev->hs_config->bConfigurationValue; in gadgetfs_setup()1426 power = dev->hs_config->bMaxPower; in gadgetfs_setup()1845 dev->hs_config = (void *) kbuf; in dev_config()1847 if (!is_valid_config(dev->hs_config, total) || in dev_config()1853 dev->hs_config = NULL; in dev_config()[all …]
405 hs_cfg->params.hs_config.conditions = hscfg_param->conditions; in mwifiex_cmd_802_11_hs_cfg()406 hs_cfg->params.hs_config.gpio = hscfg_param->gpio; in mwifiex_cmd_802_11_hs_cfg()407 hs_cfg->params.hs_config.gap = hscfg_param->gap; in mwifiex_cmd_802_11_hs_cfg()422 hs_cfg->params.hs_config.conditions, in mwifiex_cmd_802_11_hs_cfg()423 hs_cfg->params.hs_config.gpio, in mwifiex_cmd_802_11_hs_cfg()424 hs_cfg->params.hs_config.gap); in mwifiex_cmd_802_11_hs_cfg()
1193 uint32_t conditions = le32_to_cpu(phs_cfg->params.hs_config.conditions); in mwifiex_ret_802_11_hs_cfg()1204 phs_cfg->params.hs_config.gpio, in mwifiex_ret_802_11_hs_cfg()1205 phs_cfg->params.hs_config.gap); in mwifiex_ret_802_11_hs_cfg()
1322 struct mwifiex_hs_config_param hs_config; member
Completed in 30 milliseconds