Home
last modified time | relevance | path

Searched refs:detach (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dsockopt_multi.c70 goto detach; in run_getsockopt_test()
78 goto detach; in run_getsockopt_test()
84 goto detach; in run_getsockopt_test()
94 goto detach; in run_getsockopt_test()
101 goto detach; in run_getsockopt_test()
107 goto detach; in run_getsockopt_test()
118 goto detach; in run_getsockopt_test()
125 goto detach; in run_getsockopt_test()
131 goto detach; in run_getsockopt_test()
200 detach: in run_getsockopt_test()
[all …]
A Dsk_lookup.c537 goto detach; in query_lookup_prog()
540 goto detach; in query_lookup_prog()
546 goto detach; in query_lookup_prog()
552 goto detach; in query_lookup_prog()
555 goto detach; in query_lookup_prog()
577 goto detach; in query_lookup_prog()
587 detach: in query_lookup_prog()
879 goto detach; in drop_on_lookup()
904 detach: in drop_on_lookup()
993 goto detach; in drop_on_reuseport()
[all …]
/linux-6.3-rc2/tools/testing/selftests/drivers/usb/usbip/
A Dusbip_test.sh157 src/usbip detach -p 00;
158 src/usbip detach -p 01;
166 src/usbip detach -p 00;
167 src/usbip detach -p 01;
171 src/usbip detach -p 100;
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dflow_dissector_load.c63 bool detach = false; in parse_opts() local
69 if (detach) in parse_opts()
76 detach = true; in parse_opts()
93 if (detach) in parse_opts()
A Dtest_cpp.cpp41 void detach() { return T::detach(skel); } in detach() function in Skeleton
92 skel.detach(); in try_skeleton_template()
/linux-6.3-rc2/drivers/video/
A Daperture.c138 void (*detach)(struct device *dev); member
165 void (*detach)(struct device *)) in devm_aperture_acquire()
190 ap->detach = detach; in devm_aperture_acquire()
267 ap->detach(dev); in aperture_detach_devices()
/linux-6.3-rc2/tools/perf/tests/
A Devent-times.c164 int (detach)(struct evlist *)) in test_times()
198 TEST_ASSERT_VAL("failed to detach", !detach(evlist)); in test_times()
223 #define _T(attach, detach) \ in test__event_times() argument
224 err = test_times(attach, detach); \ in test__event_times()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dfwvid.h14 void (*detach)(struct brcmf_pub *drvr); member
43 drvr->vops->detach(drvr); in brcmf_fwvid_detach()
/linux-6.3-rc2/tools/bpf/bpftool/Documentation/
A Dbpftool.rst33 **load** | **attach** | **detach** | **help** }
35 *LINK-COMMANDS* := { **show** | **list** | **pin** | **detach** | **help** }
37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
A Dbpftool-net.rst22 { **show** | **list** | **attach** | **detach** | **help** }
29 | **bpftool** **net detach** *ATTACH_TYPE* **dev** *NAME*
71 **bpftool** **net detach** *ATTACH_TYPE* **dev** *NAME*
73 type specified by *ATTACH_TYPE*. To detach bpf program, same
173 | **# bpftool net detach xdpdrv dev enp6s0np0**
A Dbpftool-link.rst28 | **bpftool** **link detach** *LINK*
57 **bpftool link detach** *LINK*
58 Force-detach link *LINK*. BPF link and its underlying BPF
A Dbpftool-cgroup.rst22 { **show** | **list** | **tree** | **attach** | **detach** | **help** }
30 | **bpftool** **cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG*
122 **bpftool cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG*
152 | **# bpftool cgroup detach /sys/fs/cgroup/test.slice/ device id 1**
/linux-6.3-rc2/drivers/base/power/
A Dcommon.c185 if (dev->pm_domain && dev->pm_domain->detach) in dev_pm_domain_detach()
186 dev->pm_domain->detach(dev, power_off); in dev_pm_domain_detach()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/wcc/
A Dcore.c26 .detach = brcmf_wcc_detach,
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bca/
A Dcore.c26 .detach = brcmf_bca_detach,
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/
A Dcore.c26 .detach = brcmf_cyw_detach,
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/clients/
A Ddtx.rst76 The detachment process is started with the user pressing the *detach* button
80 1. The EC turns on the indicator led on the detach-button, sends a
81 *detach-request* event (``SDTX_EVENT_REQUEST``), and awaits further
106 detachment process. Furthermore, the EC will send a detach-request event,
107 similar to the user pressing the detach-button to cancel said process (see
139 It is important to note that, if the user presses the detach button at any
141 the initial *detach-request* event (``SDTX_EVENT_REQUEST``) and before it
144 Thus a *detach-request* event, by itself, does not signal the start of the
329 user, either via a detach button press or a detach request
338 preconditions (e.g. clipboard battery too low to detach) or hardware
/linux-6.3-rc2/include/net/
A Drsi_91x.h51 void (*detach)(void *priv); member
/linux-6.3-rc2/drivers/comedi/drivers/
A Damplc_pc236.c65 .detach = comedi_legacy_detach,
A Dni_labpc.c106 .detach = labpc_detach,
/linux-6.3-rc2/drivers/scsi/cxlflash/
A Dsuperpipe.c52 release->hdr = detach->hdr; in marshal_det_to_rele()
53 release->context_id = detach->context_id; in marshal_det_to_rele()
892 struct dk_cxlflash_detach *detach) in _cxlflash_disk_detach() argument
903 u64 ctxid = DECODE_CTXID(detach->context_id), in _cxlflash_disk_detach()
904 rctxid = detach->context_id; in _cxlflash_disk_detach()
922 marshal_det_to_rele(detach, &rel); in _cxlflash_disk_detach()
959 struct dk_cxlflash_detach *detach) in cxlflash_disk_detach() argument
961 return _cxlflash_disk_detach(sdev, NULL, detach); in cxlflash_disk_detach()
997 struct dk_cxlflash_detach detach = { { 0 }, 0 }; in cxlflash_cxl_release() local
1027 detach.context_id = ctxi->ctxid; in cxlflash_cxl_release()
[all …]
/linux-6.3-rc2/Documentation/driver-api/driver-model/
A Ddevres.rst23 iomapped address should be kept and unmapped on driver detach. For
36 attention or testing as core code, and bugs on driver detach or
41 So, many low level drivers end up leaking resources on driver detach
53 matter what, all devres entries are released on driver detach. On
62 automatically released on driver detach. Implementation looks like
/linux-6.3-rc2/Documentation/driver-api/acpi/
A Dscan_handlers.rst45 void (*detach)(struct acpi_device *dev);
50 maintained by the ACPI core and the .attach() and .detach() callbacks are
71 The namespace trimming function, acpi_bus_trim(), first executes .detach()
/linux-6.3-rc2/Documentation/trace/rv/
A Dda_monitor_instrumentation.rst123 They should be used to *attach* and *detach* the instrumentation to the running
125 *attach* and *detach* its monitor to the system.
133 *detach* the tracepoints_to_attach, which was enough for this case.
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_prime.c67 .detach = vmw_prime_map_detach,

Completed in 37 milliseconds

12345678910>>...15