/linux-6.12.1/drivers/misc/sgi-xp/ |
D | xp_main.c | 137 struct xpc_registration *registration; in xpc_connect() local 147 registration = &xpc_registrations[ch_number]; in xpc_connect() 149 if (mutex_lock_interruptible(®istration->mutex) != 0) in xpc_connect() 153 if (registration->func != NULL) { in xpc_connect() 154 mutex_unlock(®istration->mutex); in xpc_connect() 159 registration->entry_size = XPC_MSG_SIZE(payload_size); in xpc_connect() 160 registration->nentries = nentries; in xpc_connect() 161 registration->assigned_limit = assigned_limit; in xpc_connect() 162 registration->idle_limit = idle_limit; in xpc_connect() 163 registration->key = key; in xpc_connect() [all …]
|
D | xpc_channel.c | 468 struct xpc_registration *registration = &xpc_registrations[ch->number]; in xpc_connect_channel() local 470 if (mutex_trylock(®istration->mutex) == 0) in xpc_connect_channel() 474 mutex_unlock(®istration->mutex); in xpc_connect_channel() 485 mutex_unlock(®istration->mutex); in xpc_connect_channel() 491 ch->kthreads_assigned_limit = registration->assigned_limit; in xpc_connect_channel() 492 ch->kthreads_idle_limit = registration->idle_limit; in xpc_connect_channel() 497 ch->func = registration->func; in xpc_connect_channel() 498 DBUG_ON(registration->func == NULL); in xpc_connect_channel() 499 ch->key = registration->key; in xpc_connect_channel() 501 ch->local_nentries = registration->nentries; in xpc_connect_channel() [all …]
|
/linux-6.12.1/drivers/staging/media/sunxi/cedrus/ |
D | TODO | 8 v4l2 and m2m devices registration; 9 - proc, with video device registration and related operations;
|
/linux-6.12.1/drivers/md/bcache/ |
D | Kconfig | 24 bool "Asynchronous device registration" 29 registration work is handled in kernel work queue in asynchronous
|
/linux-6.12.1/Documentation/infiniband/ |
D | user_mad.rst | 18 descriptor for the appropriate device file. If the registration 34 a new registration ioctl is now provided which allows additional 35 fields to be provided during registration. 36 Users of this registration call are implicitly setting the use of 100 mad->hdr.id = my_agent; /* req.id from agent registration */
|
/linux-6.12.1/Documentation/driver-api/thermal/ |
D | cpu-cooling-api.rst | 14 The generic cpu cooling(freq clipping) provides registration/unregistration APIs 16 the user. The registration APIs returns the cooling device pointer. 21 1.1 cpufreq registration/unregistration APIs 61 The power API registration functions provide a simple power model for
|
/linux-6.12.1/Documentation/networking/ |
D | netdevices.rst | 38 In that case the struct net_device registration is done using 77 registration. 158 netdev state after allocating it and before registration. 167 or when register_netdevice() fails. Parts of netdev (de)registration process 178 registration and de-registration, under ``rtnl_lock``. Drivers can use
|
/linux-6.12.1/Documentation/driver-api/usb/ |
D | typec.rst | 15 class. In a normal case the registration will be done by a USB Type-C or PD PHY 81 registration. The class offers the following API for registering/unregistering 87 The class will provide a handle to struct typec_partner if the registration was 111 followed by registration of the cable plugs. The cable will be the parent device 114 the details during registration. The class offers the following API for 121 the registration is successful, or NULL if it isn't. 172 own functions, but the registration will always return a handle to struct
|
/linux-6.12.1/Documentation/crypto/ |
D | devel-algos.rst | 7 There are three distinct types of registration functions in the Crypto 17 The generic registration functions can be found in 38 The registration functions return 0 on success, or a negative errno 60 The registration of [CIPHER] algorithm is specific in that struct 111 The registration of multi-block cipher algorithms is one of the most
|
/linux-6.12.1/Documentation/driver-api/surface_aggregator/clients/ |
D | san.rst | 22 registration and notifier-block registration.
|
/linux-6.12.1/Documentation/driver-api/80211/ |
D | cfg80211.rst | 8 Device registration 12 :doc: Device registration
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | configfs-usb-gadget-phonet | 8 network device registration.
|
D | sysfs-kernel-fadump | 48 kdump udev rule that fadump re-registration is not required on
|
/linux-6.12.1/Documentation/i2c/muxes/ |
D | i2c-mux-gpio.rst | 69 If you don't know the absolute GPIO pin numbers at registration time, 85 GPIO pin numbers at registration time, this is even the only option.
|
/linux-6.12.1/Documentation/driver-api/tty/ |
D | tty_driver.rst | 78 The registration routines are documented as follows: 92 tty_register_device() and tty_register_device_attr() at the registration time. 96 index *before* the actual registration by tty_port_link_device(). If it still
|
/linux-6.12.1/Documentation/leds/ |
D | leds-blinkm.rst | 21 The registration follows the scheme:: 43 The registration follows the scheme::
|
D | ledtrig-transient.rst | 25 triggers it supports and a default trigger. During registration, activation 26 routine for the default trigger gets called. During registration of an led 45 trigger registration, for each led class device that specifies this trigger 47 registration, the LED state does not change, unless there is another trigger
|
/linux-6.12.1/Documentation/trace/ |
D | user_events.rst | 23 tools that can read trace_events (such as ftrace and perf). The registration 25 enabled the event and data should be written. The registration will give back 113 Upon successful registration the following is set. 117 descriptor that was used for the registration. See writing data for details. 174 to request deletes than the one used for registration due to this.
|
/linux-6.12.1/Documentation/isdn/ |
D | interface_capi.rst | 18 application registration to an available device, forwarding it to the 34 driver. The registration can be revoked by calling the function 51 Kernel CAPI forwards registration requests from applications (calls to CAPI 90 driver. After registration via the attach_capi_ctr() function it is passed to 133 pointers to callback function for registration of
|
/linux-6.12.1/Documentation/driver-api/acpi/ |
D | scan_handlers.rst | 31 bridge, its registration should cause the PCI bus under that bridge to be 51 executed, respectively, after registration of new device nodes and before
|
/linux-6.12.1/Documentation/driver-api/ |
D | tee.rst | 34 having UUID: ``ac6a4085-0e82-4c33-bf98-8eb8e118b6c2``, so driver registration
|
D | regulator.rst | 133 :c:type:`regulator_consumer_supply`. This is done at driver registration 146 This is done at driver registration time` by providing a
|
/linux-6.12.1/include/linux/ |
D | hp_sdc.h | 293 #error No support for device registration on this arch yet.
|
/linux-6.12.1/Documentation/translations/zh_CN/infiniband/ |
D | user_mad.rst | 108 mad->hdr.id = my_agent; /* req.id from agent registration */
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | tps6507x.txt | 17 Missing of these properties can cause the regulator registration
|