HomeSort by: relevance | last modified time | path
    Searched refs:tvout (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stih407.dtsi 80 sti-tvout@8d08000 {
81 compatible = "st,stih407-tvout";
83 reg-names = "tvout-reg";
84 reset-names = "tvout";
stih410.dtsi 174 sti-tvout@8d08000 {
175 compatible = "st,stih407-tvout";
177 reg-names = "tvout-reg";
178 reset-names = "tvout";
ste-ab8500.dtsi 344 // supply for tvout; gpadc; TVOUT LDO
omap3-gta04.dtsi 219 /* devconf1 setup for tvout pins */
omap3-n900.dts 146 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
  /src/sys/nfs/
nfs_socket.c 1018 struct timeval tvin, tvout; local in function:nfs_getreq
1020 memset(&tvout, 0, sizeof tvout); /* XXX gcc */
1218 tvout.tv_sec = fxdr_unsigned(long, tvout.tv_sec);
1219 tvout.tv_usec = fxdr_unsigned(long, tvout.tv_usec);
1221 nuidp->nu_timestamp.tv_sec > tvout.tv_sec ||
1222 (nuidp->nu_timestamp.tv_sec == tvout.tv_sec &&
1223 nuidp->nu_timestamp.tv_usec > tvout.tv_usec))
    [all...]

Completed in 18 milliseconds