Home
last modified time | relevance | path

Searched refs:termination (Results 1 – 25 of 55) sorted by relevance

123

/linux/Documentation/ABI/testing/
A Dsysfs-class-net-janz-ican31 What: /sys/class/net/<iface>/termination
6 Value representing the can bus termination
8 Default: 1 (termination active)
9 Reading: get actual termination state
10 Writing: set actual termination state (0=no termination, 1=termination active)
/linux/Documentation/devicetree/bindings/net/can/
A Dcan-controller.yaml16 termination-gpios:
17 description: GPIO pin to enable CAN bus termination.
20 termination-ohms:
21 description: The resistance value of the CAN bus termination resistor.
A Dfsl,flexcan.yaml122 termination-gpios: true
123 termination-ohms: true
165 termination-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
166 termination-ohms = <120>;
/linux/drivers/gpu/drm/i915/pxp/
A Dintel_pxp.c119 init_completion(&pxp->termination); in intel_pxp_init()
120 complete_all(&pxp->termination); in intel_pxp_init()
156 reinit_completion(&pxp->termination); in intel_pxp_mark_termination_in_progress()
192 if (!wait_for_completion_timeout(&pxp->termination, in intel_pxp_start()
A Dintel_pxp_session.c129 complete_all(&pxp->termination); in pxp_terminate()
138 complete_all(&pxp->termination); in pxp_terminate_complete()
A Dintel_pxp_types.h72 struct completion termination; member
A Dintel_pxp_debugfs.c51 if (!wait_for_completion_timeout(&pxp->termination, in pxp_terminate_set()
/linux/Documentation/devicetree/bindings/power/supply/
A Dbq24257.yaml37 ti,termination-current:
79 - ti,termination-current
101 ti,termination-current = <50000>;
119 ti,termination-current = <50000>;
A Dbq2415x.yaml53 ti,termination-current:
74 - ti,termination-current
93 ti,termination-current = <100>;
A Dbq25890.yaml38 ti,termination-current:
90 - ti,termination-current
114 ti,termination-current = <50000>;
A Dsc2731-charger.yaml29 - charge-term-current-microamp: current for charge termination phase.
/linux/Documentation/devicetree/bindings/phy/
A Dxlnx,zynqmp-psgtr.yaml69 xlnx,tx-termination-fix:
71 Include this for fixing functional issue with the TX termination
89 xlnx,tx-termination-fix: false
/linux/drivers/scsi/
A Dadvansys.c10238 termination = 0; in AdvInitFrom38C0800EEP()
10252 termination = 0; in AdvInitFrom38C0800EEP()
10262 asc_dvc->cfg->termination = termination; in AdvInitFrom38C0800EEP()
10266 asc_dvc->cfg->termination = termination | TERM_LVD_HI; in AdvInitFrom38C0800EEP()
10270 asc_dvc->cfg->termination = termination | TERM_LVD; in AdvInitFrom38C0800EEP()
10276 asc_dvc->cfg->termination = termination; in AdvInitFrom38C0800EEP()
10486 asc_dvc->cfg->termination = termination; in AdvInitFrom38C1600EEP()
10490 asc_dvc->cfg->termination = termination | TERM_LVD_HI; in AdvInitFrom38C1600EEP()
10494 asc_dvc->cfg->termination = termination | TERM_LVD; in AdvInitFrom38C1600EEP()
10500 asc_dvc->cfg->termination = termination; in AdvInitFrom38C1600EEP()
[all …]
/linux/drivers/net/can/usb/
A Dmcba_usb.c139 u8 termination; member
478 priv->can.termination = MCBA_TERMINATION_ENABLED; in mcba_usb_process_ka_usb()
480 priv->can.termination = MCBA_TERMINATION_DISABLED; in mcba_usb_process_ka_usb()
797 usb_msg.termination = 1; in mcba_set_termination()
799 usb_msg.termination = 0; in mcba_set_termination()
/linux/arch/arm64/boot/dts/freescale/
A Dimx8mq-librem5-r2.dts18 ti,termination-current = <66000>; /* uA */
A Dimx8mq-librem5-r3.dts28 ti,termination-current = <144000>; /* uA */
A Dimx8mq-librem5-r4.dts26 ti,termination-current = <144000>; /* uA */
/linux/Documentation/filesystems/
A Dnetfs_library.rst466 With a termination handler function pointer::
510 Also provided is a pointer to a termination handler function and private
511 data to pass to that function. The termination function should be called
513 indicating whether the termination is definitely happening in the caller's
529 Also provided is a pointer to a termination handler function and private
530 data to pass to that function. The termination function should be called
532 indicating whether the termination is definitely happening in the caller's
/linux/drivers/net/can/dev/
A Dnetlink.c348 priv->termination = termval; in can_changelink()
406 size += nla_total_size(sizeof(priv->termination)); /* IFLA_CAN_TERMINATION */ in can_get_size()
512 (nla_put_u16(skb, IFLA_CAN_TERMINATION, priv->termination) || in can_fill_info()
/linux/Documentation/scsi/
A Dqlogicfas.rst68 The best way to test if your cables, termination, etc. are good is to
82 termination (the ACK can be reflected), or by noise when the chips
/linux/Documentation/devicetree/bindings/serial/
A Drs485.yaml46 description: GPIO pin to enable RS485 bus termination.
/linux/include/linux/can/
A Ddev.h63 u16 termination; member
/linux/tools/perf/Documentation/
A Djitdump-specification.txt79 * char[n]: function name in ASCII including the null termination
85 * function name string, including termination
130 * char name[n] : source file name in ASCII, including null termination
/linux/Documentation/devicetree/bindings/pci/
A Dxgene-pci-msi.txt9 registers. These registers include the MSI termination address and data
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dti,sci-inta.yaml17 which handles the termination of system events to that they can

Completed in 51 milliseconds

123