/drivers/media/dvb-frontends/ |
D | as102_fe.c | 313 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()
|
D | as102_fe.h | 21 int (*get_status)(void *priv, struct as10x_tune_status *tstate);
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 451 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 …]
|
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() 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 …]
|
D | aic79xx_core.c | 572 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 …]
|
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() 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 …]
|
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 | 1246 struct ahc_tmode_tstate **tstate,
|
D | aic79xx.h | 1439 struct ahd_tmode_tstate **tstate,
|
/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 219 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/ |
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 register struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]); in slhc_compress()
|
/drivers/media/usb/as102/ |
D | as102_drv.c | 216 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/ |
D | clk.h | 96 int tstate; /* thermal adjustment (max-) */ member
|
/drivers/net/wan/ |
D | fsl_ucc_hdlc.h | 38 __be32 tstate; member
|
D | fsl_ucc_hdlc.c | 226 iowrite32be(BMR_GBL | BMR_BIG_ENDIAN, &priv->ucc_pram->tstate); in uhdlc_init()
|
/drivers/spi/ |
D | spi-fsl-cpm.c | 65 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/ |
D | i2c-cpm.c | 69 uint tstate; /* Internal */ member 167 out_be32(&i2c_ram->tstate, 0); in cpm_reset_i2c_params()
|
/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.h | 139 u32 tstate; member
|
D | fsl_qe_udc.c | 265 out_be32(&udc->ep_param[i]->tstate, 0); in qe_ep_flushtxfifo()
|
/drivers/net/ethernet/freescale/ |
D | ucc_geth.h | 577 u32 tstate; /* tx internal state. High byte contains member
|
D | ucc_geth.c | 767 (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()
|