Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 31) sorted by relevance

12

/drivers/misc/cxl/
Dbase.c23 struct cxl_calls *calls = NULL; in cxl_calls_get() local
26 calls = rcu_dereference(cxl_calls); in cxl_calls_get()
27 if (calls && !try_module_get(calls->owner)) in cxl_calls_get()
28 calls = NULL; in cxl_calls_get()
31 return calls; in cxl_calls_get()
34 static inline void cxl_calls_put(struct cxl_calls *calls) in cxl_calls_put() argument
36 BUG_ON(calls != cxl_calls); in cxl_calls_put()
49 static inline void cxl_calls_put(struct cxl_calls *calls) { } in cxl_calls_put() argument
68 struct cxl_calls *calls; in cxl_slbia() local
70 calls = cxl_calls_get(); in cxl_slbia()
[all …]
Dcxl.h857 int register_cxl_calls(struct cxl_calls *calls);
858 void unregister_cxl_calls(struct cxl_calls *calls);
/drivers/block/paride/
DTransition-notes24 * in do_pd_request1(): to calls of pi_do_claimed() and return in
28 * in do_pd_read_start(): to calls of pi_do_claimed(), next_request()
30 * in do_pd_read_drq(): to calls of pi_do_claimed() and next_request()
32 * in do_pd_write_start(): to calls of pi_do_claimed(), next_request()
34 * in do_pd_write_done(): to calls of pi_do_claimed() and next_request()
/drivers/message/fusion/
DKconfig80 of MPT adapters via system ioctl calls. Use of ioctl calls to
/drivers/isdn/
DKconfig17 voice calls (eg. turning your PC into a software answering machine
/drivers/md/
Ddm-era-target.c1306 struct list_head calls; in process_rpc_calls() local
1309 INIT_LIST_HEAD(&calls); in process_rpc_calls()
1311 list_splice_init(&era->rpc_calls, &calls); in process_rpc_calls()
1314 list_for_each_entry_safe(rpc, tmp, &calls, list) { in process_rpc_calls()
1322 list_for_each_entry_safe(rpc, tmp, &calls, list) in process_rpc_calls()
1326 list_for_each_entry_safe(rpc, tmp, &calls, list) in process_rpc_calls()
/drivers/firmware/broadcom/
DKconfig32 registers on tee bus and invoke calls to manage firmware on BNXT device.
/drivers/staging/qlge/
DTODO30 * fix weird line wrapping (all over, ex. the ql_set_routing_reg() calls in
/drivers/staging/media/av7110/
Dvideo-get-event.rst60 and/or select() system calls can be used with the device file descriptor
/drivers/staging/gs_fpgaboot/
DREADME61 separate driver (pcie or others), then THAT driver calls my driver to
/drivers/staging/media/atomisp/
DTODO15 sensors. Instead, it calls a function from atomisp_gmin_platform.c.
27 format, the atomisp main driver calls the sensor drivers with the
/drivers/iommu/intel/
DKconfig80 Floppy disk drivers are known to bypass DMA API calls
/drivers/tty/hvc/
DKconfig95 This enables support for console output via RISC-V SBI calls, which
/drivers/xen/
DKconfig214 sends a small set of POSIX calls to the backend, which
223 allows PV Calls frontends to send POSIX calls to the backend,
/drivers/firmware/
DKconfig50 tristate "BIOS Enhanced Disk Drive calls determine boot disk"
54 Services real mode BIOS calls to determine which disk
/drivers/pinctrl/
DKconfig29 bool "Debug PINCTRL calls"
32 Say Y here to add some extra checks and diagnostics to PINCTRL calls.
/drivers/reset/
DKconfig225 driver gets initialized early during platform init calls.
/drivers/base/
DKconfig143 bool "Test driver remove calls during probe (UNSTABLE)"
/drivers/usb/gadget/legacy/
DKconfig213 the hardware are available, through read() and write() calls.
340 receive or send printer data. It can use ioctl calls to
/drivers/gpio/
DTODO57 the [devm_]gpiod_get() calls we have today that will implicitly go into
DKconfig51 bool "Debug GPIO calls"
54 Say Y here to add some extra checks and diagnostics to GPIO calls.
56 before they are used, and that sleeping calls are not made from
1081 platform-neutral GPIO calls.
/drivers/base/firmware_loader/
DKconfig149 a fallback mechanism. Firmware calls which do prohibit a fallback
/drivers/staging/pi433/Documentation/
Dpi433.txt60 the calls open, ioctl, read, write and close.
/drivers/clk/
DKconfig6 The <linux/clk.h> calls support software clock gating and
/drivers/input/mouse/
DKconfig172 PS/2 touchpad/tablet device). The manufacturer calls the

12