#ifndef _DT_BINDINGS_ADI_AD5592R_H #define _DT_BINDINGS_ADI_AD5592R_H #define CH_MODE_UNUSED 0 #define CH_MODE_ADC 1 #define CH_MODE_DAC 2 #define CH_MODE_DAC_AND_ADC 3 #define CH_MODE_GPIO 8 #define CH_OFFSTATE_PULLDOWN 0 #define CH_OFFSTATE_OUT_LOW 1 #define CH_OFFSTATE_OUT_HIGH 2 #define CH_OFFSTATE_OUT_TRISTATE 3 #endif /* _DT_BINDINGS_ADI_AD5592R_H */ inux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/netlink/af_netlink.h
n>
AgeCommit message (Expand)AuthorFilesLines
net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern1-1/+2
2017-02-04net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern1-2/+4
2017-02-04net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern1-0/+10
2017-02-01net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern1-0/+3