#ifndef __DT_CS35L32_H #define __DT_CS35L32_H #define CS35L32_BOOST_MGR_AUTO 0 #define CS35L32_BOOST_MGR_AUTO_AUDIO 1 #define CS35L32_BOOST_MGR_BYPASS 2 #define CS35L32_BOOST_MGR_FIXED 3 #define CS35L32_DATA_CFG_LR_VP 0 #define CS35L32_DATA_CFG_LR_STAT 1 #define CS35L32_DATA_CFG_LR 2 #define CS35L32_DATA_CFG_LR_VPSTAT 3 #define CS35L32_BATT_THRESH_3_1V 0 #define CS35L32_BATT_THRESH_3_2V 1 #define CS35L32_BATT_THRESH_3_3V 2 #define CS35L32_BATT_THRESH_3_4V 3 #define CS35L32_BATT_RECOV_3_1V 0 #define CS35L32_BATT_RECOV_3_2V 1 #define CS35L32_BATT_RECOV_3_3V 2 #define CS35L32_BATT_RECOV_3_4V 3 #define CS35L32_BATT_RECOV_3_5V 4 #define CS35L32_BATT_RECOV_3_6V 5 #endif /* __DT_CS35L32_H */ ass='main'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long1-0/+2
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long1-0/+3
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long1-0/+1
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long1-0/+2
2017-02-07sctp: drop __packed from almost all SCTP structuresMarcelo Ricardo Leitner1-1/+1
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov2-4/+6