Home
last modified time | relevance | path

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

/drivers/media/dvb-frontends/
A Das102_fe.c305 struct as10x_tune_status tstate = { 0 }; in as102_fe_read_status() local
308 ret = state->ops->get_status(state->priv, &tstate); in as102_fe_read_status()
312 state->signal_strength = tstate.signal_strength; in as102_fe_read_status()
313 state->ber = tstate.BER; in as102_fe_read_status()
315 switch (tstate.tune_state) { in as102_fe_read_status()
332 tstate.tune_state, tstate.signal_strength, in as102_fe_read_status()
333 tstate.PER, tstate.BER); in as102_fe_read_status()
A Das102_fe.h12 int (*get_status)(void *priv, struct as10x_tune_status *tstate);
/drivers/scsi/aic7xxx/
A Daic7xxx_core.c1071 &tstate); in ahc_handle_seqint()
1860 &tstate); in ahc_handle_scsiint()
1958 &tstate); in ahc_force_renegotiation()
2131 tstate = kmalloc(sizeof(*tstate), GFP_ATOMIC); in ahc_alloc_tstate()
2142 memcpy(tstate, master_tstate, sizeof(*tstate)); in ahc_alloc_tstate()
2143 memset(tstate->enabled_luns, 0, sizeof(tstate->enabled_luns)); in ahc_alloc_tstate()
2152 memset(tstate, 0, sizeof(*tstate)); in ahc_alloc_tstate()
2154 return (tstate); in ahc_alloc_tstate()
2179 kfree(tstate); in ahc_free_tstate()
4506 kfree(tstate); in ahc_free()
[all …]
A Daic79xx_osm.c620 struct ahd_tmode_tstate *tstate; in ahd_linux_target_alloc() local
633 starget->id, &tstate); in ahd_linux_target_alloc()
653 starget->id, &tstate); in ahd_linux_target_alloc()
778 struct ahd_tmode_tstate *tstate; in ahd_linux_dev_reset() local
818 cmd->device->id, &tstate); in ahd_linux_dev_reset()
1293 target_id, &tstate); in ahd_linux_initialize_scsi_bus()
1685 target, &tstate); in ahd_send_async()
2385 struct ahd_tmode_tstate *tstate; in ahd_linux_set_period() local
2438 struct ahd_tmode_tstate *tstate; in ahd_linux_set_offset() local
2473 struct ahd_tmode_tstate *tstate; in ahd_linux_set_dt() local
[all …]
A Daic79xx_core.c3403 &tstate); in ahd_force_renegotiation()
3607 tstate = kmalloc(sizeof(*tstate), GFP_ATOMIC); in ahd_alloc_tstate()
3608 if (tstate == NULL) in ahd_alloc_tstate()
3618 memcpy(tstate, master_tstate, sizeof(*tstate)); in ahd_alloc_tstate()
3619 memset(tstate->enabled_luns, 0, sizeof(tstate->enabled_luns)); in ahd_alloc_tstate()
3627 memset(tstate, 0, sizeof(*tstate)); in ahd_alloc_tstate()
3629 return (tstate); in ahd_alloc_tstate()
3651 kfree(tstate); in ahd_free_tstate()
6158 kfree(tstate); in ahd_free()
8957 &tstate); in ahd_handle_scsi_status()
[all …]
A Daic7xxx_osm.c1170 struct ahc_tmode_tstate *tstate; in ahc_linux_initialize_scsi_bus() local
1184 target_id, &tstate); in ahc_linux_initialize_scsi_bus()
1416 struct ahc_tmode_tstate *tstate; in ahc_linux_run_command() local
1476 if ((tstate->ultraenb & mask) != 0) in ahc_linux_run_command()
1603 struct ahc_tmode_tstate *tstate; in ahc_send_async() local
1612 target, &tstate); in ahc_send_async()
2342 struct ahc_tmode_tstate *tstate; in ahc_linux_set_period() local
2387 struct ahc_tmode_tstate *tstate; in ahc_linux_set_offset() local
2416 struct ahc_tmode_tstate *tstate; in ahc_linux_set_dt() local
2455 struct ahc_tmode_tstate *tstate;
[all …]
A Daic79xx_proc.c162 struct ahd_tmode_tstate *tstate; in ahd_dump_target_state() local
166 target_id, &tstate); in ahd_dump_target_state()
A Daic7xxx_proc.c140 struct ahc_tmode_tstate *tstate; in ahc_dump_target_state() local
144 target_id, &tstate); in ahc_dump_target_state()
A Daic7xxx_inline.h71 struct ahc_tmode_tstate **tstate);
A Daic79xx_inline.h121 struct ahd_tmode_tstate **tstate);
A Daic7xxx.h1233 struct ahc_tmode_tstate **tstate,
A Daic79xx.h1426 struct ahd_tmode_tstate **tstate,
/drivers/net/slip/
A 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 struct cstate *ocs = &(comp->tstate[comp->xmit_oldest]); in slhc_compress()
/drivers/gpu/drm/tidss/
A Dtidss_dispc.c1079 const struct tidss_crtc_state *tstate = to_tidss_crtc_state(state); in dispc_vp_bus_check() local
1082 fmt = dispc_vp_find_bus_fmt(dispc, hw_videoport, tstate->bus_format, in dispc_vp_bus_check()
1083 tstate->bus_flags); in dispc_vp_bus_check()
1086 __func__, tstate->bus_format); in dispc_vp_bus_check()
1185 const struct tidss_crtc_state *tstate = to_tidss_crtc_state(state); in dispc_vp_prepare() local
1189 tstate->bus_flags); in dispc_vp_prepare()
1205 const struct tidss_crtc_state *tstate = to_tidss_crtc_state(state); in dispc_vp_enable() local
1211 tstate->bus_flags); in dispc_vp_enable()
1240 ieo = !!(tstate->bus_flags & DRM_BUS_FLAG_DE_LOW); in dispc_vp_enable()
1242 ipc = !!(tstate->bus_flags & DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE); in dispc_vp_enable()
[all …]
/drivers/media/usb/as102/
A Das102_drv.c207 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/
A Dfsl_ucc_hdlc.h34 __be32 tstate; member
A Dfsl_ucc_hdlc.c273 iowrite32be(BMR_GBL | BMR_BIG_ENDIAN, &priv->ucc_pram->tstate); in uhdlc_init()
/drivers/spi/
A Dspi-fsl-cpm.c62 iowrite32be(0, &mspi->pram->tstate); in fsl_spi_cpm_reinit_txrx()
381 iowrite32be(0, &mspi->pram->tstate); in fsl_spi_cpm_init()
/drivers/i2c/busses/
A Di2c-cpm.c60 uint tstate; /* Internal */ member
161 out_be32(&i2c_ram->tstate, 0); in cpm_reset_i2c_params()
/drivers/soc/fsl/qe/
A Dqmc.c244 u32 tstate; /* Initial TSTATE value */ member
1187 qmc_write32(chan->s_param + QMC_SPE_TSTATE, chan->qmc->data->tstate); in qmc_chan_reset_tx()
1459 qmc_write32(chan->s_param + QMC_SPE_TSTATE, chan->qmc->data->tstate); in qmc_setup_chan()
2062 .tstate = 0x30000000,
2072 .tstate = 0x30000000,
/drivers/usb/gadget/udc/
A Dfsl_qe_udc.h135 u32 tstate; member
A Dfsl_qe_udc.c262 out_be32(&udc->ep_param[i]->tstate, 0); in qe_ep_flushtxfifo()
/drivers/net/ethernet/freescale/
A Ducc_geth.h573 u32 tstate; /* tx internal state. High byte contains member
A Ducc_geth.c744 (u32)&ugeth->p_tx_glbl_pram->tstate, in dump_regs()
745 in_be32(&ugeth->p_tx_glbl_pram->tstate)); in dump_regs()
2434 out_be32(&ugeth->p_tx_glbl_pram->tstate, ((u32) function_code) << 24); in ucc_geth_startup()

Completed in 96 milliseconds