Searched refs:self (Results 276 - 300 of 645) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bridge_1q.sh68 bridge vlan add dev br1 vid 555 pvid untagged self
H A Dmirror_gre_vlan_bridge_1q.sh96 bridge vlan add dev br1 vid 555 self
160 bridge vlan del dev br1 vid 555 self
164 bridge vlan add dev br1 vid 555 self
H A Dvxlan_bridge_1d_ipv6.sh154 bridge fdb append dev vx1 00:00:00:00:00:00 dst 2001:db8:4::1 self
155 bridge fdb append dev vx1 00:00:00:00:00:00 dst 2001:db8:5::1 self
160 bridge fdb del dev vx1 00:00:00:00:00:00 dst 2001:db8:5::1 self
161 bridge fdb del dev vx1 00:00:00:00:00:00 dst 2001:db8:4::1 self
222 bridge fdb append dev vx2 00:00:00:00:00:00 dst 2001:db8:3::1 self
223 bridge fdb append dev vx2 00:00:00:00:00:00 dst $other_in_addr self
320 bridge fdb del dev vx1 00:00:00:00:00:00 dst 2001:db8:5::1 self
321 bridge fdb del dev vx1 00:00:00:00:00:00 dst 2001:db8:4::1 self
327 bridge fdb append dev vx1 00:00:00:00:00:00 dst 2001:db8:4::1 self
328 bridge fdb append dev vx1 00:00:00:00:00:00 dst 2001:db8:5::1 self
[all...]
/linux-master/drivers/pci/
H A Dvc.c127 pos2 = pci_find_ext_capability(dev->bus->self, PCI_EXT_CAP_ID_VC);
131 pci_read_config_dword(dev->bus->self, pos2 + PCI_VC_PORT_CAP1, &cap1);
140 pci_read_config_dword(dev->bus->self, ctrl_pos2, &ctrl2);
142 link = dev->bus->self;
H A Dof.c51 if (bus->self == NULL) {
54 node = of_node_get(bus->self->dev.of_node);
56 bus->self->external_facing = true;
71 if (WARN_ON(bus->self || bus->parent))
465 ppdev = pdev->bus->self;
641 if (!pdev->bus->self)
644 ppnode = pdev->bus->self->dev.of_node;
/linux-master/tools/testing/selftests/net/tcp_ao/
H A DMakefile9 TEST_BOTH_AF += self-connect
/linux-master/tools/perf/tests/shell/
H A Drecord+probe_libc_inet_pton.sh18 libc=$(grep -w libc /proc/self/maps | head -1 | sed -r 's/.*[[:space:]](\/.*)/\1/g')
/linux-master/tools/virtio/ringtest/
H A Dmain.c80 pthread_t self; local
92 self = pthread_self();
96 ret = pthread_setaffinity_np(self, sizeof(cpu_set_t), &cpuset);
/linux-master/drivers/infiniband/hw/hfi1/
H A Daspm.c25 struct pci_dev *parent = dd->pcidev->bus->self;
59 struct pci_dev *parent = dd->pcidev->bus->self;
79 struct pci_dev *parent = dd->pcidev->bus->self;
/linux-master/drivers/usb/host/
H A Dohci-ps3.c36 dev_err(hcd->self.controller, "can't start %s\n",
37 hcd->self.bus_name);
166 device_wakeup_enable(hcd->self.controller);
H A Dohci-sm501.c29 struct device *dev = hcd->self.controller;
34 dev_err(dev, "can't start %s", hcd->self.bus_name);
168 device_wakeup_enable(hcd->self.controller);
H A Dehci-mv.c68 struct device *dev = hcd->self.controller;
189 retval = otg_set_host(ehci_mv->otg->otg, &hcd->self);
208 device_wakeup_enable(hcd->self.controller);
H A Dmax3421-hcd.c344 struct spi_device *spi = to_spi_device(hcd->self.controller);
369 struct spi_device *spi = to_spi_device(hcd->self.controller);
393 struct spi_device *spi = to_spi_device(hcd->self.controller);
419 struct spi_device *spi = to_spi_device(hcd->self.controller);
525 struct spi_device *spi = to_spi_device(hcd->self.controller);
631 struct spi_device *spi = to_spi_device(hcd->self.controller);
766 struct spi_device *spi = to_spi_device(hcd->self.controller);
846 struct spi_device *spi = to_spi_device(hcd->self.controller);
935 struct spi_device *spi = to_spi_device(hcd->self.controller);
1130 struct spi_device *spi = to_spi_device(hcd->self
[all...]
H A Duhci-hcd.c294 struct usb_device *rhdev = uhci_to_hcd(uhci)->self.root_hub;
414 dev_dbg(&uhci_to_hcd(uhci)->self.root_hub->dev,
539 debugfs_lookup_and_remove(uhci_to_hcd(uhci)->self.bus_name,
585 hcd->self.sg_tablesize = ~0;
593 debugfs_create_file(hcd->self.bus_name, S_IFREG|S_IRUGO|S_IWUSR,
703 debugfs_lookup_and_remove(hcd->self.bus_name, uhci_debugfs_root);
740 else if (hcd->self.root_hub->do_remote_wakeup &&
H A Dehci-hub.c157 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup)
238 if (hcd->self.root_hub->do_remote_wakeup) {
270 if (hcd->self.root_hub->do_remote_wakeup) {
359 if (!hcd->self.root_hub->do_remote_wakeup)
805 if ((hcd->self.otg_port == (wIndex + 1))
806 && hcd->self.b_hnp_enable) {
831 usb_hcd_start_port_resume(&hcd->self, wIndex);
913 usb_hcd_start_port_resume(&hcd->self, wIndex);
929 usb_hcd_end_port_resume(&hcd->self, wIndex);
1005 usb_hcd_end_port_resume(&hcd->self, wInde
[all...]
H A Dxhci-pci.c97 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
108 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
122 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
179 hcd->driver->description, hcd->self.busnum);
535 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
745 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
785 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
850 port->slot_id, port->rhub->hcd->self.busnum,
862 port->rhub->hcd->self.busnum, port->hcd_portnum + 1);
873 struct pci_dev *pdev = to_pci_dev(hcd->self
[all...]
H A Dxhci-histb.c46 return dev_get_drvdata(hcd->self.controller);
246 dev_set_drvdata(hcd->self.controller, histb);
254 device_wakeup_enable(hcd->self.controller);
/linux-master/scripts/gdb/linux/
H A Dtimerlist.py183 def __init__(self):
184 super(LxTimerList, self).__init__("lx-timerlist", gdb.COMMAND_DATA)
186 def invoke(self, arg, from_tty):
H A Dinterrupts.py208 def __init__(self):
209 super(LxInterruptList, self).__init__("lx-interruptlist", gdb.COMMAND_DATA)
211 def invoke(self, arg, from_tty):
/linux-master/net/tipc/
H A Dname_distr.c71 u32 self = tipc_own_addr(net); local
76 tipc_msg_init(self, msg, NAME_DISTRIBUTOR,
401 u32 self = tipc_own_addr(net); local
406 p->sk.node = self;
408 p->sk.node = self;
/linux-master/drivers/parisc/
H A Ddino.c617 if((bus->self->resource[i].flags &
621 if(bus->self->resource[i].flags & IORESOURCE_MEM) {
628 bus->self->resource[i].end = bus->self->resource[i].end - bus->self->resource[i].start + DINO_BRIDGE_ALIGN;
629 bus->self->resource[i].start = DINO_BRIDGE_ALIGN;
634 dev_name(&bus->self->dev), i,
635 &bus->self->resource[i]);
636 WARN_ON(pci_assign_resource(bus->self, i));
638 dev_name(&bus->self
[all...]
/linux-master/drivers/usb/usbip/
H A Dvhci_hcd.c1142 struct vhci *vhci = *((void **)dev_get_platdata(hcd->self.controller));
1153 hcd->self.root_hub->speed = USB_SPEED_HIGH;
1158 hcd->self.root_hub->speed = USB_SPEED_SUPER;
1166 hcd->self.sg_tablesize = 32;
1167 hcd->self.no_sg_constraint = 1;
1198 hcd->self.otg_port = 1;
1251 dev_err_ratelimited(&hcd->self.root_hub->dev, "Not yet implemented\n");
1260 struct vhci *vhci = *((void **)dev_get_platdata(hcd->self.controller));
1263 dev_dbg(&hcd->self.root_hub->dev, "%s\n", __func__);
1274 struct vhci *vhci = *((void **)dev_get_platdata(hcd->self
[all...]
/linux-master/kernel/
H A Dkthread.c267 static void __kthread_parkme(struct kthread *self) argument
280 if (!test_bit(KTHREAD_SHOULD_PARK, &self->flags))
289 complete(&self->parked);
348 struct kthread *self; local
351 self = to_kthread(current);
361 self->full_name = create->full_name;
362 self->threadfn = threadfn;
363 self->data = data;
385 if (!test_bit(KTHREAD_SHOULD_STOP, &self->flags)) {
387 __kthread_parkme(self);
[all...]
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h37 * self->data = mytype_new();
38 * ASSERT_NE(NULL, self->data);
41 * mytype_free(self->data);
44 * EXPECT_EQ(1, is_my_data_good(self->data));
210 * the *self* is being passed to a helper directly.
227 * Defines the data provided to TEST_F()-defined tests as *self*. It should be
252 * datatype defined with FIXTURE_DATA() will be exposed as *self* for the
263 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
278 * datatype defined with FIXTURE_DATA() will be exposed as *self* for the
286 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.h855 u32 hw_atl_sem_ram_get(struct aq_hw_s *self);
858 u32 hw_atl_sem_mdio_get(struct aq_hw_s *self);
860 u32 hw_atl_sem_reset1_get(struct aq_hw_s *self);
861 u32 hw_atl_sem_reset2_get(struct aq_hw_s *self);
867 u32 hw_atl_scrpad12_get(struct aq_hw_s *self);
870 u32 hw_atl_scrpad25_get(struct aq_hw_s *self);

Completed in 253 milliseconds

<<11121314151617181920>>