/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-net-janz-ican3 | 1 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)
|
D | sysfs-firmware-dmi-entries | 64 terminated strings, with termination signalled
|
/Linux-v6.6/drivers/gpu/drm/i915/pxp/ |
D | intel_pxp.c | 129 init_completion(&pxp->termination); in pxp_init_full() 130 complete_all(&pxp->termination); in pxp_init_full() 262 reinit_completion(&pxp->termination); in intel_pxp_mark_termination_in_progress() 315 if (!wait_for_completion_timeout(&pxp->termination, msecs_to_jiffies(timeout))) in __pxp_global_teardown_final() 335 if (!wait_for_completion_timeout(&pxp->termination, msecs_to_jiffies(timeout))) in __pxp_global_teardown_restart()
|
D | intel_pxp_session.c | 134 complete_all(&pxp->termination); in intel_pxp_terminate() 143 complete_all(&pxp->termination); in pxp_terminate_complete()
|
D | intel_pxp_types.h | 109 struct completion termination; member
|
D | intel_pxp_debugfs.c | 61 if (!wait_for_completion_timeout(&pxp->termination, in pxp_terminate_set()
|
/Linux-v6.6/drivers/scsi/ |
D | advansys.c | 939 uchar termination; /* 11 0 - automatic */ member 1699 uchar termination; /* Term. Ctrl. bits 6-5 of SCSI_CFG1 register */ member 2387 h->disc_enable, h->termination); in asc_prt_adv_dvc_cfg() 2970 word = ep_3550->termination; in asc_prt_adv_board_eeprom() 2995 ep_3550->termination, termstr, in asc_prt_adv_board_eeprom() 4624 if (asc_dvc->cfg->termination == 0) { in AdvInitAsc3550Driver() 4629 asc_dvc->cfg->termination |= TERM_CTL_SEL; in AdvInitAsc3550Driver() 4639 asc_dvc->cfg->termination |= (TERM_CTL_H | TERM_CTL_L); in AdvInitAsc3550Driver() 4648 asc_dvc->cfg->termination |= TERM_CTL_H; in AdvInitAsc3550Driver() 4669 scsi_cfg1 |= (TERM_CTL_SEL | (~asc_dvc->cfg->termination & TERM_CTL)); in AdvInitAsc3550Driver() [all …]
|
/Linux-v6.6/arch/arm/boot/dts/st/ |
D | stm32mp157c-lxa-tac-gen2.dts | 142 termination-gpios = <&gpioe 4 GPIO_ACTIVE_HIGH>; 143 termination-ohms = <120>;
|
/Linux-v6.6/drivers/net/can/usb/ |
D | mcba_usb.c | 140 u8 termination; member 471 priv->can.termination = MCBA_TERMINATION_ENABLED; in mcba_usb_process_ka_usb() 473 priv->can.termination = MCBA_TERMINATION_DISABLED; in mcba_usb_process_ka_usb() 792 usb_msg.termination = MCBA_VER_TERMINATION_ON; in mcba_set_termination() 794 usb_msg.termination = MCBA_VER_TERMINATION_OFF; in mcba_set_termination()
|
/Linux-v6.6/arch/arm64/boot/dts/freescale/ |
D | imx8mm-venice-gw72xx-0x-rs422.dtso | 6 * - GPIO1_0 rs485_term selects on-chip termination
|
D | imx8mm-venice-gw72xx-0x-rs485.dtso | 6 * - GPIO1_0 rs485_term selects on-chip termination
|
D | imx8mm-venice-gw73xx-0x-rs422.dtso | 6 * - GPIO1_0 rs485_term selects on-chip termination
|
D | imx8mm-venice-gw73xx-0x-rs485.dtso | 6 * - GPIO1_0 rs485_term selects on-chip termination
|
/Linux-v6.6/Documentation/scsi/ |
D | qlogicfas.rst | 68 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-v6.6/drivers/net/can/dev/ |
D | netlink.c | 386 priv->termination = termval; in can_changelink() 450 size += nla_total_size(sizeof(priv->termination)); /* IFLA_CAN_TERMINATION */ in can_get_size() 577 (nla_put_u16(skb, IFLA_CAN_TERMINATION, priv->termination) || in can_fill_info()
|
/Linux-v6.6/Documentation/filesystems/ |
D | netfs_library.rst | 515 With a termination handler function pointer:: 559 Also provided is a pointer to a termination handler function and private 560 data to pass to that function. The termination function should be called 562 indicating whether the termination is definitely happening in the caller's 581 Also provided is a pointer to a termination handler function and private 582 data to pass to that function. The termination function should be called 584 indicating whether the termination is definitely happening in the caller's
|
/Linux-v6.6/include/linux/can/ |
D | dev.h | 63 u16 termination; member
|
/Linux-v6.6/Documentation/devicetree/bindings/pci/ |
D | xgene-pci-msi.txt | 9 registers. These registers include the MSI termination address and data
|
/Linux-v6.6/tools/perf/Documentation/ |
D | jitdump-specification.txt | 79 * 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-v6.6/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-vicut1.dtsi | 212 termination-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>; 213 termination-ohms = <150>;
|
/Linux-v6.6/Documentation/driver-api/dmaengine/ |
D | client.rst | 360 5. Synchronize termination API 366 Synchronize the termination of the DMA channel to the current context. 369 the termination of the DMA channel to the current context. The function will
|
/Linux-v6.6/Documentation/core-api/ |
D | netlink.rst | 84 Accept strings without the null-termination (for legacy families only).
|
/Linux-v6.6/LICENSES/dual/ |
D | CDDL-1.0 | 283 beyond the termination of this License shall survive. 302 6.3. In the event of termination under Sections 6.1 or 6.2 above, 304 distributor hereunder prior to termination (excluding licenses 305 granted to You by any distributor) shall survive termination.
|
D | MPL-1.1 | 338 survive any termination of this License. Provisions which, by their 339 nature, must remain in effect beyond the termination of this License 378 8.4. In the event of termination under Sections 8.1 or 8.2 above, 381 prior to termination shall survive termination.
|
/Linux-v6.6/arch/arm/boot/dts/arm/ |
D | vexpress-v2p-ca9.dts | 252 /* DDR2 SDRAM VTT termination voltage */
|