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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.h111 gboolean do_notify );
121 void gtr_core_add_torrent( TrCore*, tr_torrent*, gboolean do_notify );
H A Dtr-core.c936 gtr_core_add_torrent( TrCore * core, tr_torrent * tor, gboolean do_notify )
961 if( do_notify )
1002 gboolean do_prompt, gboolean do_notify )
1026 gtr_core_add_torrent( core, core_create_new_torrent( core, ctor ), do_notify );
1058 const gboolean do_notify = FALSE; local
1061 core_add_ctor( core, ctor, do_prompt, do_notify );
1073 bool do_notify; member in struct:add_from_url_data
1091 core_add_ctor( data->core, data->ctor, data->do_prompt, data->do_notify );
1107 gboolean do_notify )
1157 core_add_ctor( core, ctor, do_prompt, do_notify );
1191 const bool do_notify = false; local
[all...]
H A Dopen-dialog.c409 const gboolean do_notify = FALSE; local
412 gtr_core_add_files( core, files, do_start, do_prompt, do_notify );
H A Dmain.c561 const gboolean do_notify = TRUE; local
563 gtr_core_add_files( cbdata->core, files, do_start, do_prompt, do_notify );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dpmac.h159 void (*update_automute)(struct snd_pmac *chip, int do_notify);
H A Dawacs.c816 static void snd_pmac_awacs_update_automute(struct snd_pmac *chip, int do_notify) argument
830 if (do_notify && ! changed)
852 if (do_notify && reg == chip->awacs_reg[1])
856 if (do_notify) {
H A Dtumbler.c957 static void check_mute(struct snd_pmac *chip, struct pmac_gpio *gp, int val, int do_notify, argument
962 if (do_notify)
1032 static void tumbler_update_automute(struct snd_pmac *chip, int do_notify) argument
1039 mix->auto_mute_notify = do_notify;
H A Dburgundy.c581 static void snd_pmac_burgundy_update_automute(struct snd_pmac *chip, int do_notify) argument
600 if (do_notify && reg == oreg)
604 if (do_notify) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dsmd.c337 int do_notify = 0; local
348 do_notify |= 1;
353 do_notify |= 1;
358 do_notify |= 1;
369 if (do_notify)

Completed in 225 milliseconds