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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dideapad_acpi.c164 static void ideapad_sync_rfk_state(struct acpi_device *adevice) argument
166 struct ideapad_private *priv = dev_get_drvdata(&adevice->dev);
182 static int ideapad_register_rfkill(struct acpi_device *adevice, int dev) argument
184 struct ideapad_private *priv = dev_get_drvdata(&adevice->dev);
187 priv->rfk[dev] = rfkill_alloc(ideapad_rfk_data[dev-1].name, &adevice->dev,
201 static void ideapad_unregister_rfkill(struct acpi_device *adevice, int dev) argument
203 struct ideapad_private *priv = dev_get_drvdata(&adevice->dev);
218 static int ideapad_acpi_add(struct acpi_device *adevice) argument
238 int ret = device_create_file(&adevice->dev, &dev_attr_camera_power);
245 dev_set_drvdata(&adevice
256 ideapad_acpi_remove(struct acpi_device *adevice, int type) argument
271 ideapad_acpi_notify(struct acpi_device *adevice, u32 event) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c2481 char adevice[MAXDEVICENAME]; local
2491 slprintf(adevice, sizeof(adevice), "%s", default_devicename);
2492 fstrcpy(nt_devmode->devicename, adevice);
3828 char adevice[MAXDEVICENAME]; local
3901 slprintf( adevice, sizeof(adevice), "%s", info->printername );
3903 fstrcpy(info->devmode->devicename, adevice);

Completed in 111 milliseconds