Home
last modified time | relevance | path

Searched refs:do_notify (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddadapter.c310 int i, do_notify; in diva_notify_adapter_change() local
314 do_notify = 0; in diva_notify_adapter_change()
318 do_notify = 1; in diva_notify_adapter_change()
321 if (do_notify) { in diva_notify_adapter_change()
/linux-4.1.27/sound/ppc/
Dpmac.h159 void (*update_automute)(struct snd_pmac *chip, int do_notify);
Dawacs.c819 static void snd_pmac_awacs_update_automute(struct snd_pmac *chip, int do_notify) in snd_pmac_awacs_update_automute() argument
833 if (do_notify && ! changed) in snd_pmac_awacs_update_automute()
855 if (do_notify && reg == chip->awacs_reg[1]) in snd_pmac_awacs_update_automute()
859 if (do_notify) { in snd_pmac_awacs_update_automute()
Dburgundy.c581 static void snd_pmac_burgundy_update_automute(struct snd_pmac *chip, int do_notify) in snd_pmac_burgundy_update_automute() argument
600 if (do_notify && reg == oreg) in snd_pmac_burgundy_update_automute()
604 if (do_notify) { in snd_pmac_burgundy_update_automute()
Dtumbler.c957 static void check_mute(struct snd_pmac *chip, struct pmac_gpio *gp, int val, int do_notify, in check_mute() argument
962 if (do_notify) in check_mute()
1032 static void tumbler_update_automute(struct snd_pmac *chip, int do_notify) in tumbler_update_automute() argument
1039 mix->auto_mute_notify = do_notify; in tumbler_update_automute()