Searched refs:widget (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-148 <widget>
65 <widget>
76 <widget>
91 <widget>
96 <widget>
101 <widget>
105 <widget>
115 </widget>
117 <widget>
128 </widget>
[all...]
H A Dxgettext-glade-328 <widget class="GtkDialog" id="dialog">
38 <widget class="GtkVBox" id="dialog-vbox1">
44 <widget class="GtkHButtonBox" id="dialog-action_area1">
50 <widget class="GtkButton" id="insert_char_button">
55 </widget>
59 <widget class="GtkButton" id="close_button">
66 </widget>
70 <widget class="GtkButton" id="help_button">
77 </widget>
79 </widget>
[all...]
H A Dxgettext-glade-229 <widget>
44 <widget>
56 </widget>
57 </widget>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/
H A Dsoc-dapm.c89 /* create a new dapm widget */
156 /* connect mux widget to it's interconnecting audio paths */
179 /* connect mixer widget to it's interconnecting audio paths */
201 static int dapm_update_bits(struct snd_soc_dapm_widget *widget) argument
205 struct snd_soc_codec *codec = widget->codec;
208 if (widget->reg < 0 || widget->id == snd_soc_dapm_input ||
209 widget->id == snd_soc_dapm_output ||
210 widget->id == snd_soc_dapm_hp ||
211 widget
236 dapm_set_pga(struct snd_soc_dapm_widget *widget, int power) argument
379 is_connected_output_ep(struct snd_soc_dapm_widget *widget) argument
415 is_connected_input_ep(struct snd_soc_dapm_widget *widget) argument
660 dapm_mux_update_power(struct snd_soc_dapm_widget *widget, struct snd_kcontrol *kcontrol, int mask, int val, struct soc_enum* e) argument
696 dapm_mixer_update_power(struct snd_soc_dapm_widget *widget, struct snd_kcontrol *kcontrol, int reg, int val_mask, int val, int invert) argument
1018 struct snd_soc_dapm_widget *widget = snd_kcontrol_chip(kcontrol); local
1060 struct snd_soc_dapm_widget *widget = snd_kcontrol_chip(kcontrol); local
1124 struct snd_soc_dapm_widget *widget = snd_kcontrol_chip(kcontrol); local
1152 struct snd_soc_dapm_widget *widget = snd_kcontrol_chip(kcontrol); local
1202 snd_soc_dapm_new_control(struct snd_soc_codec *codec, const struct snd_soc_dapm_widget *widget) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/include/
H A Dtio.h23 #define TIO_ITTE_WIDGET_BITS 2 /* size of widget field */
34 #define TIO_ITTE_PUT(nasid, bigwin, widget, addr, valid) \
38 (((widget) & TIO_ITTE_WIDGET_MASK) << TIO_ITTE_WIDGET_SHIFT)) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A DSimpleGladeApp.py64 root widget and domain as the domain for translations.
75 the name of the widget that is the root of the user interface,
76 usually a window or dialog (a top level widget).
145 It means a widget named foo:vbox-dialog in glade
149 prefixes a widget has for each widget.
151 for widget in self.get_widgets():
152 widget_name = gtk.Widget.get_name(widget)
157 gtk.Widget.set_name(widget, widget_api_name)
161 setattr(self, widget_api_name, widget)
[all...]
H A Davahi-discover.in65 def on_tree_view_cursor_changed(self, widget, *args):
66 (model, iter) = widget.get_selection().get_selected()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/
H A Dhub.h12 extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget,
H A Dio.h24 #define IIO_ITTE_WIDGET_BITS 4 /* size of widget field */
34 #define IIO_ITTE_INVALID_WIDGET 3 /* an invalid widget */
36 #define IIO_ITTE_PUT(nasid, bigwin, io_or_mem, widget, addr) \
41 (((widget) & IIO_ITTE_WIDGET_MASK) << IIO_ITTE_WIDGET_SHIFT)))
50 * Macro which takes the widget number, and returns the
51 * IO PRB address of that widget.
52 * value _x is expected to be a widget number in the range
H A Daddrs.h77 #define RAW_NODE_SWIN_BASE(nasid, widget) \
78 (NODE_IO_BASE(nasid) + (UINT64_CAST (widget) << SWIN_SIZE_BITS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/
H A Dhub.h12 extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget,
H A Dio.h24 #define IIO_ITTE_WIDGET_BITS 4 /* size of widget field */
34 #define IIO_ITTE_INVALID_WIDGET 3 /* an invalid widget */
36 #define IIO_ITTE_PUT(nasid, bigwin, io_or_mem, widget, addr) \
41 (((widget) & IIO_ITTE_WIDGET_MASK) << IIO_ITTE_WIDGET_SHIFT)))
50 * Macro which takes the widget number, and returns the
51 * IO PRB address of that widget.
52 * value _x is expected to be a widget number in the range
H A Daddrs.h77 #define RAW_NODE_SWIN_BASE(nasid, widget) \
78 (NODE_IO_BASE(nasid) + (UINT64_CAST (widget) << SWIN_SIZE_BITS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A Dip27-hubio.c23 * @widget: widget ID to perform PIO mapping for
28 unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget, argument
37 return NODE_SWIN_BASE(nasid, widget) + (xtalk_addr % SWIN_SIZE);
40 printk(KERN_WARNING "PIO mapping at hub %d widget %d addr 0x%lx"
42 nasid, widget, xtalk_addr, size);
66 IIO_ITTE_PUT(nasid, i, HUB_PIO_MAP_TO_MEM, widget, xtalk_addr);
69 return NODE_BWIN_BASE(nasid, widget) + (xtalk_addr % BWIN_SIZE);
73 " hub %d widget %d addr 0x%lx\n",
74 nasid, widget, xtalk_add
[all...]
H A Dip27-xtalk.c23 extern int bridge_probe(nasid_t nasid, int widget, int masterwid);
25 static int __init probe_one_port(nasid_t nasid, int widget, int masterwid) argument
31 (RAW_NODE_SWIN_BASE(nasid, widget) + WIDGET_ID);
34 printk(KERN_INFO "Cpu %d, Nasid 0x%x, widget 0x%x (partnum 0x%x) is ",
35 smp_processor_id(), nasid, widget, partnum);
40 bridge_probe(nasid, widget, masterwid);
72 * hub connected at highest or lowest widget as
132 printk(" unknown widget??\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dio_common.c82 * Retrieve the DMA Flush List given nasid, widget, and device.
125 static s64 sn_device_fixup_war(u64 nasid, u64 widget, int device, argument
143 nasid, widget, __pa(war_list), 0, 0, 0 ,0);
166 int widget, device, size; local
174 for (widget = 0; widget <= HUB_WIDGET_ID_MAX; widget++)
175 hubdev->hdi_xwidget_info[widget].xwi_hubinfo = hubdev;
187 for (widget = 0; widget <
[all...]
H A Dmsi_sn.c33 int widget; local
55 widget = (nasid & 1) ?
59 sn_intr_free(nasid, widget, sn_irq_info);
68 int widget; local
96 widget = (nasid & 1) ?
106 status = sn_intr_alloc(nasid, widget, sn_irq_info, irq, -1, -1);
128 sn_intr_free(nasid, widget, sn_irq_info);
H A Dtiocx.c248 static inline u64 tiocx_intr_alloc(nasid_t nasid, int widget, argument
259 widget, sn_irq_info, req_irq,
264 static inline void tiocx_intr_free(nasid_t nasid, int widget, argument
273 widget, sn_irq_info->irq_irq,
277 struct sn_irq_info *tiocx_irq_alloc(nasid_t nasid, int widget, int irq, argument
291 status = tiocx_intr_alloc(nasid, widget, __pa(sn_irq_info), irq,
305 int widget; local
308 widget = TIO_SWIN_WIDGETNUM(bridge);
309 tiocx_intr_free(nasid, widget, sn_irq_info);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dconfigure.c129 static gchar *gtk_entry_get_text_1 (GtkWidget *widget);
130 static void flac_configurewin_ok(GtkWidget * widget, gpointer data);
133 static void flac_configurewin_ok(GtkWidget * widget, gpointer data) argument
138 (void)widget, (void)data; /* unused arguments */
223 static void configure_destroy(GtkWidget *widget, gpointer data) argument
225 (void)widget, (void)data; /* unused arguments */
228 static void title_tag_override_cb(GtkWidget *widget, gpointer data) argument
230 (void)widget, (void)data; /* unused arguments */
238 static void convert_char_set_cb(GtkWidget *widget, gpointer data) argument
240 (void)widget, (voi
247 replaygain_enable_cb(GtkWidget *widget, gpointer data) argument
257 replaygain_album_mode_cb(GtkWidget *widget, gpointer data) argument
263 replaygain_hard_limit_cb(GtkWidget *widget, gpointer data) argument
269 replaygain_preamp_cb(GtkWidget *widget, gpointer data) argument
279 resolution_normal_dither_24_to_16_cb(GtkWidget *widget, gpointer data) argument
285 resolution_replaygain_dither_cb(GtkWidget *widget, gpointer data) argument
293 resolution_replaygain_noise_shaping_cb(GtkWidget *widget, gpointer data) argument
305 resolution_replaygain_bps_out_cb(GtkWidget *widget, gpointer data) argument
811 gtk_entry_get_text_1(GtkWidget *widget) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/sn0/
H A Daddrs.h89 #define NODE_SWIN_BASE(nasid, widget) \
90 ((widget == 0) ? NODE_BWIN_BASE((nasid), SWIN0_BIGWIN) \
91 : RAW_NODE_SWIN_BASE(nasid, widget))
93 #define NODE_SWIN_BASE(nasid, widget) \
94 (NODE_IO_BASE(nasid) + (UINT64_CAST (widget) << SWIN_SIZE_BITS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/sn0/
H A Daddrs.h89 #define NODE_SWIN_BASE(nasid, widget) \
90 ((widget == 0) ? NODE_BWIN_BASE((nasid), SWIN0_BIGWIN) \
91 : RAW_NODE_SWIN_BASE(nasid, widget))
93 #define NODE_SWIN_BASE(nasid, widget) \
94 (NODE_IO_BASE(nasid) + (UINT64_CAST (widget) << SWIN_SIZE_BITS))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/contrib/pppgetpass/
H A Dpppgetpass.gtk.c20 static void okpressed(void *widget, void *clientdata) argument
26 (void)widget;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c-gnome/
H A Dhello.c16 quit_callback (GtkWidget *widget, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c203 GtkWidget *widget; local
223 widget = glade_xml_get_widget(xml, "show_name1");
224 gtk_check_menu_item_set_active((GtkCheckMenuItem *) widget,
227 widget = glade_xml_get_widget(xml, "show_range1");
228 gtk_check_menu_item_set_active((GtkCheckMenuItem *) widget,
231 widget = glade_xml_get_widget(xml, "show_data1");
232 gtk_check_menu_item_set_active((GtkCheckMenuItem *) widget,
236 widget = glade_xml_get_widget(xml, "toolbar1");
500 gboolean on_window1_delete_event(GtkWidget * widget, GdkEvent * event, argument
552 on_window1_size_request(GtkWidget * widget, argument
998 on_treeview2_button_press_event(GtkWidget * widget, GdkEventButton * event, gpointer user_data) argument
1055 on_treeview2_key_press_event(GtkWidget * widget, GdkEventKey * event, gpointer user_data) argument
1116 on_treeview1_button_press_event(GtkWidget * widget, GdkEventButton * event, gpointer user_data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dgconf.c195 GtkWidget *widget; local
215 widget = glade_xml_get_widget(xml, "show_name1");
216 gtk_check_menu_item_set_active((GtkCheckMenuItem *) widget,
219 widget = glade_xml_get_widget(xml, "show_range1");
220 gtk_check_menu_item_set_active((GtkCheckMenuItem *) widget,
223 widget = glade_xml_get_widget(xml, "show_data1");
224 gtk_check_menu_item_set_active((GtkCheckMenuItem *) widget,
232 widget = glade_xml_get_widget(xml, "toolbar1");
496 gboolean on_window1_delete_event(GtkWidget * widget, GdkEvent * event, argument
548 on_window1_size_request(GtkWidget * widget, argument
984 on_treeview2_button_press_event(GtkWidget * widget, GdkEventButton * event, gpointer user_data) argument
1041 on_treeview2_key_press_event(GtkWidget * widget, GdkEventKey * event, gpointer user_data) argument
1102 on_treeview1_button_press_event(GtkWidget * widget, GdkEventButton * event, gpointer user_data) argument
[all...]

Completed in 210 milliseconds

12