Searched defs:full (Results 1 - 25 of 28) sorted by relevance

12

/drivers/staging/line6/
H A Dmidibuf.h20 int full; member in struct:midi_buffer
/drivers/acpi/acpica/
H A Dutmath.c67 u64 full; member in union:uint64_overlay
106 dividend_ovl.full = dividend;
120 *out_quotient = quotient.full;
167 divisor.full = in_divisor;
168 dividend.full = in_dividend;
188 * 2) The general case where the divisor is a full 64 bits
217 partial2.full = (u64) quotient.part.lo * divisor.part.lo;
218 partial3.full = (u64) partial2.part.hi + partial1;
228 remainder.full -= divisor.full;
[all...]
/drivers/hwmon/
H A Dmax197.c127 int full = data->limit; local
133 if (value <= -full)
134 value = -full;
140 if (value >= full)
141 value = full;
155 } else if (value == -full) {
161 } else if (value == full) {
/drivers/power/
H A Dapm_power.c40 union power_supply_propval full; member in struct:find_bat_param
57 if (!PSY_PROP(bp->bat, CHARGE_FULL_DESIGN, &bp->full) ||
58 !PSY_PROP(bp->bat, CHARGE_FULL, &bp->full)) {
59 if (bp->full.intval > bp->max_charge) {
61 bp->max_charge = bp->full.intval;
63 } else if (!PSY_PROP(bp->bat, ENERGY_FULL_DESIGN, &bp->full) ||
64 !PSY_PROP(bp->bat, ENERGY_FULL, &bp->full)) {
65 if (bp->full.intval > bp->max_energy) {
67 bp->max_energy = bp->full.intval;
93 &bp.full)) {
120 union power_supply_propval full; local
218 union power_supply_propval empty, full, cur; local
[all...]
H A Dolpc_battery.c254 union power_supply_propval full; local
261 ret = olpc_bat_get_charge_full_design(&full);
265 val->intval = soc * (full.intval / 100);
/drivers/dma/ioat/
H A Ddca.c18 * The full GNU General Public License is included in this distribution in
638 u64 full; member in union:__anon558
690 bit = tag_map.full >> (8 * i);
/drivers/md/
H A Ddm-snap-persistent.c447 * 'full' is filled in to indicate if the area has been
454 int *full)
460 /* presume the area is full */
461 *full = 1;
470 * exceptions. Therefore the area is not full.
474 *full = 0;
500 int r, full = 1; local
518 * we find a partially full area.
520 for (ps->current_area = 0; full; ps->current_area++) {
547 &full);
450 insert_exceptions(struct pstore *ps, void *ps_area, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context, int *full) argument
[all...]
/drivers/media/dvb-frontends/
H A Dmt312.c153 static int mt312_reset(struct mt312_state *state, const u8 full) argument
155 return mt312_writereg(state, RESET, full ? 0x80 : 0x40);
261 /* full reset */
714 /* full shutdown of ADCs, mpeg bus tristated */
/drivers/char/xillybus/
H A Dxillybus_core.c856 * only if that will allow returning a full count. The
858 * requesting a full buffer, which would obviously
1103 * If bufidx == channel->rd_fpga_buf_idx we're either empty or full.
1111 * Not really full,
1190 int full, exhausted; local
1208 full = channel->rd_full;
1210 if (!full) {
1273 * full = full before change
1274 * exhasted = full afte
[all...]
/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c83 const char *full; member in struct:inf_cinfo
1102 card->ci->full, pci_name(pdev));
/drivers/mailbox/
H A Domap-mailbox.c85 bool full; member in struct:omap_mbox_queue
334 if (mq->full) {
335 mq->full = false;
361 mq->full = true;
/drivers/memstick/core/
H A Dms_block.c725 static int msb_reset(struct msb_data *msb, bool full) argument
736 if (full) {
/drivers/video/fbdev/
H A Dcontrolfb.c407 int full, sense, vmode, cmode, vyres; local
413 full = p->total_vram == 0x400000;
428 control_mac_modes[vmode - 1].m[full] < cmode) {
432 if (control_mac_modes[vmode - 1].m[full] < cmode)
439 if (control_mac_modes[vmode - 1].m[full] < cmode) {
/drivers/infiniband/hw/ehca/
H A Dehca_classes.h143 struct list_head full[2]; member in struct:ehca_pd
/drivers/net/cris/
H A Deth_v10.c64 * state along with the "tx full" state of the driver. This
92 full, enumerator in enum:duplex
733 if (current_duplex == full)
742 if (current_duplex == full)
751 if (current_duplex == full)
782 if (current_duplex != full)
1115 /* Stop queue if full */
1398 e100_set_duplex(dev, full);
1441 e100_set_duplex(dev, ecmd->duplex == DUPLEX_HALF ? half : full);
/drivers/net/ethernet/sun/
H A Dsunhme.c1 /* sunhme.c: Sparc HME/BigMac 10/100baseT half/full duplex auto switching,
550 /* Downgrade from full to half duplex. Only possible
613 int full; local
623 full = 1;
625 full = 0;
627 full = 1;
629 full = 0;
634 full = 1;
636 full = 0;
652 if (full) {
[all...]
/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c120 FullPktRcvd = 0x01, /* full packet in receive buffer */
156 FullDuplex = 0x04, /* enable full duplex mode */
278 int new_mii; /* has full 10baseT/100baseT MII */
301 static void do_reset(struct net_device *dev, int full);
1471 do_reset(struct net_device *dev, int full) argument
1477 pr_debug("%s: do_reset(%p,%d)\n", dev? dev->name:"eth?", dev, full);
1548 if (full)
1567 if (full && local->mohawk && init_mii(dev)) {
1601 if (full) {
1618 if (full)
[all...]
/drivers/staging/speakup/
H A Dspk_types.h160 int full; member in struct:spk_synth
/drivers/net/ethernet/via/
H A Dvia-velocity.c337 2: indicate 100Mbps full duplex mode
339 4: indicate 10Mbps full duplex mode
340 5: indicate 1000Mbps full duplex mode
931 * 2. set correct MII/GMII and half/full duplex mode in CHIPGCR
948 VELOCITY_PRT(MSG_LEVEL_INFO, "set Velocity to forced full mode\n");
1020 VELOCITY_PRT(MSG_LEVEL_INFO, " full duplex\n");
1027 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 1000M bps full duplex\n");
1033 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 100M bps full duplex\n");
1039 VELOCITY_PRT(MSG_LEVEL_INFO, " speed 10M bps full duplex\n");
1207 * Turn on ECHODIS bit in NWay-forced full mod
1913 int full = 0; local
[all...]
/drivers/usb/gadget/function/
H A Df_fs.c113 /* [0]: full speed, [1]: high speed, [2]: super speed */
2451 static const char *speed_names[] = { "full", "high", "super" };
2459 * speed descriptors; otherwise, we are reading full speed
2718 const int full = !!func->ffs->fs_descs_count; local
2730 full ? ffs->fs_descs_count + 1 : 0);
2754 if (unlikely(!(full | high | super)))
2791 if (likely(full)) {
/drivers/atm/
H A Dnicstar.h675 volatile char full; /* SCQ full indicator */ member in struct:scq_info
/drivers/net/ethernet/
H A Ds6gmac.c368 u8 full; member in struct:s6gmac::__anon3847
578 writel((pd->link.full ? 1 : 0) << S6_GMAC_MACCONF2_FULL |
729 pd->link.full = phydev->duplex;
748 (pd->link.full != phydev->duplex))) {
757 if (pd->link.full != phydev->duplex) {
/drivers/net/wireless/b43/
H A Dphy_n.c5384 bool full, bool mphase)
5466 if (!full && nphy->txiqlocal_coeffsvalid) {
5472 full = true;
5485 if (full) {
5507 if (full) {
5382 b43_nphy_cal_tx_iq_lo(struct b43_wldev *dev, struct nphy_txgains target, bool full, bool mphase) argument
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c187 u_int msgval, int full);
3532 * If "full" is true, return true only if the target saw the full
3533 * message. If "full" is false, return true if the target saw at
3537 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) argument
3553 if (full) {
4029 if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_PPR, /*full*/FALSE)) {
4048 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_WDTR, /*full*/FALSE)) {
4073 } else if (ahc_sent_msg(ahc, AHCMSG_EXT, MSG_EXT_SDTR, /*full*/FALSE)) {
/drivers/staging/android/
H A Dbinder.c190 int full; member in struct:binder_transaction_log
206 log->full = 1;
3623 if (log->full) {

Completed in 612 milliseconds

12