| /kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
| D | ssh_request_layer.c | 102 struct ssh_rtl *rtl = ssh_request_rtl(rqst); in ssh_rtl_queue_remove() local 104 spin_lock(&rtl->queue.lock); in ssh_rtl_queue_remove() 107 spin_unlock(&rtl->queue.lock); in ssh_rtl_queue_remove() 113 spin_unlock(&rtl->queue.lock); in ssh_rtl_queue_remove() 117 static bool ssh_rtl_queue_empty(struct ssh_rtl *rtl) in ssh_rtl_queue_empty() argument 121 spin_lock(&rtl->queue.lock); in ssh_rtl_queue_empty() 122 empty = list_empty(&rtl->queue.head); in ssh_rtl_queue_empty() 123 spin_unlock(&rtl->queue.lock); in ssh_rtl_queue_empty() 130 struct ssh_rtl *rtl = ssh_request_rtl(rqst); in ssh_rtl_pending_remove() local 132 spin_lock(&rtl->pending.lock); in ssh_rtl_pending_remove() [all …]
|
| D | ssh_request_layer.h | 41 void (*handle_event)(struct ssh_rtl *rtl, const struct ssh_command *cmd, 105 * @rtl: The request transport layer. 110 static inline struct device *ssh_rtl_get_device(struct ssh_rtl *rtl) in ssh_rtl_get_device() argument 112 return ssh_ptl_get_device(&rtl->ptl); in ssh_rtl_get_device() 129 int ssh_rtl_submit(struct ssh_rtl *rtl, struct ssh_request *rqst); 132 int ssh_rtl_init(struct ssh_rtl *rtl, struct serdev_device *serdev, 135 int ssh_rtl_start(struct ssh_rtl *rtl); 136 int ssh_rtl_flush(struct ssh_rtl *rtl, unsigned long timeout); 137 void ssh_rtl_shutdown(struct ssh_rtl *rtl); 138 void ssh_rtl_destroy(struct ssh_rtl *rtl);
|
| D | controller.h | 188 * @rtl: Request transport layer for SSH I/O. 204 struct ssh_rtl rtl; member 223 #define ssam_dbg(ctrl, fmt, ...) rtl_dbg(&(ctrl)->rtl, fmt, ##__VA_ARGS__) 224 #define ssam_info(ctrl, fmt, ...) rtl_info(&(ctrl)->rtl, fmt, ##__VA_ARGS__) 225 #define ssam_warn(ctrl, fmt, ...) rtl_warn(&(ctrl)->rtl, fmt, ##__VA_ARGS__) 226 #define ssam_err(ctrl, fmt, ...) rtl_err(&(ctrl)->rtl, fmt, ##__VA_ARGS__) 244 return ssh_ptl_rx_rcvbuf(&ctrl->rtl.ptl, buf, n); in ssam_controller_receive_buf() 254 ssh_ptl_tx_wakeup_transfer(&ctrl->rtl.ptl); in ssam_controller_write_wakeup()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
| D | Kconfig | 35 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support" 47 tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" 53 the RTL 8129/8130/8139 chips. If you have one of those, say Y here. 69 bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)" 74 RTL-8139 revision K boards, and totally unused otherwise. It tries 80 bool "Support for older RTL-8129/8130 boards" 83 This enables support for the older and uncommon RTL-8129 and 84 RTL-8130 chips, which support MII via an external transceiver,
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
| D | Kconfig | 35 tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support" 47 tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" 53 the RTL 8129/8130/8139 chips. If you have one of those, say Y here. 69 bool "Support for uncommon RTL-8139 rev. K (automatic channel equalization)" 74 RTL-8139 revision K boards, and totally unused otherwise. It tries 80 bool "Support for older RTL-8129/8130 boards" 83 This enables support for the older and uncommon RTL-8129 and 84 RTL-8130 chips, which support MII via an external transceiver,
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| D | realtek,rtl-intc.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/realtek,rtl-intc.yaml# 7 title: Realtek RTL SoC interrupt controller 28 - const: realtek,rtl-intc 29 - const: realtek,rtl-intc 63 const: realtek,rtl-intc 80 compatible = "realtek,rtl8380-intc", "realtek,rtl-intc";
|
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| D | btrtl.h | 10 #define rtl_dev_err(dev, fmt, ...) bt_dev_err(dev, "RTL: " fmt, ##__VA_ARGS__) 11 #define rtl_dev_warn(dev, fmt, ...) bt_dev_warn(dev, "RTL: " fmt, ##__VA_ARGS__) 12 #define rtl_dev_info(dev, fmt, ...) bt_dev_info(dev, "RTL: " fmt, ##__VA_ARGS__) 13 #define rtl_dev_dbg(dev, fmt, ...) bt_dev_dbg(dev, "RTL: " fmt, ##__VA_ARGS__)
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| D | microchip,corei2c.yaml | 20 - const: microchip,corei2c-rtl-v7 # Microchip Fabric based i2c IP core 21 - const: microchip,corei2c-rtl-v7 # Microchip Fabric based i2c IP core 49 compatible = "microchip,mpfs-i2c", "microchip,corei2c-rtl-v7";
|
| /kernel/linux/linux-5.10/Documentation/kbuild/ |
| D | gcc-plugins.rst | 12 callbacks [2]_, GIMPLE [3]_, IPA [4]_ and RTL passes [5]_. 30 .. [5] https://gcc.gnu.org/onlinedocs/gccint/RTL.html 50 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h** 53 GIMPLE, SIMPLE_IPA, IPA and RTL passes.
|
| /kernel/linux/linux-6.6/drivers/bluetooth/ |
| D | btrtl.h | 10 #define rtl_dev_err(dev, fmt, ...) bt_dev_err(dev, "RTL: " fmt, ##__VA_ARGS__) 11 #define rtl_dev_warn(dev, fmt, ...) bt_dev_warn(dev, "RTL: " fmt, ##__VA_ARGS__) 12 #define rtl_dev_info(dev, fmt, ...) bt_dev_info(dev, "RTL: " fmt, ##__VA_ARGS__) 13 #define rtl_dev_dbg(dev, fmt, ...) bt_dev_dbg(dev, "RTL: " fmt, ##__VA_ARGS__)
|
| /kernel/linux/linux-6.6/Documentation/kbuild/ |
| D | gcc-plugins.rst | 12 callbacks [2]_, GIMPLE [3]_, IPA [4]_ and RTL passes [5]_. 30 .. [5] https://gcc.gnu.org/onlinedocs/gccint/RTL.html 76 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h** 79 GIMPLE, SIMPLE_IPA, IPA and RTL passes.
|
| /kernel/linux/linux-5.10/scripts/gcc-plugins/ |
| D | stackleak_plugin.c | 24 * - add "-fdump-tree-all -fdump-rtl-all" to the plugin CFLAGS in 276 * which is an RTL representation of the code for a function. in remove_stack_tracking_gcall() 295 * Check the expression code of the insn body, which is an RTL in remove_stack_tracking_gcall() 346 * insns, which is an RTL representation of the code for a function. in remove_stack_tracking_gasm() 365 * Check the expression code of the insn body, which is an RTL in remove_stack_tracking_gasm() 393 * Work with the RTL representation of the code. 514 #include "gcc-generate-rtl-pass.h" 544 * performed just before expanding gcc trees to the RTL. In former in plugin_init() 620 * The stack frame size info is available only at the last RTL pass, in plugin_init()
|
| /kernel/linux/linux-6.6/scripts/gcc-plugins/ |
| D | stackleak_plugin.c | 24 * - add "-fdump-tree-all -fdump-rtl-all" to the plugin CFLAGS in 274 * which is an RTL representation of the code for a function. in remove_stack_tracking_gcall() 293 * Check the expression code of the insn body, which is an RTL in remove_stack_tracking_gcall() 344 * insns, which is an RTL representation of the code for a function. in remove_stack_tracking_gasm() 363 * Check the expression code of the insn body, which is an RTL in remove_stack_tracking_gasm() 391 * Work with the RTL representation of the code. 518 #include "gcc-generate-rtl-pass.h" 548 * performed just before expanding gcc trees to the RTL. In former in plugin_init() 624 * The stack frame size info is available only at the last RTL pass, in plugin_init()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/ |
| D | microchip,mpfs-spi.yaml | 24 - const: microchip,coreqspi-rtl-v2 25 - const: microchip,coreqspi-rtl-v2 # FPGA QSPI
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| D | xdp_router_ipv4_user.c | 98 int rtl; in read_route() local 124 rtl = RTM_PAYLOAD(nh); in read_route() 126 for (; RTA_OK(rt_attr, rtl); rt_attr = RTA_NEXT(rt_attr, rtl)) { in read_route() 321 int rtl, ndm_family; in read_arp() local 337 rtl = RTM_PAYLOAD(nh); in read_arp() 338 for (; RTA_OK(rt_attr, rtl); rt_attr = RTA_NEXT(rt_attr, rtl)) { in read_arp()
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| D | xdp_router_ipv4_user.c | 129 int rtl; in read_route() local 166 rtl = RTM_PAYLOAD(nh); in read_route() 168 for (; RTA_OK(rt_attr, rtl); rt_attr = RTA_NEXT(rt_attr, rtl)) { in read_route() 382 int rtl, ndm_family; in read_arp() local 401 rtl = RTM_PAYLOAD(nh); in read_arp() 402 for (; RTA_OK(rt_attr, rtl); rt_attr = RTA_NEXT(rt_attr, rtl)) { in read_arp()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pwm/ |
| D | microchip,corepwm.yaml | 24 - const: microchip,corepwm-rtl-v4 78 compatible = "microchip,corepwm-rtl-v4";
|
| /kernel/linux/linux-6.6/arch/riscv/boot/dts/microchip/ |
| D | mpfs-icicle-kit-fabric.dtsi | 9 compatible = "microchip,corepwm-rtl-v4"; 18 compatible = "microchip,corei2c-rtl-v7";
|
| /kernel/linux/linux-5.10/lib/ |
| D | locking-selftest-rtmutex.h | 3 #define LOCK RTL
|
| /kernel/linux/linux-6.6/lib/ |
| D | locking-selftest-rtmutex.h | 3 #define LOCK RTL
|
| /kernel/linux/linux-6.6/drivers/irqchip/ |
| D | irq-realtek-rtl.c | 80 .name = "realtek-rtl-intc", 174 IRQCHIP_DECLARE(realtek_rtl_intc, "realtek,rtl-intc", realtek_rtl_of_init);
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-realtek-rtl.c | 200 .name = "realtek-rtl-spi", 209 MODULE_DESCRIPTION("Realtek RTL SPI driver");
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
| D | regd.c | 397 "rtl: EEPROM regdomain: 0x%0x country code: %d\n", in rtl_regd_init() 402 "rtl: EEPROM indicates invalid country code, world wide 13 should be used\n"); in rtl_regd_init() 418 "rtl: Country alpha2 being used: %c%c\n", in rtl_regd_init()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | regd.c | 397 "rtl: EEPROM regdomain: 0x%0x country code: %d\n", in rtl_regd_init() 402 "rtl: EEPROM indicates invalid country code, world wide 13 should be used\n"); in rtl_regd_init() 418 "rtl: Country alpha2 being used: %c%c\n", in rtl_regd_init()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mips/ |
| D | realtek-rtl.yaml | 4 $id: http://devicetree.org/schemas/mips/realtek-rtl.yaml#
|