/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | sockopt_multi.c | 70 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 D | sk_lookup.c | 538 goto detach; in query_lookup_prog() 541 goto detach; in query_lookup_prog() 547 goto detach; in query_lookup_prog() 553 goto detach; in query_lookup_prog() 556 goto detach; in query_lookup_prog() 578 goto detach; in query_lookup_prog() 588 detach: in query_lookup_prog() 880 goto detach; in drop_on_lookup() 905 detach: in drop_on_lookup() 963 goto detach; in drop_on_reuseport() [all …]
|
/linux/tools/testing/selftests/drivers/usb/usbip/ |
A D | usbip_test.sh | 157 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/tools/testing/selftests/bpf/ |
A D | flow_dissector_load.c | 65 bool detach = false; in parse_opts() local 71 if (detach) in parse_opts() 78 detach = true; in parse_opts() 95 if (detach) in parse_opts()
|
/linux/drivers/gpu/drm/ |
A D | drm_aperture.c | 134 void (*detach)(struct drm_device *dev); member 161 void (*detach)(struct drm_device *)) in devm_aperture_acquire() 186 ap->detach = detach; in devm_aperture_acquire() 270 ap->detach(dev); in drm_aperture_detach_drivers()
|
A D | drm_bridge.c | 282 if (bridge->funcs->detach) in drm_bridge_attach() 283 bridge->funcs->detach(bridge); in drm_bridge_attach() 313 if (bridge->funcs->detach) in drm_bridge_detach() 314 bridge->funcs->detach(bridge); in drm_bridge_detach()
|
/linux/tools/perf/tests/ |
A D | event-times.c | 164 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/tools/bpf/bpftool/Documentation/ |
A D | bpftool-net.rst | 18 { **show** | **list** | **attach** | **detach** | **help** } 25 | **bpftool** **net detach** *ATTACH_TYPE* **dev** *NAME* 67 **bpftool** **net detach** *ATTACH_TYPE* **dev** *NAME* 69 type specified by *ATTACH_TYPE*. To detach bpf program, same 169 | **# bpftool net detach xdpdrv dev enp6s0np0**
|
A D | bpftool-link.rst | 25 | **bpftool** **link detach** *LINK* 54 **bpftool link detach** *LINK* 55 Force-detach link *LINK*. BPF link and its underlying BPF
|
A D | bpftool.rst | 29 **load** | **attach** | **detach** | **help** } 31 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
|
A D | bpftool-cgroup.rst | 19 { **show** | **list** | **tree** | **attach** | **detach** | **help** } 27 | **bpftool** **cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG* 113 **bpftool cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG* 143 | **# bpftool cgroup detach /sys/fs/cgroup/test.slice/ device id 1**
|
/linux/drivers/base/power/ |
A D | common.c | 185 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/Documentation/driver-api/surface_aggregator/clients/ |
A D | dtx.rst | 76 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/drivers/scsi/cxlflash/ |
A D | superpipe.c | 52 release->hdr = detach->hdr; in marshal_det_to_rele() 53 release->context_id = detach->context_id; in marshal_det_to_rele() 890 struct dk_cxlflash_detach *detach) in _cxlflash_disk_detach() argument 901 u64 ctxid = DECODE_CTXID(detach->context_id), in _cxlflash_disk_detach() 902 rctxid = detach->context_id; in _cxlflash_disk_detach() 920 marshal_det_to_rele(detach, &rel); in _cxlflash_disk_detach() 957 struct dk_cxlflash_detach *detach) in cxlflash_disk_detach() argument 959 return _cxlflash_disk_detach(sdev, NULL, detach); in cxlflash_disk_detach() 995 struct dk_cxlflash_detach detach = { { 0 }, 0 }; in cxlflash_cxl_release() local 1025 detach.context_id = ctxi->ctxid; in cxlflash_cxl_release() [all …]
|
/linux/Documentation/driver-api/driver-model/ |
A D | devres.rst | 23 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/Documentation/driver-api/acpi/ |
A D | scan_handlers.rst | 45 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/tools/bpf/bpftool/bash-completion/ |
A D | bpftool | 389 attach|detach) 587 COMPREPLY=( $( compgen -W 'dump help pin attach detach \ 1024 attach|detach) 1070 COMPREPLY=( $( compgen -W 'help attach detach \ 1127 detach) 1142 show list attach detach' -- "$cur" ) ) 1167 show|list|pin|detach) 1184 pin|detach)
|
/linux/include/net/ |
A D | rsi_91x.h | 51 void (*detach)(void *priv); member
|
/linux/drivers/scsi/ |
A D | scsi_dh.c | 165 sdev->handler->detach(sdev); in scsi_dh_handler_detach() 204 if (!scsi_dh->attach || !scsi_dh->detach) in scsi_register_device_handler()
|
/linux/drivers/gpu/drm/tegra/ |
A D | gr2d.c | 62 goto detach; in gr2d_init() 67 detach: in gr2d_init()
|
/linux/drivers/comedi/drivers/ |
A D | amplc_pc236.c | 66 .detach = comedi_legacy_detach,
|
A D | ni_labpc.c | 107 .detach = labpc_detach,
|
/linux/drivers/parport/ |
A D | share.c | 186 if (drv->detach) in driver_detach() 187 drv->detach(port); in driver_detach() 197 drv->detach(port); in detach_driver_chain() 316 if (is_parport(dev) && drv->detach) in port_detach() 317 drv->detach(to_parport_dev(dev)); in port_detach()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_prime.c | 67 .detach = vmw_prime_map_detach,
|
/linux/drivers/ata/ |
A D | libata-pmp.c | 759 int detach = 0, rc = 0; in sata_pmp_eh_recover_pmp() local 765 detach = 1; in sata_pmp_eh_recover_pmp() 806 detach = 1; in sata_pmp_eh_recover_pmp() 836 if (detach) in sata_pmp_eh_recover_pmp()
|