Searched refs:function_config (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dds.c246 kref_put(&p_dev->function_config->ref, pcmcia_release_function);
269 if ((!p_drv->probe) || (!p_dev->function_config) ||
527 * p_dev->function_config must be the same for all card functions.
533 p_dev->function_config = tmp_dev->function_config;
535 kref_get(&p_dev->function_config->ref);
545 if (!p_dev->function_config) {
553 p_dev->function_config = c;
565 p_dev->resource[i] = &p_dev->function_config->io[i];
567 p_dev->resource[i] = &p_dev->function_config
[all...]
H A Dpcmcia_resource.c163 c = p_dev->function_config;
244 c = p_dev->function_config;
326 c = p_dev->function_config;
373 c = p_dev->function_config;
449 c = p_dev->function_config;
570 config_t *c = p_dev->function_config;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Dds.h89 struct config_t *function_config; member in struct:pcmcia_device

Completed in 57 milliseconds