[go: nahoru, domu]

Searched refs:truncated (Results 1 - 7 of 7) sorted by relevance

/drivers/char/ipmi/
H A Dipmi_kcs_sm.c135 int truncated; member in struct:si_sm_data
153 kcs->truncated = 0;
222 /* Throw the data away and mark it truncated. */
224 kcs->truncated = 1;
317 kcs->truncated = 1;
328 if (kcs->truncated) {
330 * Report a truncated error. We might overwrite
332 * to know it was truncated.
335 kcs->truncated = 0;
H A Dipmi_smic_sm.c117 int truncated; member in struct:si_sm_data
132 smic->truncated = 0;
182 smic->truncated = 1;
190 if (smic->truncated) {
192 smic->truncated = 0;
258 smic->truncated = 1;
H A Dipmi_bt_sm.c102 int truncated; member in struct:si_sm_data
255 bt->truncated = 0;
280 if (length < msg_len || bt->truncated) {
369 bt->truncated = 1;
/drivers/media/platform/omap3isp/
H A Dispvideo.h36 * @truncated: V4L2 media bus format code for the same format truncated to 10
48 enum v4l2_mbus_pixelcode truncated; member in struct:isp_format_info
H A Dispccdc.c2047 fmt->code = info->truncated;
/drivers/staging/media/omap4iss/
H A Diss_video.h35 * @truncated: V4L2 media bus format code for the same format truncated to 10
47 enum v4l2_mbus_pixelcode truncated; member in struct:iss_format_info
/drivers/net/wireless/iwlwifi/mvm/
H A Dd3.c1147 int truncated = pktlen - pktsize; local
1150 if (WARN_ON_ONCE(truncated < 0))
1151 truncated = 0;
1181 /* if truncated, FCS/ICV is (partially) gone */
1182 if (truncated >= icvlen) {
1184 truncated -= icvlen;
1186 icvlen -= truncated;
1187 truncated = 0;
1199 wakeup.packet_len = pkt->len - truncated;
1204 if (truncated >
[all...]

Completed in 113 milliseconds