| /drivers/net/ethernet/netronome/nfp/nfd3/ |
| A D | xsk.c | 340 u32 i, got; in nfp_nfd3_xsk_tx() local 348 got = i; in nfp_nfd3_xsk_tx() 349 if (!got) in nfp_nfd3_xsk_tx() 355 for (i = 0; i < got; i++) in nfp_nfd3_xsk_tx() 359 for (i = 0; i < got; i++) { in nfp_nfd3_xsk_tx() 374 tx_ring->wr_p += got; in nfp_nfd3_xsk_tx() 375 pkts += got; in nfp_nfd3_xsk_tx()
|
| /drivers/tty/hvc/ |
| A D | hvc_vio.c | 74 size_t got; in hvterm_raw_get_chars() local 100 got = min(count, pv->left); in hvterm_raw_get_chars() 101 memcpy(buf, &pv->buf[pv->offset], got); in hvterm_raw_get_chars() 102 pv->offset += got; in hvterm_raw_get_chars() 103 pv->left -= got; in hvterm_raw_get_chars() 107 return got; in hvterm_raw_get_chars()
|
| A D | hvcs.c | 561 int got = 0; in hvcs_io() local 580 got = hvc_get_chars(unit_address, in hvcs_io() 583 tty_insert_flip_string(&hvcsd->port, buf, got); in hvcs_io() 587 if (got) in hvcs_io() 592 if (got) in hvcs_io()
|
| A D | hvsi.c | 218 unsigned long got; in hvsi_read() local 220 got = hvc_get_chars(hp->vtermno, buf, count); in hvsi_read() 222 return got; in hvsi_read()
|
| /drivers/usb/misc/ |
| A D | uss720.c | 464 size_t got = 0; in parport_uss720_epp_read_data() local 468 for (; got < length; got++) { in parport_uss720_epp_read_data() 478 return got; in parport_uss720_epp_read_data() 523 size_t got = 0; in parport_uss720_epp_read_addr() local 527 for (; got < length; got++) { in parport_uss720_epp_read_addr() 537 return got; in parport_uss720_epp_read_addr()
|
| /drivers/input/serio/ |
| A D | hil_mlc.c | 448 #define EXPECT(comp, to, got, got_wrong, timed_out) \ argument 449 { HILSE_EXPECT, { .packet = comp }, to, got, got_wrong, timed_out }, 450 #define EXPECT_LAST(comp, to, got, got_wrong, timed_out) \ argument 451 { HILSE_EXPECT_LAST, { .packet = comp }, to, got, got_wrong, timed_out }, 452 #define EXPECT_DISC(comp, to, got, got_wrong, timed_out) \ argument 453 { HILSE_EXPECT_DISC, { .packet = comp }, to, got, got_wrong, timed_out }, 454 #define IN(to, got, got_error, timed_out) \ argument 455 { HILSE_IN, { .packet = 0 }, to, got, got_error, timed_out },
|
| /drivers/parport/ |
| A D | parport_pc.c | 289 got += 16; in parport_pc_epp_read_data() 295 got++; in parport_pc_epp_read_data() 306 return got; in parport_pc_epp_read_data() 325 for (; got < length; got++) { in parport_pc_epp_read_data() 335 return got; in parport_pc_epp_read_data() 385 for (; got < length; got++) { in parport_pc_epp_read_addr() 394 return got; in parport_pc_epp_read_addr() 426 size_t got; in parport_pc_ecpepp_read_data() local 434 return got; in parport_pc_ecpepp_read_data() 455 size_t got; in parport_pc_ecpepp_read_addr() local [all …]
|
| A D | parport_ip32.c | 1104 size_t got; in parport_ip32_epp_read() local 1114 got = len; in parport_ip32_epp_read() 1117 for (got = 0; got < len; got++) { in parport_ip32_epp_read() 1127 return got; in parport_ip32_epp_read()
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | debugfs.c | 222 struct mrvl_ie_thresholds *got; in lbs_threshold_read() local 248 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv)); in lbs_threshold_read() 249 if (got) { in lbs_threshold_read() 250 value = got->value; in lbs_threshold_read() 251 freq = got->freq; in lbs_threshold_read()
|
| /drivers/gpu/drm/i915/ |
| A D | i915_gpu_error.c | 2268 ssize_t got = i915_gpu_coredump_copy_to_buffer(error, buf, pos_err, buf_size - 1); in intel_klog_error_capture() local 2270 if (got <= 0) in intel_klog_error_capture() 2273 buf[got] = 0; in intel_klog_error_capture() 2274 pos_err += got; in intel_klog_error_capture() 2277 while (got > 0) { in intel_klog_error_capture() 2281 next = strnchr(ptr, got, '\n'); in intel_klog_error_capture() 2288 count = got; in intel_klog_error_capture() 2326 got -= count; in intel_klog_error_capture() 2329 got--; in intel_klog_error_capture() 2336 if (got) in intel_klog_error_capture() [all …]
|
| /drivers/i2c/busses/ |
| A D | i2c-s3c2410.c | 841 static int s3c24xx_i2c_clockrate(struct s3c24xx_i2c *i2c, unsigned int *got) in s3c24xx_i2c_clockrate() argument 868 *got = freq; in s3c24xx_i2c_clockrate()
|
| /drivers/scsi/ |
| A D | st.c | 3957 int segs, max_segs, b_size, order, got; in enlarge_buffer() local 3991 for (segs = STbuffer->frp_segs, got = STbuffer->buffer_size; in enlarge_buffer() 3992 segs < max_segs && got < new_size;) { in enlarge_buffer() 3997 DEB(STbuffer->buffer_size = got); in enlarge_buffer() 4003 got += b_size; in enlarge_buffer() 4004 STbuffer->buffer_size = got; in enlarge_buffer()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
| A D | g98.fuc0s | 135 // see which interrupts we got
|
| /drivers/firmware/arm_scmi/vendors/imx/ |
| A D | imx95.rst | 1447 |int32 status |SUCCESS: if the build info was got successfully. | 1477 |int32 status |SUCCESS: if the data was got successfully. |
|
| /drivers/spi/ |
| A D | Kconfig | 366 part of the Baikal-T1 System Boot Controller has got a very 757 This enables support got the Flash Interface Unit SPI controller
|
| /drivers/scsi/aic7xxx/ |
| A D | aic7xxx.seq | 285 * we've got a failed selection and must transition to bus
|