Searched refs:inc (Results 1 - 25 of 45) sorted by relevance

12

/drivers/video/omap2/dss/
H A Ddispc_coefs.c289 const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps) argument
320 inc /= 128;
322 if (inc >= coefs[i].Mmin && inc <= coefs[i].Mmax)
/drivers/net/wan/
H A DMakefile46 clean-files := wanxlfw.inc
47 $(obj)/wanxl.o: $(obj)/wanxlfw.inc
62 hexdump -ve '"\n" 16/1 "0x%02X,"' $(obj)/wanxlfw.bin | sed 's/0x ,//g;1s/^/static u8 firmware[]={/;$$s/,$$/\n};\n/' >$(obj)/wanxlfw.inc; \
65 $(obj)/wanxlfw.inc: $(src)/wanxlfw.S
67 targets += wanxlfw.inc
/drivers/md/persistent-data/
H A Ddm-btree.h61 void (*inc)(void *context, void *value); member in struct:dm_btree_value_type
H A Ddm-btree-spine.c105 int r, inc; local
108 result, &inc);
109 if (!r && inc)
H A Ddm-space-map-common.c204 ll->bitmap_info.value_type.inc = NULL;
211 ll->ref_count_info.value_type.inc = NULL;
383 int inc; local
391 &dm_sm_bitmap_validator, &nb, &inc);
534 int r, inc; local
537 r = dm_tm_shadow_block(ll->tm, ll->bitmap_root, &index_validator, &b, &inc);
H A Ddm-btree-remove.c145 .inc = NULL,
153 int r, inc; local
160 &result->block, &inc);
166 if (inc)
/drivers/i2c/busses/
H A Di2c-octeon.c452 int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff; local
469 for (inc = 0; inc <= 1; inc++) {
470 thp_idx = thp_base + inc;
/drivers/base/
H A Dsw_sync.c126 void sw_sync_timeline_inc(struct sw_sync_timeline *obj, u32 inc) argument
128 obj->value += inc;
/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.c331 int inc = MLX4_TABLE_CHUNK_SIZE / table->obj_size; local
334 for (i = start; i <= end; i += inc) {
344 i -= inc;
/drivers/infiniband/hw/cxgb4/
H A Dt4.h415 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc) argument
418 writel(QID(wq->sq.qid) | PIDX(inc), wq->db);
421 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc) argument
424 writel(QID(wq->rq.qid) | PIDX(inc), wq->db);
/drivers/isdn/hardware/eicon/
H A Ddebug.c1602 if (channel->pInterfaceStat->inc.Calls) {
1604 "Inc Calls =%lu", channel->pInterfaceStat->inc.Calls);
1606 if (channel->pInterfaceStat->inc.Connected) {
1608 "Inc Connected =%lu", channel->pInterfaceStat->inc.Connected);
1610 if (channel->pInterfaceStat->inc.User_Busy) {
1612 "Inc Busy =%lu", channel->pInterfaceStat->inc.User_Busy);
1614 if (channel->pInterfaceStat->inc.Call_Rejected) {
1616 "Inc Rejected =%lu", channel->pInterfaceStat->inc.Call_Rejected);
1618 if (channel->pInterfaceStat->inc.Wrong_Number) {
1620 "Inc Wrong Nr =%lu", channel->pInterfaceStat->inc
[all...]
H A Dkst_ifc.h165 diva_incoming_call_statistics_t inc; member in struct:_diva_ifc_statistics
H A Dmaintidi.c1531 &pLib->InterfaceStat.inc.Calls;
1536 &pLib->InterfaceStat.inc.Connected;
1541 &pLib->InterfaceStat.inc.User_Busy;
1546 &pLib->InterfaceStat.inc.Call_Rejected;
1551 &pLib->InterfaceStat.inc.Wrong_Number;
1556 &pLib->InterfaceStat.inc.Incompatible_Dst;
1561 &pLib->InterfaceStat.inc.Out_of_Order;
1566 &pLib->InterfaceStat.inc.Ignored;
/drivers/media/dvb/ttpci/
H A Dav7110_hw.c858 u16 dx, u16 dy, int inc, u8 __user * data)
891 if (copy_from_user(av7110->bmpbuf + 1024 + i * dx, data + i * inc, dx)) {
993 int x1, int y1, int inc, u8 __user * data)
1001 if (inc <= 0)
1002 inc = w;
1025 rc = LoadBitmap(av7110, w, lpb, inc, data);
1031 data += lpb * inc;
1034 rc = LoadBitmap(av7110, w, brest / bpl, inc, data);
857 LoadBitmap(struct av7110 *av7110, u16 dx, u16 dy, int inc, u8 __user * data) argument
992 OSDSetBlock(struct av7110 *av7110, int x0, int y0, int x1, int y1, int inc, u8 __user * data) argument
/drivers/s390/cio/
H A Dqdio.h411 #define add_buf(bufnr, inc) \
412 ((bufnr + inc) & QDIO_MAX_BUFFERS_MASK)
/drivers/scsi/aic94xx/
H A Daic94xx_sds.c1319 u32 inc; local
1341 inc = asd_ha->hw_prof.flash.wide ? 2 : 1;
1346 dev_id = asd_read_reg_byte(asd_ha, reg + inc);
1347 sec_prot = asd_read_reg_byte(asd_ha, reg + inc + inc);
1411 dev_id = asd_read_reg_byte(asd_ha, reg + inc);
1412 sec_prot = asd_read_reg_byte(asd_ha, reg + inc + inc);
/drivers/scsi/osd/
H A Dosd_initiator.c249 unsigned inc; local
257 inc = _osd_req_alist_elem_size(or, oa->len);
258 if (inc > max_bytes)
277 inc = _osd_req_alist_elem_size(or, oa->len);
278 if (inc > max_bytes)
291 return inc;
1392 int inc = _osd_req_alist_elem_decode(or, cur_p, oa, local
1395 if (inc < 0) {
1404 cur_bytes += inc;
1405 cur_p += inc;
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c58 u32 scale, inc, crtc_more_cntl; local
131 inc = (fp_horz_stretch & RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0;
132 scale = ((xres + inc) * RADEON_HORZ_STRETCH_RATIO_MAX)
143 inc = (fp_vert_stretch & RADEON_VERT_AUTO_RATIO_INC) ? 1 : 0;
144 scale = ((yres + inc) * RADEON_VERT_STRETCH_RATIO_MAX)
/drivers/media/dvb/frontends/
H A Dstv090x.c2252 s32 timeout, inc, steps_max, srate, car_max; local
2263 inc = srate;
2264 inc /= state->internal->mclk / 1000;
2265 inc *= 256;
2266 inc *= 256;
2267 inc /= 1000;
2272 inc *= 3; /* freq step = 3% of srate */
2277 inc *= 4;
2283 inc *= 3;
2287 inc /
2341 stv090x_search_car_loop(struct stv090x_state *state, s32 inc, s32 timeout, int zigzag, s32 steps_max) argument
2411 s32 inc, timeout_step, trials, steps_max; local
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c189 static const int inc[4] = { 0, 100, 0, 0 }; local
308 cur_bin += inc[i];
/drivers/media/dvb/dvb-usb/
H A Danysee.c219 int ret = 0, inc, i = 0; local
239 inc = 2;
251 inc = 1;
256 i += inc;
/drivers/pcmcia/
H A Dcistpl.c169 u_int inc = 1, card_offset, flags; local
178 inc++;
192 for ( ; len > 0; len--, buf++, sys += inc) {
247 u_int inc = 1, card_offset, flags; local
252 inc++;
266 for ( ; len > 0; len--, buf++, sys += inc) {
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq101 inc QINPOS;
105 inc QINPOS;
548 inc SG_COUNT;
864 inc QOUTPOS;
/drivers/md/
H A Ddm-thin-metadata.c437 pmd->info.value_type.inc = data_block_inc;
448 pmd->tl_info.value_type.inc = subtree_inc;
456 pmd->bl_info.value_type.inc = data_block_inc;
464 pmd->details_info.value_type.inc = NULL;
966 /* clone the origin, an inc will do */
/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c324 int inc = MTHCA_TABLE_CHUNK_SIZE / table->obj_size; local
327 for (i = start; i <= end; i += inc) {
337 i -= inc;

Completed in 2716 milliseconds

12