Searched refs:devdata (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dwm831x_backup.c117 struct wm831x_backup *devdata = dev_get_drvdata(psy->dev->parent); local
118 struct wm831x *wm831x = devdata->wm831x;
166 struct wm831x_backup *devdata; local
170 devdata = kzalloc(sizeof(struct wm831x_backup), GFP_KERNEL);
171 if (devdata == NULL)
174 devdata->wm831x = wm831x;
175 platform_set_drvdata(pdev, devdata);
177 backup = &devdata->backup;
197 kfree(devdata);
203 struct wm831x_backup *devdata local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/tdb/
H A Dcnid_tdb_lookup.c18 TDB_DATA key, devdata, diddata, cniddata; local
40 memset(&devdata, 0, sizeof(devdata));
60 devdata = tdb_fetch(db->tdb_cnid, key);
62 if (devdata.dptr) {
63 memcpy(&id_devino, devdata.dptr, sizeof(cnid_t));
64 memcpy(&type_devino, (char *)devdata.dptr +CNID_TYPE_OFS, sizeof(type_devino));
98 free(devdata.dptr);
105 free(devdata.dptr);
119 free(devdata
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_lookup.c22 DBT key, devdata, diddata; local
47 memset(&devdata, 0, sizeof(devdata));
56 if (0 != (rc = db->db_didname->get(db->db_devino, NULL, &key, &devdata, 0 )) ) {
65 memcpy(&id_devino, devdata.data, sizeof(cnid_t));
66 memcpy(&type_devino, (char *)devdata.data +CNID_TYPE_OFS, sizeof(type_devino));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddisplay.h54 struct device *dev, void *devdata);
57 extern int probe_edid(struct display_device *dev, void *devdata);
H A Dvideo_output.h39 void *devdata,
H A Dc2port.h67 struct c2port_ops *ops, void *devdata);
H A Dthermal.h79 void *devdata; member in struct:thermal_cooling_device
108 void *devdata; member in struct:thermal_zone_device
H A Dbacklight.h106 struct device *dev, void *devdata, const struct backlight_ops *ops,
H A Dlcd.h104 struct device *parent, void *devdata, struct lcd_ops *ops);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbd_lookup.c135 DBT key, devdata, diddata; local
145 memset(&devdata, 0, sizeof(devdata));
159 if ((rc = dbif_get(dbd, DBIF_IDX_DEVINO, &key, &devdata, 0)) < 0) {
169 memcpy(&id_devino, devdata.data, sizeof(rply->cnid));
170 memcpy(&type_devino, (char *)devdata.data +CNID_TYPE_OFS, sizeof(type_devino));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Doutput.c86 void *devdata,
101 dev_set_drvdata(&new_dev->dev, devdata);
84 video_output_register(const char *name, struct device *dev, void *devdata, struct output_properties *op) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_thermal.c379 struct acpi_device *device = cdev->devdata;
393 struct acpi_device *device = cdev->devdata;
409 struct acpi_device *device = cdev->devdata;
H A Dfan.c84 struct acpi_device *device = cdev->devdata;
103 struct acpi_device *device = cdev->devdata;
H A Dthermal.c600 struct acpi_thermal *tz = thermal->devdata;
619 struct acpi_thermal *tz = thermal->devdata;
633 struct acpi_thermal *tz = thermal->devdata;
662 struct acpi_thermal *tz = thermal->devdata;
707 struct acpi_thermal *tz = thermal->devdata;
759 struct acpi_thermal *tz = thermal->devdata;
774 struct acpi_thermal *tz = thermal->devdata;
799 struct acpi_device *device = cdev->devdata;
800 struct acpi_thermal *tz = thermal->devdata;
H A Dvideo.c403 struct acpi_device *device = cooling_dev->devdata;
413 struct acpi_device *device = cooling_dev->devdata;
432 struct acpi_device *device = cooling_dev->devdata;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dlcd.c187 * @devdata: an optional pointer to be stored in the device. The
195 void *devdata, struct lcd_ops *ops)
213 dev_set_drvdata(&new_ld->dev, devdata);
194 lcd_device_register(const char *name, struct device *parent, void *devdata, struct lcd_ops *ops) argument
H A Dbacklight.c265 * @devdata: an optional pointer to be stored for private driver use. The
273 struct device *parent, void *devdata, const struct backlight_ops *ops,
292 dev_set_drvdata(&new_bd->dev, devdata);
272 backlight_device_register(const char *name, struct device *parent, void *devdata, const struct backlight_ops *ops, const struct backlight_properties *props) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/display/
H A Ddisplay-sysfs.c135 struct device *parent, void *devdata)
150 if (likely(new_dev) && unlikely(driver->probe(new_dev, devdata))) {
134 display_device_register(struct display_driver *driver, struct device *parent, void *devdata) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dintel_menlow.c66 struct acpi_device *device = cdev->devdata;
92 struct acpi_device *device = cdev->devdata;
115 struct acpi_device *device = cdev->devdata;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/thermal/
H A Dthermal_sys.c823 * @devdata: device private data.
827 void *devdata,
856 cdev->devdata = devdata;
1036 * @devdata: private device data
1052 void *devdata, struct
1091 tz->devdata = devdata;
826 thermal_cooling_device_register(char *type, void *devdata, struct thermal_cooling_device_ops *ops) argument
1050 thermal_zone_device_register(char *type, int trips, void *devdata, struct thermal_zone_device_ops *ops, int tc1, int tc2, int passive_delay, int polling_delay) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-dapm.c1191 struct snd_soc_device *devdata = dev_get_drvdata(dev); local
1192 struct snd_soc_codec *codec = devdata->card->codec;
H A Dsoc-core.c140 struct snd_soc_device *devdata = dev_get_drvdata(dev); local
141 return soc_codec_reg_show(devdata->card->codec, buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/c2port/
H A Dcore.c885 struct c2port_ops *ops, void *devdata)
884 c2port_device_register(char *name, struct c2port_ops *ops, void *devdata) argument

Completed in 222 milliseconds