Searched refs:ds0 (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/fs/logfs/ |
D | super.c | 251 static int ds_cmp(const void *ds0, const void *ds1) in ds_cmp() argument 257 ds0 += LOGFS_SEGMENT_HEADERSIZE; in ds_cmp() 259 return memcmp(ds0, ds1, len); in ds_cmp() 265 struct logfs_disk_super _ds0, *ds0 = &_ds0; in logfs_recover_sb() local 270 err = wbuf_read(sb, super->s_sb_ofs[0], sizeof(*ds0), ds0); in logfs_recover_sb() 277 valid0 = logfs_check_ds(ds0) == 0; in logfs_recover_sb() 288 if (valid0 && valid1 && ds_cmp(ds0, ds1)) { in logfs_recover_sb()
|
/linux-2.6.39/Documentation/input/ |
D | elantech.txt | 201 w h n1 n0 ds3 ds2 ds1 ds0 204 ds3..ds0 = scroll wheel amount and direction 208 ds0 = 1 when top right corner tapped 222 ds7 ds6 ds5 ds4 ds3 ds2 ds1 ds0 224 ds7..ds0 = vertical scroll amount and direction
|
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | hw-ops.h | 62 const void *ds0, dma_addr_t buf_addr, in ath9k_hw_filltxdesc() argument 66 ds0, buf_addr, qcu); in ath9k_hw_filltxdesc()
|
D | ar9002_mac.c | 180 const void *ds0, dma_addr_t buf_addr, in ar9002_hw_fill_txdesc() argument 192 ads->ds_ctl2 = AR5416DESC_CONST(ds0)->ds_ctl2; in ar9002_hw_fill_txdesc() 193 ads->ds_ctl3 = AR5416DESC_CONST(ds0)->ds_ctl3; in ar9002_hw_fill_txdesc()
|
D | ar9003_mac.c | 197 const void *ds0, dma_addr_t buf_addr, in ar9003_hw_fill_txdesc() argument 225 ads->ctl13 = AR9003TXC_CONST(ds0)->ctl13; in ar9003_hw_fill_txdesc() 226 ads->ctl14 = AR9003TXC_CONST(ds0)->ctl14; in ar9003_hw_fill_txdesc()
|
D | hw.h | 620 const void *ds0, dma_addr_t buf_addr,
|