Searched refs:self (Results 251 - 275 of 763) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhcd.c402 s = hcd->self.bus_name;
477 tbuf [0] = (device_may_wakeup(&hcd->self.root_hub->dev)
485 device_set_wakeup_enable(&hcd->self.root_hub->dev, 0);
490 if (device_can_wakeup(&hcd->self.root_hub->dev)
492 device_set_wakeup_enable(&hcd->self.root_hub->dev, 1);
539 if (device_can_wakeup(&hcd->self.root_hub->dev))
561 dev_dbg (hcd->self.controller, "root hub device address %d\n",
577 dev_dbg (hcd->self.controller, "no endpoint features yet\n");
605 dev_dbg (hcd->self.controller,
721 dev_dbg (hcd->self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-s3c2410.c41 return hcd->self.controller->platform_data;
110 dev_dbg(hcd->self.controller,
161 dev_dbg(hcd->self.controller,
179 dev_dbg(hcd->self.controller, "SetPortFeat: POWER\n");
188 dev_dbg(hcd->self.controller,
199 dev_dbg(hcd->self.controller,
209 dev_dbg(hcd->self.controller,
234 dev_dbg(hcd->self.controller, "wHubCharacteristics 0x%04x\n",
249 dev_dbg(hcd->self.controller, "wHubCharacteristics after 0x%04x\n",
257 dev_dbg(hcd->self
[all...]
H A Dxhci-pci.c55 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
60 hcd->self.sg_tablesize = (TRBS_PER_SEGMENT - 2) / 2;
62 hcd->self.sg_tablesize = TRBS_PER_SEGMENT - 2;
105 dma_set_mask(hcd->self.controller, DMA_BIT_MASK(64));
107 dma_set_mask(hcd->self.controller, DMA_BIT_MASK(32));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dipcns_notifier.c25 static int ipcns_callback(struct notifier_block *self, argument
37 ns = container_of(self, struct ipc_namespace, ipcns_nb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirlap_event.h125 void irlap_do_event(struct irlap_cb *self, IRLAP_EVENT event,
129 extern int irlap_qos_negotiate(struct irlap_cb *self, struct sk_buff *skb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/
H A Dpci.c78 while (dev->bus->self) {
83 dev = dev->bus->self;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss.c299 static void py_policy_hnd_dealloc(PyObject* self) argument
305 hnd = (spoolss_policy_hnd_object*)self;
310 PyObject_Del(self);
313 static PyObject *py_policy_hnd_getattr(PyObject *self, char *attrname) argument
315 return Py_FindMethod(spoolss_hnd_methods, self, attrname);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Devent.h153 int event__process_comm(event_t *self, struct perf_session *session);
154 int event__process_lost(event_t *self, struct perf_session *session);
155 int event__process_mmap(event_t *self, struct perf_session *session);
156 int event__process_task(event_t *self, struct perf_session *session);
160 int event__preprocess_sample(const event_t *self, struct perf_session *session,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp2000/
H A Dixdp2800.c172 if(!dev->bus->self) {
182 if(dev->bus->self->devfn == IXDP2X00_PMC_DEVFN &&
183 dev->bus->parent->self->devfn == IXDP2X00_P2P_DEVFN &&
184 !dev->bus->parent->self->bus->parent)
190 if(dev->bus->self->devfn == IXDP2X00_P2P_DEVFN) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-service-browser.c259 GaServiceBrowser *self = GA_SERVICE_BROWSER(object); local
260 GaServiceBrowserPrivate *priv = GA_SERVICE_BROWSER_GET_PRIVATE(self);
281 GaServiceBrowser *self = GA_SERVICE_BROWSER(object); local
282 GaServiceBrowserPrivate *priv = GA_SERVICE_BROWSER_GET_PRIVATE(self);
298 GaServiceBrowser *self = GA_SERVICE_BROWSER(userdata); local
299 GaServiceBrowserPrivate *priv = GA_SERVICE_BROWSER_GET_PRIVATE(self);
310 g_signal_emit(self, signals[signalid], 0,
315 g_signal_emit(self, signals[CACHE_EXHAUSTED], 0);
318 g_signal_emit(self, signals[ALL_FOR_NOW], 0);
326 g_signal_emit(self, signal
[all...]
H A Dga-record-browser.c269 GaRecordBrowser *self = GA_RECORD_BROWSER(object); local
270 GaRecordBrowserPrivate *priv = GA_RECORD_BROWSER_GET_PRIVATE(self);
291 GaRecordBrowser *self = GA_RECORD_BROWSER(object); local
292 GaRecordBrowserPrivate *priv = GA_RECORD_BROWSER_GET_PRIVATE(self);
326 GaRecordBrowser *self = GA_RECORD_BROWSER(userdata); local
333 g_signal_emit(self, signals[signalid], 0,
339 g_signal_emit(self, signals[CACHE_EXHAUSTED], 0);
342 g_signal_emit(self, signals[ALL_FOR_NOW], 0);
350 g_signal_emit(self, signals[FAILURE], 0, error);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-service-browser.c259 GaServiceBrowser *self = GA_SERVICE_BROWSER(object); local
260 GaServiceBrowserPrivate *priv = GA_SERVICE_BROWSER_GET_PRIVATE(self);
281 GaServiceBrowser *self = GA_SERVICE_BROWSER(object); local
282 GaServiceBrowserPrivate *priv = GA_SERVICE_BROWSER_GET_PRIVATE(self);
298 GaServiceBrowser *self = GA_SERVICE_BROWSER(userdata); local
299 GaServiceBrowserPrivate *priv = GA_SERVICE_BROWSER_GET_PRIVATE(self);
310 g_signal_emit(self, signals[signalid], 0,
315 g_signal_emit(self, signals[CACHE_EXHAUSTED], 0);
318 g_signal_emit(self, signals[ALL_FOR_NOW], 0);
326 g_signal_emit(self, signal
[all...]
H A Dga-record-browser.c269 GaRecordBrowser *self = GA_RECORD_BROWSER(object); local
270 GaRecordBrowserPrivate *priv = GA_RECORD_BROWSER_GET_PRIVATE(self);
291 GaRecordBrowser *self = GA_RECORD_BROWSER(object); local
292 GaRecordBrowserPrivate *priv = GA_RECORD_BROWSER_GET_PRIVATE(self);
326 GaRecordBrowser *self = GA_RECORD_BROWSER(userdata); local
333 g_signal_emit(self, signals[signalid], 0,
339 g_signal_emit(self, signals[CACHE_EXHAUSTED], 0);
342 g_signal_emit(self, signals[ALL_FOR_NOW], 0);
350 g_signal_emit(self, signals[FAILURE], 0, error);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-annotate.c39 static int hists__add_entry(struct hists *self, struct addr_location *al) argument
54 he = __hists__add_entry(self, al, NULL, 1);
81 static int objdump_line__print(struct objdump_line *self, argument
89 if (self->offset != -1) {
97 s64 offset = self->offset;
98 struct objdump_line *next = objdump__get_next_ip_line(head, self);
133 color_fprintf(stdout, PERF_COLOR_BLUE, "%s\n", self->line);
135 if (!*self->line)
138 printf(" : %s\n", self->line);
264 static void hist_entry__print_hits(struct hist_entry *self) argument
322 hists__find_annotations(struct hists *self) argument
[all...]
H A Dbuiltin-report.c47 static struct hists *perf_session__hists_findnew(struct perf_session *self, argument
51 struct rb_node **p = &self->hists_tree.rb_node;
76 rb_insert_color(&new->rb_node, &self->hists_tree);
80 static int perf_session__add_hist_entry(struct perf_session *self, argument
92 syms = perf_session__resolve_callchain(self, al->thread,
98 attr = perf_header__find_attr(data->id, &self->header);
100 hists = perf_session__hists_findnew(self, data->id, attr->type, attr->config);
102 hists = perf_session__hists_findnew(self, data->id, 0, 0);
200 static int perf_session__setup_sample_type(struct perf_session *self) argument
202 if (!(self
249 hists__fprintf_nr_sample_events(struct hists *self, const char *evname, FILE *fp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dpython.c588 pymelem_dealloc(struct pymelem *self) argument
590 selem_free(self->melem);
591 self->ob_type->tp_free(self);
773 pymixer_free(struct pymixer *self) argument
777 for (idx = 0; idx < self->hctl_count; idx++) {
778 snd_mixer_detach_hctl(self->mixer, self->hctl[idx*2]);
779 Py_DECREF((PyObject *)self->hctl[idx*2+1]);
781 if (self
800 pymixer_dealloc(struct pymixer *self) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndfwd.c1093 fwder_t * self; local
1111 self = __fwder_self(dir, funit);
1113 _FWDER_LOCK(self); /* ++LOCK */
1115 /* Configure self */
1116 self->mode = mode; /* in dnstream dir, mode will be used by fwd#0, fwd#1 */
1117 self->bypass_fn = bypass_fn;
1119 self->devs_cnt = 1;
1120 self->dev_def = dev;
1123 self->osh = osh;
1126 mate = self
1141 fwder_t * self; local
1242 fwder_t * self; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dsgi_hotplug.c248 dev_dbg(&slot->pci_bus->self->dev, "is already active\n");
253 dev_dbg(&slot->pci_bus->self->dev,
260 dev_dbg(&slot->pci_bus->self->dev,
286 dev_dbg(&slot->pci_bus->self->dev, "Slot %s already inactive\n", slot->physical_path);
291 dev_dbg(&slot->pci_bus->self->dev,
297 dev_dbg(&slot->pci_bus->self->dev,
304 dev_dbg(&slot->pci_bus->self->dev,
316 dev_dbg(&slot->pci_bus->self->dev, "remove successful\n");
321 dev_dbg(&slot->pci_bus->self->dev,"remove failed rc = %d\n", rc);
374 dev_dbg(&slot->pci_bus->self
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Ddlmisc.c59 static const char * self = NULL;
60 if (self == NULL) {
63 self = dlinfo.dli_fname;
65 name = self;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dkprobes.h50 extern int kprobe_exceptions_notify(struct notifier_block *self,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dnmi_timer_int.c21 static int profile_timer_exceptions_notify(struct notifier_block *self, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dkprobes.h89 extern int kprobe_exceptions_notify(struct notifier_block *self,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci-acpi.h34 return DEVICE_ACPI_HANDLE(&(pbus->self->dev));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/pci/
H A Dfixup.c44 bridge = bus->self;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsys_noritake.c249 else if (PCI_SLOT(dev->bus->self->devfn) == 8) {
256 if (PCI_SLOT(dev->bus->self->devfn) == 8) {
263 dev = dev->bus->self;
266 } while (dev->bus->self);

Completed in 154 milliseconds

<<11121314151617181920>>