Searched defs:aux (Results 1 - 15 of 15) sorted by relevance

/drivers/md/persistent-data/
H A Ddm-block-manager.c353 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); local
354 aux->validator = NULL;
355 bl_init(&aux->lock);
360 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); local
361 if (aux->validator) {
362 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf,
402 struct buffer_aux *aux,
405 if (unlikely(!aux->validator)) {
412 aux
400 dm_bm_validate_buffer(struct dm_block_manager *bm, struct dm_buffer *buf, struct buffer_aux *aux, struct dm_block_validator *v) argument
429 struct buffer_aux *aux; local
462 struct buffer_aux *aux; local
495 struct buffer_aux *aux; local
529 struct buffer_aux *aux; local
553 struct buffer_aux *aux; local
570 struct buffer_aux *aux; local
[all...]
/drivers/media/common/tuners/
H A Dtuner-simple.c421 static int simple_set_aux_byte(struct dvb_frontend *fe, u8 config, u8 aux) argument
428 buffer[1] = aux;
430 tuner_dbg("setting aux byte: 0x%02x 0x%02x\n", buffer[0], buffer[1]);
/drivers/net/wan/
H A Dpc300_tty.c206 int aux; local
274 aux = strlen(pc300dev->dev->name);
275 memcpy(cpc_tty->name, pc300dev->dev->name, aux);
276 memcpy(&cpc_tty->name[aux], "-tty", 5);
327 unsigned char * aux; local
329 aux = (unsigned char *)cpc_tty_area[port].buf_rx.first;
331 kfree(aux);
396 unsigned char * aux; local
398 aux = (unsigned char *)cpc_tty->buf_rx.first;
400 kfree(aux);
[all...]
/drivers/md/
H A Ddm-verity.c134 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); local
136 aux->hash_verified = 0;
193 struct buffer_aux *aux; local
205 aux = dm_bufio_get_aux_data(buf);
207 if (!aux->hash_verified) {
260 aux->hash_verified = 1;
/drivers/tty/serial/
H A Dsb1250-duart.c545 unsigned int mode1 = 0, mode2 = 0, aux = 0; local
617 aux |= M_DUART_CTS_CHNG_ENA;
619 aux &= ~M_DUART_CTS_CHNG_ENA;
639 write_sbdchn(sport, R_DUART_AUXCTL_X, aux | oldaux);
/drivers/iommu/
H A Damd_iommu_init.c117 u16 aux; member in struct:ivmd_header
1207 for (i = m->devid; i <= m->aux; ++i)
1243 e->devid_end = m->aux;
/drivers/net/ethernet/broadcom/
H A Db44.c518 u32 bmsr, aux; local
534 !b44_readphy(bp, B44_MII_AUXCTRL, &aux) &&
536 if (aux & MII_AUXCTRL_SPEED)
540 if (aux & MII_AUXCTRL_DUPLEX)
/drivers/net/ethernet/marvell/
H A Dskge.c1217 u16 lpa, aux; local
1228 aux = xm_phy_read(hw, port, PHY_BCOM_AUX_STAT);
1231 switch (aux & PHY_B_AS_AN_RES_MSK) {
1244 switch (aux & PHY_B_AS_PAUSE_MSK) {
2274 static u16 yukon_speed(const struct skge_hw *hw, u16 aux) argument
2276 switch (aux & PHY_M_PS_SPEED_MSK) {
H A Dsky2.c2166 static u16 sky2_phy_speed(const struct sky2_hw *hw, u16 aux) argument
2172 if (aux & PHY_M_PS_SPEED_100)
2178 switch (aux & PHY_M_PS_SPEED_MSK) {
2250 static int sky2_autoneg_done(struct sky2_port *sky2, u16 aux) argument
2263 if (!(aux & PHY_M_PS_SPDUP_RES)) {
2268 sky2->speed = sky2_phy_speed(hw, aux);
2269 sky2->duplex = (aux & PHY_M_PS_FULL_DUP) ? DUPLEX_FULL : DUPLEX_HALF;
/drivers/s390/block/
H A Ddasd_eckd.h198 __u8 aux; member in struct:PFX_eckd_data
/drivers/scsi/
H A Dosst.c554 os_aux_t *aux = STp->buffer->aux;
555 os_partition_t *par = &aux->partition;
556 os_dat_t *dat = &aux->dat;
560 memset(aux, 0, sizeof(*aux));
561 aux->format_id = htonl(0);
562 memcpy(aux->application_sig, "LIN4", 4);
563 aux->hdwr = htonl(0);
564 aux
552 os_aux_t *aux = STp->buffer->aux; local
614 os_aux_t * aux = STp->buffer->aux; local
1034 os_aux_t * aux = STp->buffer->aux; local
2377 os_aux_t * aux; local
[all...]
H A Dosst.h525 os_aux_t *aux; /* onstream AUX structure at end of each block */ member in struct:osst_buffer
/drivers/tty/
H A Dcyclades.c111 char aux[32]; member in struct:zfile_header
/drivers/atm/
H A Dfore200e.h447 struct stats_aux aux; /* auxiliary statistics */ member in struct:stats
/drivers/net/ethernet/sun/
H A Dniu.c1767 u16 aux; local
1769 aux = (BCM5464R_AUX_CTL_EXT_LB |
1771 err = mii_write(np, np->phy_addr, BCM5464R_AUX_CTL, aux);

Completed in 370 milliseconds