/drivers/media/dvb-frontends/ |
D | as102_fe.c | 304 struct as10x_tune_status tstate = { 0 }; in as102_fe_read_status() local 307 ret = state->ops->get_status(state->priv, &tstate); in as102_fe_read_status() 311 state->signal_strength = tstate.signal_strength; in as102_fe_read_status() 312 state->ber = tstate.BER; in as102_fe_read_status() 314 switch (tstate.tune_state) { in as102_fe_read_status() 331 tstate.tune_state, tstate.signal_strength, in as102_fe_read_status() 332 tstate.PER, tstate.BER); in as102_fe_read_status()
|
D | as102_fe.h | 12 int (*get_status)(void *priv, struct as10x_tune_status *tstate);
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 444 u_int remote_id, struct ahc_tmode_tstate **tstate) in ahc_fetch_transinfo() argument 454 *tstate = ahc->enabled_targets[our_id]; in ahc_fetch_transinfo() 455 return (&(*tstate)->transinfo[remote_id]); in ahc_fetch_transinfo() 1054 struct ahc_tmode_tstate *tstate; in ahc_handle_seqint() local 1071 &tstate); in ahc_handle_seqint() 1123 tstate, targ_info, in ahc_handle_seqint() 1126 if (tstate->auto_negotiate & devinfo.target_mask) { in ahc_handle_seqint() 1866 struct ahc_tmode_tstate *tstate; in ahc_handle_scsiint() local 1876 &tstate); in ahc_handle_scsiint() 1968 struct ahc_tmode_tstate *tstate; in ahc_force_renegotiation() local [all …]
|
D | aic79xx_osm.c | 617 struct ahd_tmode_tstate *tstate; in ahd_linux_target_alloc() local 630 starget->id, &tstate); in ahd_linux_target_alloc() 650 starget->id, &tstate); in ahd_linux_target_alloc() 791 struct ahd_tmode_tstate *tstate; in ahd_linux_dev_reset() local 832 cmd->device->id, &tstate); in ahd_linux_dev_reset() 1305 struct ahd_tmode_tstate *tstate; in ahd_linux_initialize_scsi_bus() local 1308 target_id, &tstate); in ahd_linux_initialize_scsi_bus() 1311 ahd_update_neg_request(ahd, &devinfo, tstate, in ahd_linux_initialize_scsi_bus() 1560 struct ahd_tmode_tstate *tstate; in ahd_linux_run_command() local 1576 cmd->device->id, &tstate); in ahd_linux_run_command() [all …]
|
D | aic79xx_core.c | 564 u_int remote_id, struct ahd_tmode_tstate **tstate) in ahd_fetch_transinfo() argument 574 *tstate = ahd->enabled_targets[our_id]; in ahd_fetch_transinfo() 575 return (&(*tstate)->transinfo[remote_id]); in ahd_fetch_transinfo() 1910 struct ahd_tmode_tstate *tstate; in ahd_handle_seqint() local 1943 &tstate); in ahd_handle_seqint() 3130 struct ahd_tmode_tstate *tstate; in ahd_handle_nonpkt_busfree() local 3148 devinfo.target, &tstate); in ahd_handle_nonpkt_busfree() 3417 struct ahd_tmode_tstate *tstate; in ahd_force_renegotiation() local 3429 &tstate); in ahd_force_renegotiation() 3430 ahd_update_neg_request(ahd, devinfo, tstate, in ahd_force_renegotiation() [all …]
|
D | aic7xxx_osm.c | 568 struct ahc_tmode_tstate *tstate; in ahc_linux_target_alloc() local 617 starget->id, &tstate); in ahc_linux_target_alloc() 1179 struct ahc_tmode_tstate *tstate; in ahc_linux_initialize_scsi_bus() local 1193 target_id, &tstate); in ahc_linux_initialize_scsi_bus() 1196 ahc_update_neg_request(ahc, &devinfo, tstate, in ahc_linux_initialize_scsi_bus() 1425 struct ahc_tmode_tstate *tstate; in ahc_linux_run_command() local 1482 SCB_GET_TARGET(ahc, scb), &tstate); in ahc_linux_run_command() 1485 if ((tstate->ultraenb & mask) != 0) in ahc_linux_run_command() 1491 if ((tstate->auto_negotiate & mask) != 0) { in ahc_linux_run_command() 1613 struct ahc_tmode_tstate *tstate; in ahc_send_async() local [all …]
|
D | aic79xx_proc.c | 162 struct ahd_tmode_tstate *tstate; in ahd_dump_target_state() local 166 target_id, &tstate); in ahd_dump_target_state()
|
D | aic7xxx_proc.c | 140 struct ahc_tmode_tstate *tstate; in ahc_dump_target_state() local 144 target_id, &tstate); in ahc_dump_target_state()
|
D | aic7xxx_inline.h | 71 struct ahc_tmode_tstate **tstate);
|
D | aic79xx_inline.h | 121 struct ahd_tmode_tstate **tstate);
|
D | aic7xxx.h | 1241 struct ahc_tmode_tstate **tstate,
|
D | aic79xx.h | 1430 struct ahd_tmode_tstate **tstate,
|
/drivers/net/slip/ |
D | slhc.c | 115 comp->tstate = kzalloc(tsize, GFP_KERNEL); in slhc_init() 116 if (! comp->tstate) in slhc_init() 133 ts = comp->tstate; in slhc_init() 159 if ( comp->tstate != NULLSLSTATE ) in slhc_free() 160 kfree( comp->tstate ); in slhc_free() 230 struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]); in slhc_compress()
|
/drivers/media/usb/as102/ |
D | as102_drv.c | 207 static int as102_get_status(void *priv, struct as10x_tune_status *tstate) in as102_get_status() argument 216 ret = as10x_cmd_get_tune_status(bus_adap, tstate); in as102_get_status()
|
/drivers/net/wan/ |
D | fsl_ucc_hdlc.h | 34 __be32 tstate; member
|
D | fsl_ucc_hdlc.c | 262 iowrite32be(BMR_GBL | BMR_BIG_ENDIAN, &priv->ucc_pram->tstate); in uhdlc_init()
|
/drivers/spi/ |
D | spi-fsl-cpm.c | 61 out_be32(&mspi->pram->tstate, 0); in fsl_spi_cpm_reinit_txrx() 364 out_be32(&mspi->pram->tstate, 0); in fsl_spi_cpm_init()
|
/drivers/i2c/busses/ |
D | i2c-cpm.c | 60 uint tstate; /* Internal */ member 158 out_be32(&i2c_ram->tstate, 0); in cpm_reset_i2c_params()
|
/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.h | 135 u32 tstate; member
|
D | fsl_qe_udc.c | 261 out_be32(&udc->ep_param[i]->tstate, 0); in qe_ep_flushtxfifo()
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth.h | 573 u32 tstate; /* tx internal state. High byte contains member
|
D | ucc_geth.c | 764 (u32)&ugeth->p_tx_glbl_pram->tstate, in dump_regs() 765 in_be32(&ugeth->p_tx_glbl_pram->tstate)); in dump_regs() 2677 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup()
|