Home
last modified time | relevance | path

Searched refs:registration (Results 1 – 25 of 164) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/misc/sgi-xp/
H A Dxp_main.c137 struct xpc_registration *registration; in xpc_connect() local
147 registration = &xpc_registrations[ch_number]; in xpc_connect()
149 if (mutex_lock_interruptible(&registration->mutex) != 0) in xpc_connect()
153 if (registration->func != NULL) { in xpc_connect()
154 mutex_unlock(&registration->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 …]
H A Dxpc_channel.c468 struct xpc_registration *registration = &xpc_registrations[ch->number]; in xpc_connect_channel() local
470 if (mutex_trylock(&registration->mutex) == 0) in xpc_connect_channel()
474 mutex_unlock(&registration->mutex); in xpc_connect_channel()
485 mutex_unlock(&registration->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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-transformation-between-D-Bus-errors-and-exce.patch16 pydbus/registration.py | 16 ++++++---
121 +# Default error registration.
167 diff --git a/pydbus/registration.py b/pydbus/registration.py
169 --- a/pydbus/registration.py
170 +++ b/pydbus/registration.py
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.3.9-sfcbrepos-schema-location.patch12 Path to sfcb staging area containing class MOFs and registration files
21 \fI@localstatedir@/lib/sfcb/registration/providerRegister\fR
28 echo -e "\t-r specify repository directory [@localstatedir@/lib/sfcb/registration]"
H A Dsblim-sfcb-1.3.16-maxMsgLen.patch13 ## Location of the registration directory, where providerRegister can be found
14 ## Default is @localstatedir@/lib/sfcb/registration
H A Dsblim-sfcb-1.4.5-service.patch17 …test -d $(DESTDIR)$(sfcbstatedir)/registration/repository || $(mkdir_p) $(DESTDIR)$(sfcbstatedir)/
H A Dsblim-sfcb-1.4.8-default-ecdh-curve-name.patch12 {"registrationDir", CTL_STRING, SFCB_STATEDIR "/registration", {0}},
/OK3568_Linux_fs/kernel/Documentation/infiniband/
H A Duser_mad.rst18 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 */
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dcpu-cooling-api.rst14 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
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dnetdevices.rst38 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
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A DKconfig31 bool "Asynchronous device registration (EXPERIMENTAL)"
36 registration work is handled in kernel work queue in asynchronous
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dtypec.rst15 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
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Ddevel-algos.rst7 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
/OK3568_Linux_fs/kernel/Documentation/driver-api/80211/
H A Dcfg80211.rst8 Device registration
12 :doc: Device registration
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dgconf.bbclass7 # registration (disabled below) nor the postinst script (as they don't happen).
11 # Disable install-time schema registration as we're a packaging system so this
/OK3568_Linux_fs/kernel/Documentation/i2c/muxes/
H A Di2c-mux-gpio.rst69 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.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-phonet8 network device registration.
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dledtrig-transient.rst25 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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dplugin.def59 /* Called during attribute registration. */
65 /* Called during pragma registration. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dplugin.def59 /* Called during attribute registration. */
65 /* Called during pragma registration. */
/OK3568_Linux_fs/kernel/Documentation/isdn/
H A Dinterface_capi.rst18 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
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-internals.rst65 used for IRQ registration and passed to userspace through
150 A number of functions are provided to help with device registration. The
223 legacy shadow-attach driver registration functions. New driver should
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-omap.txt23 from omap hwmod data base during device registration.
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcpu_hotplug.rst171 will be invoked during registration on all online CPUs. If an error
174 After registration completed, the *Y_online* callback will be invoked
179 registration process. Otherwise a positive value is returned which
217 Usually it is handy to invoke setup and teardown callbacks on registration or
220 each registration and removal function is also available with a ``_nocalls``
/OK3568_Linux_fs/kernel/Documentation/driver-api/acpi/
H A Dscan_handlers.rst31 bridge, its registration should cause the PCI bus under that bridge to be
51 executed, respectively, after registration of new device nodes and before

1234567