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

<<11121314151617181920>>

/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.h116 #define c67x00_hcd_dev(x) (c67x00_hcd_to_hcd(x)->self.controller)
/linux-master/tools/perf/util/
H A Dannotate-data.h59 * @self: Actual type information
67 struct annotated_member self; member in struct:annotated_data_type
/linux-master/fs/proc/
H A DMakefile28 proc-y += self.o
/linux-master/tools/testing/selftests/net/
H A Dtap.c379 self->fd = opentap(param_dev_tap_name);
380 ASSERT_GE(self->fd, 0);
387 if (self->fd != -1)
388 close(self->fd);
405 ret = write(self->fd, pkt, off);
417 ret = write(self->fd, pkt, off);
429 ret = write(self->fd, pkt, off);
H A Dtest_vxlan_under_vrf.sh116 bridge -netns $hv_1 fdb add 00:00:00:00:00:00 dev vxlan0 dst 172.16.0.2 self permanent
117 bridge -netns $hv_2 fdb add 00:00:00:00:00:00 dev vxlan0 dst 172.16.0.1 self permanent
/linux-master/drivers/usb/host/
H A Dehci-fsl.c143 device_wakeup_enable(hcd->self.controller);
155 &ehci_to_hcd(ehci)->self);
198 struct device *dev = hcd->self.controller;
202 dev_warn(hcd->self.controller, "Could not get controller version\n");
279 dev_warn(hcd->self.controller, "USB PHY clock invalid\n");
301 pdata = dev_get_platdata(hcd->self.controller);
376 dev = hcd->self.controller;
377 pdata = dev_get_platdata(hcd->self.controller);
612 usb_root_hub_lost_power(hcd->self.root_hub);
627 usb_root_hub_lost_power(hcd->self
[all...]
H A Dohci-q.c45 struct device *dev = ohci_to_hcd(ohci)->self.controller;
59 ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--;
60 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
68 ohci_to_hcd(ohci)->self.bandwidth_int_reqs--;
79 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0
80 && ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0) {
178 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval;
289 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval;
596 struct device *dev = ohci_to_hcd(ohci)->self.controller;
648 periodic = ohci_to_hcd(ohci)->self
[all...]
H A Dehci-platform.c58 struct platform_device *pdev = to_platform_device(hcd->self.controller);
169 companion_dev = usb_of_get_companion_dev(hcd->self.controller);
376 device_wakeup_enable(hcd->self.controller);
377 device_enable_async_suspend(hcd->self.controller);
464 companion_dev = usb_of_get_companion_dev(hcd->self.controller);
466 device_pm_wait_for_dev(hcd->self.controller, companion_dev);
H A Dehci-sysfs.c151 struct device *controller = ehci_to_hcd(ehci)->self.controller;
167 struct device *controller = ehci_to_hcd(ehci)->self.controller;
H A Dohci-hub.c116 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) {
203 usb_root_hub_lost_power(hcd->self.root_hub);
289 if (hcd->self.bandwidth_isoc_reqs || hcd->self.bandwidth_int_reqs)
374 ->self.root_hub->dev)) {
411 !ohci_to_hcd(ohci)->self.root_hub->
776 if (hcd->self.otg_port == (wIndex + 1)
777 && hcd->self.b_hnp_enable)
H A Dfhci-dbg.c83 struct device *dev = fhci_to_hcd(fhci)->self.controller;
H A Dxhci-ext-caps.c31 struct device *dev = hcd->self.controller;
/linux-master/drivers/acpi/
H A Dpci_irq.c245 if (!bus_it->self)
247 if (bus_it->self->irq_reroute_variant)
248 return bus_it->self->irq_reroute_variant;
311 bridge = dev->bus->self;
333 bridge = dev->bus->self;
/linux-master/drivers/pci/
H A Dsetup-bus.c508 struct pci_dev *bridge = bus->self;
673 struct pci_dev *bridge = bus->self;
745 struct pci_dev *bridge = bus->self;
860 if (bus->self && bus->self->io_window_1k)
933 if (bus->self && (b_res->start || b_res->end))
934 pci_info(bus->self, "disabling bridge window %pR to %pR (unused)\n",
943 if (bus->self && size1 > size0 && realloc_head) {
944 add_to_list(realloc_head, bus->self, b_res, size1-size0,
946 pci_info(bus->self, "bridg
[all...]
H A Dirq.c115 dev = dev->bus->self;
135 dev = dev->bus->self;
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c378 static int aq_validate_mqprio_opt(struct aq_nic_s *self, argument
383 struct aq_nic_cfg_s *aq_nic_cfg = aq_nic_get_cfg(self);
388 netdev_err(self->ndev, "Too many TCs requested\n");
393 netdev_err(self->ndev, "TC count should be power of 2\n");
397 if (has_min_rate && !ATL_HW_IS_CHIP_FEATURE(self->aq_hw, ANTIGUA)) {
398 netdev_err(self->ndev, "Min tx rate is not supported\n");
/linux-master/tools/testing/selftests/net/forwarding/
H A Ddual_vxlan_bridge.sh175 bridge fdb append dev vx100 00:00:00:00:00:00 dst 192.0.2.34 self
176 bridge fdb append dev vx200 00:00:00:00:00:00 dst 192.0.2.50 self
181 bridge fdb del dev vx200 00:00:00:00:00:00 dst 192.0.2.50 self
182 bridge fdb del dev vx100 00:00:00:00:00:00 dst 192.0.2.34 self
252 bridge fdb append dev $vxlan_name 00:00:00:00:00:00 dst 192.0.2.17 self
253 bridge fdb append dev $vxlan_name 00:00:00:00:00:00 dst $other_in_addr self
H A Drouter_bridge.sh108 bridge vlan add dev br1 vid 1 self
116 bridge vlan add dev br1 vid 1 self pvid untagged
H A Drouter_bridge_pvid_vlan_upper.sh75 bridge vlan add dev br1 vid 10 pvid untagged self
82 bridge vlan del dev br1 vid 10 self
/linux-master/drivers/usb/chipidea/
H A Dhost.c41 struct device *dev = hcd->self.controller;
85 struct device *dev = hcd->self.controller;
186 otg->host = &hcd->self;
187 hcd->self.otg_port = 1;
256 struct device *dev = hcd->self.controller;
332 struct device *dev = hcd->self.controller;
/linux-master/scripts/gdb/linux/
H A Dslab.py254 def __init__(self):
255 super(LxSlabTrace, self).__init__("lx-slabtrace", gdb.COMMAND_DATA)
257 def invoke(self, arg, from_tty):
320 def __init__(self):
321 super(LxSlabInfo, self).__init__("lx-slabinfo", gdb.COMMAND_DATA)
323 def invoke(self, arg, from_tty):
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Devent-no-pid.tc68 read mypid rest < /proc/self/stat
/linux-master/drivers/net/wireless/st/cw1200/
H A Dmain.c597 void cw1200_core_release(struct cw1200_common *self) argument
600 self->hwbus_ops->lock(self->hwbus_priv);
601 __cw1200_irq_enable(self, 0);
602 self->hwbus_ops->unlock(self->hwbus_priv);
605 cw1200_unregister_common(self->hw);
606 cw1200_free_common(self->hw);
/linux-master/arch/arm/nwfpe/
H A Dfpmodule.c48 static int nwfpe_notify(struct notifier_block *self, unsigned long cmd, void *v) argument
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dingress_rif_conf_vxlan.sh115 bridge vlan add vid 10 dev br1 self
116 bridge vlan add vid 4001 dev br1 self
125 bridge vlan del vid 4001 dev br1 self
126 bridge vlan del vid 10 dev br1 self

Completed in 191 milliseconds

<<11121314151617181920>>