Searched refs:radio_unit (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-maestro.c376 struct radio_device *radio_unit; local
388 radio_unit = kzalloc(sizeof(*radio_unit), GFP_KERNEL);
389 if (radio_unit == NULL) {
394 radio_unit->io = pci_resource_start(pdev, 0) + GPIO_DATA;
403 video_set_drvdata(maestro_radio_inst, radio_unit);
413 if (!radio_power_on(radio_unit)) {
428 kfree(radio_unit);
H A Dradio-maxiradio.c120 } radio_unit = { variable in typeref:struct:radio_device
406 radio_unit.io = pci_resource_start(pdev, 0);
407 mutex_init(&radio_unit.lock);
408 maxiradio_radio.priv = &radio_unit;
423 radio_unit.io);

Completed in 38 milliseconds