Home
last modified time | relevance | path

Searched refs:ssam_request_sync_alloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/surface_aggregator/
H A Dcontroller.h145 int ssam_request_sync_alloc(size_t payload_len, gfp_t flags,
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dcontroller.c1541 * ssam_request_sync_alloc() - Allocate a synchronous request.
1560 int ssam_request_sync_alloc(size_t payload_len, gfp_t flags, in ssam_request_sync_alloc() function
1575 EXPORT_SYMBOL_GPL(ssam_request_sync_alloc); variable
1582 * ssam_request_sync_alloc(). Do not use for requests allocated on the stack
1683 * via ssam_request_sync_alloc(), fully initializes it via the provided
1698 status = ssam_request_sync_alloc(spec->length, GFP_KERNEL, &rqst, &buf); in ssam_request_do_sync()

Completed in 6 milliseconds