Home
last modified time | relevance | path

Searched refs:rtl (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c104 spin_lock(&rtl->queue.lock); in ssh_rtl_queue_remove()
121 spin_lock(&rtl->queue.lock); in ssh_rtl_queue_empty()
345 ssh_rtl_tx_schedule(rtl); in ssh_rtl_tx_work_fn()
422 ssh_rtl_tx_schedule(rtl); in ssh_rtl_submit()
578 ssh_rtl_tx_schedule(rtl); in ssh_rtl_complete()
583 struct ssh_rtl *rtl; in ssh_rtl_cancel_nonpending() local
627 rtl = ssh_request_rtl(r); in ssh_rtl_cancel_nonpending()
730 struct ssh_rtl *rtl; in ssh_rtl_cancel() local
745 if (canceled && rtl) in ssh_rtl_cancel()
906 rtl->ops.handle_event(rtl, cmd, data); in ssh_rtl_rx_event()
[all …]
H A Dssh_request_layer.h41 void (*handle_event)(struct ssh_rtl *rtl, const struct ssh_command *cmd,
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);
H A Dcontroller.h204 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()
H A 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()
1236 status = ssh_rtl_start(&ctrl->rtl); in ssam_controller_start()
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
1505 rtl_dbg_cond(rtl, "rsp: request failed: %d\n", status); in ssam_request_sync_complete()
1519 rtl_err(rtl, in ssam_request_sync_complete()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.structure.min.css5rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .u…
H A Djquery-ui.min.css7rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .u…
/openbmc/rest-dbus/resources/
H A Djstree.style.css1rtl .jstree-anchor{padding:0 1px 0 4px}.jstree-rtl .jstree-anchor>.jstree-themeicon{margin-left:2p…
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Drealtek,rtl-intc.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/realtek,rtl-intc.yaml#
28 - const: realtek,rtl-intc
29 - const: realtek,rtl-intc
63 const: realtek,rtl-intc
80 compatible = "realtek,rtl8380-intc", "realtek,rtl-intc";
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch26 * gcc.dg/rtl/aarch64/pr111411.c: New test.
32 gcc/testsuite/gcc.dg/rtl/aarch64/pr111411.c | 57 +++++++++++++++++++++
34 create mode 100644 gcc/testsuite/gcc.dg/rtl/aarch64/pr111411.c
55 diff --git a/gcc/testsuite/gcc.dg/rtl/aarch64/pr111411.c b/gcc/testsuite/gcc.dg/rtl/aarch64/pr11141…
59 +++ b/gcc/testsuite/gcc.dg/rtl/aarch64/pr111411.c
63 +/* { dg-options "-O -fdisable-rtl-postreload -fpeephole2 -fno-schedule-fusion" } */
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A 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";
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c1036 VFIOrtl8168Quirk *rtl = opaque; in vfio_rtl8168_quirk_address_read() local
1040 if (rtl->enabled) { in vfio_rtl8168_quirk_address_read()
1051 VFIOrtl8168Quirk *rtl = opaque; in vfio_rtl8168_quirk_address_write() local
1054 rtl->enabled = false; in vfio_rtl8168_quirk_address_write()
1057 rtl->enabled = true; in vfio_rtl8168_quirk_address_write()
1058 rtl->addr = (uint32_t)data; in vfio_rtl8168_quirk_address_write()
1095 VFIOrtl8168Quirk *rtl = opaque; in vfio_rtl8168_quirk_data_read() local
1116 rtl->data = (uint32_t)data; in vfio_rtl8168_quirk_data_write()
1135 VFIOrtl8168Quirk *rtl; in vfio_probe_rtl8168_bar2_quirk() local
1142 quirk->data = rtl = g_malloc0(sizeof(*rtl)); in vfio_probe_rtl8168_bar2_quirk()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dmicrochip,mpfs-spi.yaml24 - const: microchip,coreqspi-rtl-v2
25 - const: microchip,coreqspi-rtl-v2 # FPGA QSPI
H A Drealtek,rtl-spi.yaml4 $id: http://devicetree.org/schemas/spi/realtek,rtl-spi.yaml#
/openbmc/linux/samples/bpf/
H A 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()
/openbmc/linux/arch/riscv/boot/dts/microchip/
H A Dmpfs-icicle-kit-fabric.dtsi9 compatible = "microchip,corepwm-rtl-v4";
18 compatible = "microchip,corei2c-rtl-v7";
H A Dmpfs.dtsi366 compatible = "microchip,mpfs-qspi", "microchip,coreqspi-rtl-v2";
377 compatible = "microchip,mpfs-i2c", "microchip,corei2c-rtl-v7";
389 compatible = "microchip,mpfs-i2c", "microchip,corei2c-rtl-v7";
/openbmc/linux/Documentation/devicetree/bindings/mips/
H A Drealtek-rtl.yaml4 $id: http://devicetree.org/schemas/mips/realtek-rtl.yaml#
/openbmc/linux/Documentation/devicetree/bindings/pwm/
H A Dmicrochip,corepwm.yaml24 - const: microchip,corepwm-rtl-v4
78 compatible = "microchip,corepwm-rtl-v4";
/openbmc/linux/arch/mips/pci/
H A Dpcie-octeon.c664 pciercx_cfg448.s.rtl = 1677; in __cvmx_pcie_rc_initialize_link_gen1()
667 pciercx_cfg448.s.rtl = 867; in __cvmx_pcie_rc_initialize_link_gen1()
670 pciercx_cfg448.s.rtl = 462; in __cvmx_pcie_rc_initialize_link_gen1()
673 pciercx_cfg448.s.rtl = 258; in __cvmx_pcie_rc_initialize_link_gen1()
1127 pciercx_cfg448.s.rtl = 1677; in __cvmx_pcie_rc_initialize_link_gen2()
1130 pciercx_cfg448.s.rtl = 867; in __cvmx_pcie_rc_initialize_link_gen2()
1133 pciercx_cfg448.s.rtl = 462; in __cvmx_pcie_rc_initialize_link_gen2()
1136 pciercx_cfg448.s.rtl = 258; in __cvmx_pcie_rc_initialize_link_gen2()
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1557 uint16_t rsh, rsl, rth, rtl; in helper_precrqu_s_qb_ph() local
1562 rtl = rt & MIPSDSP_LO; in helper_precrqu_s_qb_ph()
1567 tempA = mipsdsp_sat8_reduce_precision(rtl, env); in helper_precrqu_s_qb_ph()
1817 uint16_t rth, rtl; \
1821 MIPSDSP_SPLIT32_16(rt, rth, rtl); \
1824 rtl = mipsdsp_##func(rtl, sa, env); \
1826 return MIPSDSP_RETURN32_16(rth, rtl); \
1955 uint16_t rth, rtl; \
1959 MIPSDSP_SPLIT32_16(rt, rth, rtl); \
1962 rtl = mipsdsp_##func(rtl, sa); \
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/
H A Dlinux-firmware_20240312.bb285 ${PN}-rtl-nic \
813 # For rtl
823 LICENSE:${PN}-rtl-nic = "WHENCE"
826 FILES:${PN}-rtl-license = " \
859 FILES:${PN}-rtl-nic = " \
863 RDEPENDS:${PN}-rtl8188 += "${PN}-rtl-license"
866 RDEPENDS:${PN}-rtl8192su = "${PN}-rtl-license"
867 RDEPENDS:${PN}-rtl8723 += "${PN}-rtl-license"
868 RDEPENDS:${PN}-rtl8821 += "${PN}-rtl-license"
869 RDEPENDS:${PN}-rtl8761 += "${PN}-rtl-license"
[all …]
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.hpp157 exprtk::rtl::vecops::package<double> vecopsPackage;
/openbmc/qemu/hw/display/
H A Dsm501.c687 int rtl = s->twoD_control & BIT(27); in sm501_2d_operation() local
724 if (rtl) { in sm501_2d_operation()
749 if (rtl) { in sm501_2d_operation()
825 if (rtl && src_base == dst_base && src_pitch == dst_pitch) { in sm501_2d_operation()
828 } else if (rtl) { in sm501_2d_operation()
/openbmc/linux/Documentation/kbuild/
H A Dgcc-plugins.rst76 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h301 __BITFIELD_FIELD(uint32_t rtl:16,

12