Searched refs:self (Results 351 - 375 of 763) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dxilinx_pci.c43 if (dev->devfn || dev->bus->self)
110 * a self-init when the bus master enable bit is set. Without this bit
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dircomm_param.h144 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dfpmodule.c59 static int nwfpe_notify(struct notifier_block *self, unsigned long cmd, void *v) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dboard.h121 void (*set_power)(struct omap_pwm_led_platform_data *self, int on_off);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1760-hcd.h126 dev_dbg(priv_to_hcd(priv)->self.controller, fmt, ##args)
129 dev_info(priv_to_hcd(priv)->self.controller, fmt, ##args)
132 dev_err(priv_to_hcd(priv)->self.controller, fmt, ##args)
H A Dohci-jz4740.c50 dev_err(hcd->self.controller, "Can not start %s",
51 hcd->self.bus_name);
69 dev_err(jz4740_hcd_to_hcd(jz4740_ohci)->self.controller,
H A Dohci-q.c52 ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--;
53 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
61 ohci_to_hcd(ohci)->self.bandwidth_int_reqs--;
76 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0
77 && ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0) {
160 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval;
273 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval;
614 periodic = ohci_to_hcd(ohci)->self.bandwidth_int_reqs++ == 0
615 && ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0;
682 if (ohci_to_hcd(ohci)->self
[all...]
H A Dehci-fsl.c195 (struct fsl_usb2_platform_data *)hcd->self.controller->
336 usb_root_hub_lost_power(hcd->self.root_hub);
351 usb_root_hub_lost_power(hcd->self.root_hub);
H A Dohci-da8xx.c87 struct device *dev = hcd->self.controller;
156 dev_dbg(hcd->self.controller, "over-current indicator change "
173 struct device *dev = hcd->self.controller;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dcmode.S26 #define SDRAMC_DSTS_SSI 0x00000001 /* indicates that the SDRAM is in self-refresh mode */
28 #define SDRAMC_DRCN_SR 0x00000001 /* transition SDRAM into self-refresh mode */
110 # self-refresh mode. Execute the dummy load to all memory
135 # instruction that executes the self-loop 256 times. (Meanwhile,
144 # (14) Release the self-refresh of SDRAM.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_receiver.c2169 int self, peer, rv = -100; local
2172 self = mdev->ldev->md.uuid[UI_BITMAP] & 1;
2187 if (self == 0 && peer == 1) {
2191 if (self == 1 && peer == 0) {
2197 if (self == 0 && peer == 1) {
2201 if (self == 1 && peer == 0) {
2241 int self, peer, hg, rv = -100; local
2243 self = mdev->ldev->md.uuid[UI_BITMAP] & 1;
2271 self = drbd_set_role(mdev, R_SECONDARY, 0);
2275 self
2291 int self, peer, hg, rv = -100; local
2360 u64 self, peer; local
2676 cmp_after_sb(enum drbd_after_sb_p peer, enum drbd_after_sb_p self) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddib.cpp370 wxDIB *self = wxConstCast(this, wxDIB); local
372 self->m_width = ds.dsBm.bmWidth;
373 self->m_height = ds.dsBm.bmHeight;
374 self->m_depth = ds.dsBm.bmBitsPixel;
375 self->m_data = ds.dsBm.bmBits;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp403 wxRegExImpl *self = wxConstCast(this, wxRegExImpl); local
406 self->m_Matches = new wxRegExMatches(m_nMatches);
413 int rc = wx_re_exec(&self->m_RegEx, str, len, NULL, m_nMatches, matches, flagsRE);
415 int rc = str ? ReSearch(&self->m_RegEx, str, len, matches, flagsRE) : REG_BADPAT;
417 int rc = str ? regexec(&self->m_RegEx, str, m_nMatches, matches, flagsRE) : REG_BADPAT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dhtmllbox.cpp291 wxHtmlListBox *self = wxConstCast(this, wxHtmlListBox); local
293 self->m_htmlParser = new wxHtmlWinParser(self);
294 m_htmlParser->SetDC(new wxClientDC(self));
295 m_htmlParser->SetFS(&self->m_filesystem);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c246 strcpy (st->self->errormsg, "Server closing");
247 sec = st->self->closing;
254 call_close (st->self);
257 st->self->closing = -1;
258 call_close (st->self);
476 me = t->self;
973 t->self->needclose = -1;
974 strcpy (t->self->errormsg, "Goodbye!");
975 call_close (t->self);
1035 if (!(tmp->self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.c142 GaEntryGroup *self = GA_ENTRY_GROUP(object); local
143 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(self);
165 GaEntryGroup *self = GA_ENTRY_GROUP(object); local
166 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(self);
214 GaEntryGroup *self = GA_ENTRY_GROUP(data); local
215 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(self);
223 g_signal_emit(self, signals[STATE_CHANGED],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.c142 GaEntryGroup *self = GA_ENTRY_GROUP(object); local
143 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(self);
165 GaEntryGroup *self = GA_ENTRY_GROUP(object); local
166 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(self);
214 GaEntryGroup *self = GA_ENTRY_GROUP(data); local
215 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(self);
223 g_signal_emit(self, signals[STATE_CHANGED],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c135 static inline struct symbol *sym_entry__symbol(struct sym_entry *self) argument
137 return ((void *)self) + symbol_conf.priv_size;
980 static void event__process_sample(const event_t *self, argument
983 u64 ip = self->ip.ip;
988 u8 origin = self->header.misc & PERF_RECORD_MISC_CPUMODE_MASK;
1007 machine = perf_session__find_machine(session, self->ip.pid);
1022 self->ip.pid);
1026 if (self->header.misc & PERF_RECORD_MISC_EXACT_IP)
1029 if (event__preprocess_sample(self, session, &al, &data,
1103 static void perf_session__mmap_read_counter(struct perf_session *self, argument
1169 perf_session__mmap_read(struct perf_session *self) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t86 my $self = shift ;
87 close $self->[0] ;
88 select($self->[1]) ;
653 my $self = shift ;
656 $self->SUPER::STORE($key, $value * 2) ;
660 my $self = shift ;
662 $self->SUPER::FETCH($key) - 1 ;
666 my $self = shift ;
669 $self->SUPER::put($key, $value * 3) ;
673 my $self
[all...]
H A Ddb-hash.t57 my $self = shift ;
58 close $self->[0] ;
59 select($self->[1]) ;
434 my $self = shift ;
437 $self->SUPER::STORE($key, $value * 2) ;
441 my $self = shift ;
443 $self->SUPER::FETCH($key) - 1 ;
447 my $self = shift ;
450 $self->SUPER::put($key, $value * 3) ;
454 my $self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-core.c1217 gtr_core_torrents_added( TrCore * self )
1219 gtr_core_update( self );
1220 core_emit_err( self, TR_CORE_ERR_NO_MORE_TORRENTS, NULL );
1242 gtr_core_load( TrCore * self, gboolean forcePaused ) argument
1249 ctor = tr_ctorNew( gtr_core_session( self ) );
1255 torrents = tr_sessionLoadTorrents ( gtr_core_session( self ), ctor, &count );
1257 gtr_core_add_torrent( self, torrents[i], FALSE );
1264 gtr_core_clear( TrCore * self )
1266 gtk_list_store_clear( GTK_LIST_STORE( core_raw_model( self ) ) );
1508 gtr_core_set_pref( TrCore * self, cons argument
1518 gtr_core_set_pref_bool( TrCore * self, const char * key, gboolean newval ) argument
1528 gtr_core_set_pref_int( TrCore * self, const char * key, int newval ) argument
1538 gtr_core_set_pref_double( TrCore * self, const char * key, double newval ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm50 my $self = shift ;
53 return $self->{GOT}{$key} if exists $self->{VALID}{$key} ;
55 my $pkg = ref $self ;
62 my $self = shift ;
66 my $type = $self->{VALID}{$key};
72 $self->{GOT}{$key} = $value ;
76 my $pkg = ref $self ;
82 my $self = shift ;
85 if ( exists $self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dmap.c181 if (anode->magic != ANODE_MAGIC || anode->self != ano) {
226 if (dnode->self != secno)
227 hpfs_error(s, "bad self pointer on dnode %08x self = %08x", secno, dnode->self);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dhash.t667 my $self = shift ;
670 $self->SUPER::db_put($key, $value * 3) ;
674 my $self = shift ;
675 $self->SUPER::db_get($_[0], $_[1]) ;
681 my $self = shift ;
683 my $value = $self->FETCH($key) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dactivex.cpp56 static void _GetInterface(cls *self, REFIID iid, void **_interface, const char *&desc);\
120 void cls::_GetInterface(cls *self, REFIID iid, void **_interface, const char *&desc)\
128 *_interface = (IUnknown *) (_type *) self;\
136 if (func(self, iid, _interface, desc))\
690 friend bool wxActiveXEventsInterface(wxActiveXEvents *self, REFIID iid, void **_interface, const char *&desc);
766 bool wxActiveXEventsInterface(wxActiveXEvents *self, REFIID iid, void **_interface, const char *&desc) argument
768 if (self->m_haveCustomId && IsEqualIID(iid, self->m_customId))
771 *_interface = (IUnknown *) (IDispatch *) self;

Completed in 306 milliseconds

<<11121314151617181920>>