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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmscoreapi.c203 struct smscore_device_notifyee_t *notifyee; local
209 notifyee = kmalloc(sizeof(struct smscore_device_notifyee_t),
211 if (notifyee) {
223 notifyee->hotplug = hotplug;
224 list_add(&notifyee->entry, &g_smscore_notifyees);
226 kfree(notifyee);
251 struct smscore_device_notifyee_t *notifyee = local
255 if (notifyee->hotplug == hotplug) {
256 list_del(&notifyee->entry);
257 kfree(notifyee);
1617 struct smscore_device_notifyee_t *notifyee = local
[all...]

Completed in 20 milliseconds