Searched defs:lpi (Results 1 - 5 of 5) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
H A D | llog.c | 273 struct llog_process_info *lpi = arg; local 274 struct llog_handle *loghandle = lpi->lpi_loghandle; 276 struct llog_process_cat_data *cd = lpi->lpi_catdata; 288 lpi->lpi_rc = -ENOMEM; 319 rc = llog_next_block(lpi->lpi_env, loghandle, &saved_index, 373 rc = lpi->lpi_cb(lpi->lpi_env, loghandle, rec, 374 lpi->lpi_cbdata); 379 llog_cancel_rec(lpi->lpi_env, 404 lpi 410 struct llog_process_info *lpi = arg; local 434 struct llog_process_info *lpi; local [all...] |
/drivers/media/pci/cx25821/ |
H A D | cx25821-core.c | 1090 unsigned int lines, unsigned int lpi) 1107 if (lpi && line > 0 && !(line % lpi)) 1152 unsigned int lines, unsigned int lpi) 1173 lines, lpi); 1087 cx25821_risc_field_audio(__le32 * rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, unsigned int lpi) argument 1148 cx25821_risc_databuffer_audio(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) argument
|
/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 74 /* @lpi: lines per IRQ, or 0 to not generate irqs. Note: IRQ to be 75 generated _after_ lpi lines are transferred. */ 79 unsigned int lines, unsigned int lpi) 95 if (lpi && line>0 && !(line % lpi)) 171 unsigned int lines, unsigned int lpi) 188 rp = cx88_risc_field(rp, sglist, 0, NO_SYNC_LINE, bpl, 0, lines, lpi); 76 cx88_risc_field(__le32 *rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, unsigned int lpi) argument 169 cx88_risc_databuffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) argument
|
/drivers/media/common/saa7146/ |
H A D | saa7146_hlp.c | 215 int lpi = 0; local 236 lpi = 1; 242 lpi = 1; 246 if( 0 != lpi ) {
|
/drivers/media/pci/cx23885/ |
H A D | cx23885-core.c | 1060 unsigned int lines, unsigned int lpi, bool jump) 1084 if (lpi && line > 0 && !(line % lpi)) 1170 unsigned int lines, unsigned int lpi) 1191 bpl, 0, lines, lpi, lpi == 0); 1057 cx23885_risc_field(__le32 *rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, unsigned int lpi, bool jump) argument 1166 cx23885_risc_databuffer(struct pci_dev *pci, struct cx23885_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) argument
|
Completed in 257 milliseconds