Searched defs:lnb (Results 1 - 5 of 5) sorted by relevance

/drivers/media/usb/dvb-usb/
H A Dfriio.c153 u8 lnb = (lnb_on) ? FRIIO_CTL_LNB : 0; local
167 buf[1] = lnb | FRIIO_CTL_LED | FRIIO_CTL_STROBE;
172 buf[1] = lnb | FRIIO_CTL_STROBE;
180 buf[1] = lnb | FRIIO_CTL_STROBE;
190 buf[1] = lnb;
/drivers/media/pci/dm1105/
H A Ddm1105.c213 } lnb; member in struct:dm1105_board
226 .lnb = {
235 .lnb = {
244 .lnb = {
253 .lnb = {
262 .lnb = {
598 dm1105_gpio_enable(dev, dm1105_boards[dev->boardnr].lnb.mask, 1);
601 dm1105_boards[dev->boardnr].lnb.mask,
602 dm1105_boards[dev->boardnr].lnb.v18);
605 dm1105_boards[dev->boardnr].lnb
[all...]
/drivers/staging/lustre/lustre/include/
H A Ddt_object.h524 struct niobuf_local *lnb, int nr);
1162 struct niobuf_local *lnb, int rw,
1169 rnb->len, lnb, rw, capa);
1173 struct niobuf_local *lnb, int n)
1178 return d->do_body_ops->dbo_bufs_put(env, d, lnb, n);
1182 struct niobuf_local *lnb, int n)
1187 return d->do_body_ops->dbo_write_prep(env, d, lnb, n);
1192 struct niobuf_local *lnb,
1197 return d->do_body_ops->dbo_declare_write_commit(env, d, lnb, n, th);
1202 struct dt_object *d, struct niobuf_local *lnb,
1160 dt_bufs_get(const struct lu_env *env, struct dt_object *d, struct niobuf_remote *rnb, struct niobuf_local *lnb, int rw, struct lustre_capa *capa) argument
1172 dt_bufs_put(const struct lu_env *env, struct dt_object *d, struct niobuf_local *lnb, int n) argument
1181 dt_write_prep(const struct lu_env *env, struct dt_object *d, struct niobuf_local *lnb, int n) argument
1190 dt_declare_write_commit(const struct lu_env *env, struct dt_object *d, struct niobuf_local *lnb, int n, struct thandle *th) argument
1201 dt_write_commit(const struct lu_env *env, struct dt_object *d, struct niobuf_local *lnb, int n, struct thandle *th) argument
1211 dt_read_prep(const struct lu_env *env, struct dt_object *d, struct niobuf_local *lnb, int n) argument
[all...]
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c1629 struct niobuf_local *lnb; local
1642 OBD_ALLOC(lnb, npages * sizeof(struct niobuf_local));
1645 if (lnb == NULL || rnb == NULL)
1672 lnb, oti, NULL);
1678 struct page *page = lnb[i].page;
1681 if (page == NULL && lnb[i].rc == 0)
1685 lnb[i].flags |= OBD_BRW_ASYNC;
1705 rnb, npages, lnb, oti, ret);
1718 if (lnb)
1719 OBD_FREE(lnb, npage
[all...]
/drivers/media/pci/ngene/
H A Dngene.h849 u8 lnb[4]; member in struct:ngene_info

Completed in 79 milliseconds