/drivers/misc/cxl/ |
D | base.c | 23 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 …]
|
D | cxl.h | 857 int register_cxl_calls(struct cxl_calls *calls); 858 void unregister_cxl_calls(struct cxl_calls *calls);
|
/drivers/block/paride/ |
D | Transition-notes | 24 * 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/ |
D | Kconfig | 80 of MPT adapters via system ioctl calls. Use of ioctl calls to
|
/drivers/isdn/ |
D | Kconfig | 17 voice calls (eg. turning your PC into a software answering machine
|
/drivers/md/ |
D | dm-era-target.c | 1306 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/ |
D | Kconfig | 32 registers on tee bus and invoke calls to manage firmware on BNXT device.
|
/drivers/staging/qlge/ |
D | TODO | 30 * fix weird line wrapping (all over, ex. the ql_set_routing_reg() calls in
|
/drivers/staging/media/av7110/ |
D | video-get-event.rst | 60 and/or select() system calls can be used with the device file descriptor
|
/drivers/staging/gs_fpgaboot/ |
D | README | 61 separate driver (pcie or others), then THAT driver calls my driver to
|
/drivers/staging/media/atomisp/ |
D | TODO | 15 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/ |
D | Kconfig | 80 Floppy disk drivers are known to bypass DMA API calls
|
/drivers/tty/hvc/ |
D | Kconfig | 95 This enables support for console output via RISC-V SBI calls, which
|
/drivers/xen/ |
D | Kconfig | 214 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/ |
D | Kconfig | 50 tristate "BIOS Enhanced Disk Drive calls determine boot disk" 54 Services real mode BIOS calls to determine which disk
|
/drivers/pinctrl/ |
D | Kconfig | 29 bool "Debug PINCTRL calls" 32 Say Y here to add some extra checks and diagnostics to PINCTRL calls.
|
/drivers/reset/ |
D | Kconfig | 225 driver gets initialized early during platform init calls.
|
/drivers/base/ |
D | Kconfig | 143 bool "Test driver remove calls during probe (UNSTABLE)"
|
/drivers/usb/gadget/legacy/ |
D | Kconfig | 213 the hardware are available, through read() and write() calls. 340 receive or send printer data. It can use ioctl calls to
|
/drivers/gpio/ |
D | TODO | 57 the [devm_]gpiod_get() calls we have today that will implicitly go into
|
D | Kconfig | 51 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/ |
D | Kconfig | 149 a fallback mechanism. Firmware calls which do prohibit a fallback
|
/drivers/staging/pi433/Documentation/ |
D | pi433.txt | 60 the calls open, ioctl, read, write and close.
|
/drivers/clk/ |
D | Kconfig | 6 The <linux/clk.h> calls support software clock gating and
|
/drivers/input/mouse/ |
D | Kconfig | 172 PS/2 touchpad/tablet device). The manufacturer calls the
|