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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddadapter.c311 int i, do_notify; local
315 do_notify = 0;
319 do_notify = 1;
322 if (do_notify) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dphidgetmotorcontrol.c44 struct delayed_work do_notify; member in struct:motorcontrol
151 schedule_delayed_work(&mc->do_notify, 0);
162 static void do_notify(struct work_struct *work) function
165 container_of(work, struct motorcontrol, do_notify.work);
352 INIT_DELAYED_WORK(&mc->do_notify, do_notify);
424 cancel_delayed_work(&mc->do_notify);
H A Dphidgetkit.c84 struct delayed_work do_notify; member in struct:interfacekit
377 schedule_delayed_work(&kit->do_notify, 0);
387 static void do_notify(struct work_struct *work) function
390 container_of(work, struct interfacekit, do_notify.work);
581 INIT_DELAYED_WORK(&kit->do_notify, do_notify);
684 cancel_delayed_work(&kit->do_notify);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dburgundy.c348 static void snd_pmac_burgundy_update_automute(struct snd_pmac *chip, int do_notify) argument
358 if (do_notify && reg == oreg)
361 if (do_notify) {
H A Dpmac.h159 void (*update_automute)(struct snd_pmac *chip, int do_notify);
H A Dawacs.c722 static void snd_pmac_awacs_update_automute(struct snd_pmac *chip, int do_notify) argument
736 if (do_notify && ! changed)
746 if (do_notify && reg == chip->awacs_reg[1])
750 if (do_notify) {
H A Dtumbler.c929 static void check_mute(struct snd_pmac *chip, struct pmac_gpio *gp, int val, int do_notify, argument
934 if (do_notify)
1003 static void tumbler_update_automute(struct snd_pmac *chip, int do_notify) argument
1009 mix->auto_mute_notify = do_notify;

Completed in 65 milliseconds