Searched refs:hs_config (Results 1 – 4 of 4) sorted by relevance
145 struct usb_config_descriptor *config, *hs_config; member963 power = dev->hs_config->bMaxPower; in ep0_read()1324 dev->req->buf = dev->hs_config; in config_buf()1361 && dev->hs_config == NULL) { in gadgetfs_setup()1397 if (!dev->hs_config) in gadgetfs_setup()1434 power = dev->hs_config->bMaxPower; in gadgetfs_setup()1863 dev->hs_config = (void *) kbuf; in dev_config()1865 if (!is_valid_config(dev->hs_config, total) || in dev_config()1871 dev->hs_config = NULL; in dev_config()1888 if (dev->hs_config) in dev_config()[all …]
393 hs_cfg->params.hs_config.conditions = hscfg_param->conditions; in mwifiex_cmd_802_11_hs_cfg()394 hs_cfg->params.hs_config.gpio = hscfg_param->gpio; in mwifiex_cmd_802_11_hs_cfg()395 hs_cfg->params.hs_config.gap = hscfg_param->gap; in mwifiex_cmd_802_11_hs_cfg()410 hs_cfg->params.hs_config.conditions, in mwifiex_cmd_802_11_hs_cfg()411 hs_cfg->params.hs_config.gpio, in mwifiex_cmd_802_11_hs_cfg()412 hs_cfg->params.hs_config.gap); in mwifiex_cmd_802_11_hs_cfg()
1203 uint32_t conditions = le32_to_cpu(phs_cfg->params.hs_config.conditions); in mwifiex_ret_802_11_hs_cfg()1214 phs_cfg->params.hs_config.gpio, in mwifiex_ret_802_11_hs_cfg()1215 phs_cfg->params.hs_config.gap); in mwifiex_ret_802_11_hs_cfg()
1357 struct mwifiex_hs_config_param hs_config; member