Home
last modified time | relevance | path

Searched full:rtl (Results 1 – 25 of 106) sorted by relevance

12345

/Linux-v6.1/drivers/platform/surface/aggregator/
Dssh_request_layer.c102 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 …]
Dssh_request_layer.h41 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);
Dcontroller.h188 * @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()
Dcontroller.c878 return ssh_rtl_get_device(&c->rtl); in ssam_controller_device()
984 static void ssam_handle_event(struct ssh_rtl *rtl, in ssam_handle_event() argument
988 struct ssam_controller *ctrl = to_ssam_controller(rtl, rtl); in ssam_handle_event()
1200 status = ssh_rtl_init(&ctrl->rtl, serdev, &ssam_rtl_ops); in ssam_controller_init()
1236 status = ssh_rtl_start(&ctrl->rtl); in ssam_controller_start()
1298 status = ssh_rtl_flush(&ctrl->rtl, SSAM_CTRL_SHUTDOWN_FLUSH_TIMEOUT); in ssam_controller_shutdown()
1324 ssh_rtl_shutdown(&ctrl->rtl); in ssam_controller_shutdown()
1332 ctrl->rtl.ptl.serdev = NULL; in ssam_controller_shutdown()
1369 ssh_rtl_destroy(&ctrl->rtl); in ssam_controller_destroy()
1495 struct ssh_rtl *rtl = ssh_request_rtl(rqst); in ssam_request_sync_complete() local
[all …]
/Linux-v6.1/drivers/net/ethernet/realtek/
DKconfig35 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,
D8139too.c3 8139too.c: A RealTek RTL-8139 Fast Ethernet driver for Linux.
158 The RTL chips use a 64 element hash table based on the Ethernet CRC. */
316 Config4 = 0x5A, /* absent on RTL-8139A */
331 Config5 = 0xD8, /* absent on RTL-8139A */
514 { "RTL-8139",
519 { "RTL-8139 rev K",
524 { "RTL-8139A",
529 { "RTL-8139A rev G",
534 { "RTL-8139B",
539 { "RTL-8130",
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Drealtek,rtl-intc.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/realtek,rtl-intc.yaml#
7 title: Realtek RTL SoC interrupt controller devicetree bindings
28 - const: realtek,rtl-intc
29 - const: realtek,rtl-intc
63 const: realtek,rtl-intc
80 compatible = "realtek,rtl8380-intc", "realtek,rtl-intc";
/Linux-v6.1/drivers/bluetooth/
Dbtrtl.h10 #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__)
/Linux-v6.1/Documentation/devicetree/bindings/i2c/
Dmicrochip,corei2c.yaml20 - 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";
/Linux-v6.1/Documentation/kbuild/
Dgcc-plugins.rst12 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.
/Linux-v6.1/scripts/gcc-plugins/
Dstackleak_plugin.c24 * - 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.
516 #include "gcc-generate-rtl-pass.h"
546 * performed just before expanding gcc trees to the RTL. In former in plugin_init()
622 * The stack frame size info is available only at the last RTL pass, in plugin_init()
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dmicrochip,mpfs-spi.yaml24 - const: microchip,coreqspi-rtl-v2
25 - const: microchip,coreqspi-rtl-v2 #FPGA QSPI
Drealtek,rtl-spi.yaml4 $id: http://devicetree.org/schemas/spi/realtek,rtl-spi.yaml#
/Linux-v6.1/samples/bpf/
Dxdp_router_ipv4_user.c98 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()
/Linux-v6.1/arch/riscv/boot/dts/microchip/
Dmpfs-icicle-kit-fabric.dtsi9 compatible = "microchip,corepwm-rtl-v4";
18 compatible = "microchip,corei2c-rtl-v7";
Dmpfs.dtsi333 compatible = "microchip,mpfs-qspi", "microchip,coreqspi-rtl-v2";
344 compatible = "microchip,mpfs-i2c", "microchip,corei2c-rtl-v7";
356 compatible = "microchip,mpfs-i2c", "microchip,corei2c-rtl-v7";
/Linux-v6.1/Documentation/devicetree/bindings/pwm/
Dmicrochip,corepwm.yaml24 - const: microchip,corepwm-rtl-v4
76 compatible = "microchip,corepwm-rtl-v4";
/Linux-v6.1/drivers/irqchip/
Dirq-realtek-rtl.c80 .name = "realtek-rtl-intc",
174 IRQCHIP_DECLARE(realtek_rtl_intc, "realtek,rtl-intc", realtek_rtl_of_init);
/Linux-v6.1/lib/
Dlocking-selftest-rtmutex.h3 #define LOCK RTL
/Linux-v6.1/drivers/spi/
Dspi-realtek-rtl.c200 .name = "realtek-rtl-spi",
209 MODULE_DESCRIPTION("Realtek RTL SPI driver");
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/
Dregd.c397 "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()
/Linux-v6.1/Documentation/devicetree/bindings/mips/
Drealtek-rtl.yaml4 $id: http://devicetree.org/schemas/mips/realtek-rtl.yaml#
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-devices-system-ibm-rtl20 the RTL table version that lives in the Extended
/Linux-v6.1/Documentation/devicetree/bindings/clock/sifive/
Dfu540-prci.yaml35 - description: RTL clock.
Dfu740-prci.yaml35 - description: RTL clock.

12345