Home
last modified time | relevance | path

Searched refs:tstate (Results 1 – 24 of 24) sorted by relevance

/drivers/media/dvb-frontends/
Das102_fe.c313 struct as10x_tune_status tstate = { 0 }; in as102_fe_read_status() local
316 ret = state->ops->get_status(state->priv, &tstate); in as102_fe_read_status()
320 state->signal_strength = tstate.signal_strength; in as102_fe_read_status()
321 state->ber = tstate.BER; in as102_fe_read_status()
323 switch (tstate.tune_state) { in as102_fe_read_status()
340 tstate.tune_state, tstate.signal_strength, in as102_fe_read_status()
341 tstate.PER, tstate.BER); in as102_fe_read_status()
Das102_fe.h21 int (*get_status)(void *priv, struct as10x_tune_status *tstate);
/drivers/scsi/aic7xxx/
Daic7xxx_core.c451 u_int remote_id, struct ahc_tmode_tstate **tstate) in ahc_fetch_transinfo() argument
461 *tstate = ahc->enabled_targets[our_id]; in ahc_fetch_transinfo()
462 return (&(*tstate)->transinfo[remote_id]); in ahc_fetch_transinfo()
1061 struct ahc_tmode_tstate *tstate; in ahc_handle_seqint() local
1078 &tstate); in ahc_handle_seqint()
1130 tstate, targ_info, in ahc_handle_seqint()
1133 if (tstate->auto_negotiate & devinfo.target_mask) { in ahc_handle_seqint()
1873 struct ahc_tmode_tstate *tstate; in ahc_handle_scsiint() local
1883 &tstate); in ahc_handle_scsiint()
1975 struct ahc_tmode_tstate *tstate; in ahc_force_renegotiation() local
[all …]
Daic79xx_osm.c617 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()
1306 struct ahd_tmode_tstate *tstate; in ahd_linux_initialize_scsi_bus() local
1309 target_id, &tstate); in ahd_linux_initialize_scsi_bus()
1312 ahd_update_neg_request(ahd, &devinfo, tstate, in ahd_linux_initialize_scsi_bus()
1561 struct ahd_tmode_tstate *tstate; in ahd_linux_run_command() local
1577 cmd->device->id, &tstate); in ahd_linux_run_command()
[all …]
Daic79xx_core.c572 u_int remote_id, struct ahd_tmode_tstate **tstate) in ahd_fetch_transinfo() argument
582 *tstate = ahd->enabled_targets[our_id]; in ahd_fetch_transinfo()
583 return (&(*tstate)->transinfo[remote_id]); in ahd_fetch_transinfo()
1918 struct ahd_tmode_tstate *tstate; in ahd_handle_seqint() local
1951 &tstate); in ahd_handle_seqint()
3136 struct ahd_tmode_tstate *tstate; in ahd_handle_nonpkt_busfree() local
3154 devinfo.target, &tstate); in ahd_handle_nonpkt_busfree()
3423 struct ahd_tmode_tstate *tstate; in ahd_force_renegotiation() local
3435 &tstate); in ahd_force_renegotiation()
3436 ahd_update_neg_request(ahd, devinfo, tstate, in ahd_force_renegotiation()
[all …]
Daic7xxx_osm.c568 struct ahc_tmode_tstate *tstate; in ahc_linux_target_alloc() local
617 starget->id, &tstate); in ahc_linux_target_alloc()
1182 struct ahc_tmode_tstate *tstate; in ahc_linux_initialize_scsi_bus() local
1196 target_id, &tstate); in ahc_linux_initialize_scsi_bus()
1199 ahc_update_neg_request(ahc, &devinfo, tstate, in ahc_linux_initialize_scsi_bus()
1428 struct ahc_tmode_tstate *tstate; in ahc_linux_run_command() local
1485 SCB_GET_TARGET(ahc, scb), &tstate); in ahc_linux_run_command()
1488 if ((tstate->ultraenb & mask) != 0) in ahc_linux_run_command()
1494 if ((tstate->auto_negotiate & mask) != 0) { in ahc_linux_run_command()
1616 struct ahc_tmode_tstate *tstate; in ahc_send_async() local
[all …]
Daic79xx_proc.c162 struct ahd_tmode_tstate *tstate; in ahd_dump_target_state() local
166 target_id, &tstate); in ahd_dump_target_state()
Daic7xxx_proc.c140 struct ahc_tmode_tstate *tstate; in ahc_dump_target_state() local
144 target_id, &tstate); in ahc_dump_target_state()
Daic7xxx_inline.h71 struct ahc_tmode_tstate **tstate);
Daic79xx_inline.h121 struct ahd_tmode_tstate **tstate);
Daic7xxx.h1246 struct ahc_tmode_tstate **tstate,
Daic79xx.h1439 struct ahd_tmode_tstate **tstate,
/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c219 clk->astate, clk->tstate, clk->dstate); in nvkm_pstate_work()
224 pstate = min(pstate, clk->state_nr - 1 + clk->tstate); in nvkm_pstate_work()
453 if (!rel) clk->tstate = req; in nvkm_clk_tstate()
454 if ( rel) clk->tstate += rel; in nvkm_clk_tstate()
455 clk->tstate = min(clk->tstate, 0); in nvkm_clk_tstate()
456 clk->tstate = max(clk->tstate, -(clk->state_nr - 1)); in nvkm_clk_tstate()
527 clk->tstate = 0; in nvkm_clk_init()
/drivers/net/slip/
Dslhc.c115 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 register struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]); in slhc_compress()
/drivers/media/usb/as102/
Das102_drv.c216 static int as102_get_status(void *priv, struct as10x_tune_status *tstate) in as102_get_status() argument
225 ret = as10x_cmd_get_tune_status(bus_adap, tstate); in as102_get_status()
/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dclk.h96 int tstate; /* thermal adjustment (max-) */ member
/drivers/net/wan/
Dfsl_ucc_hdlc.h38 __be32 tstate; member
Dfsl_ucc_hdlc.c226 iowrite32be(BMR_GBL | BMR_BIG_ENDIAN, &priv->ucc_pram->tstate); in uhdlc_init()
/drivers/spi/
Dspi-fsl-cpm.c65 out_be32(&mspi->pram->tstate, 0); in fsl_spi_cpm_reinit_txrx()
370 out_be32(&mspi->pram->tstate, 0); in fsl_spi_cpm_init()
/drivers/i2c/busses/
Di2c-cpm.c69 uint tstate; /* Internal */ member
167 out_be32(&i2c_ram->tstate, 0); in cpm_reset_i2c_params()
/drivers/usb/gadget/udc/
Dfsl_qe_udc.h139 u32 tstate; member
Dfsl_qe_udc.c265 out_be32(&udc->ep_param[i]->tstate, 0); in qe_ep_flushtxfifo()
/drivers/net/ethernet/freescale/
Ducc_geth.h577 u32 tstate; /* tx internal state. High byte contains member
Ducc_geth.c767 (u32)&ugeth->p_tx_glbl_pram->tstate, in dump_regs()
768 in_be32(&ugeth->p_tx_glbl_pram->tstate)); in dump_regs()
2688 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup()