Searched refs:ecount (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvpstate.h9 u8 ecount; member in struct:nvbios_vpstate_header
H A Dpower_budget.h18 u8 ecount; member in struct:nvbios_power_budget
/linux-master/include/media/
H A Ddvb_ca_en50221.h72 int slot, u8 *ebuf, int ecount);
74 int slot, u8 *ebuf, int ecount);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvpstate.c58 h->ecount = nvbios_rd08(b, h->offset + 0x5);
81 if (!e || !h || idx > h->ecount)
H A Dpower_budget.c94 budget->ecount = cnt;
108 if (!bios || !budget || !budget->offset || idx >= budget->ecount
/linux-master/drivers/media/dvb-frontends/
H A Dcxd2099.c24 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount);
544 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) argument
561 if (len > ecount || len < 2) {
573 static int write_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) argument
580 write_reg(ci, 0x0d, ecount >> 8);
581 write_reg(ci, 0x0e, ecount & 0xff);
582 write_block(ci, 0x11, ebuf, ecount);
585 return ecount;
/linux-master/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c194 u8 *ebuf, int ecount);
196 u8 *ebuf, int ecount, int size_write_flag);
633 * @ecount: Size of ebuf. Ignored if ebuf is NULL.
638 u8 *ebuf, int ecount)
671 status = ca->pub->read_data(ca->pub, slot, buf, ecount);
719 if (bytes_read > ecount) {
720 pr_err("dvb_ca adapter %d: CAM tried to send a buffer larger than the ecount size!\n",
637 dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 *ebuf, int ecount) argument
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1137 u64 ecount, etime, max, min; local
1144 ecount = get_event_count(event, vcpu);
1151 pr_info("%10llu ", (unsigned long long)ecount);
1152 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100);
1156 pr_info("%9.2fus ( +-%7.2f%% )", (double)etime / ecount / NSEC_PER_USEC,
/linux-master/drivers/scsi/
H A Desp_scsi.c1319 int fifo_cnt, ecount, bytes_sent, flush_fifo; local
1325 ecount = 0;
1327 ecount = ((unsigned int)esp_read8(ESP_TCLOW) |
1330 ecount |= ((unsigned int)esp_read8(FAS_RLO)) << 16;
1332 ecount |= ((unsigned int)esp_read8(ESP_TCHI)) << 16;
1336 bytes_sent -= ecount;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c15556 int ecount = 0; local
15607 ecount = lpfc_sli4_process_eq(phba, fpeq, LPFC_QUEUE_REARM,
15610 if (unlikely(ecount == 0)) {
16193 int ecount = 0; local
16225 ecount = lpfc_sli4_process_eq(phba, fpeq, LPFC_QUEUE_REARM,
16228 if (unlikely(ecount == 0)) {

Completed in 185 milliseconds