Home
last modified time | relevance | path

Searched refs:lhs (Results 1 – 7 of 7) sorted by relevance

/drivers/md/
Ddm-bio-prison.c83 static int cmp_keys(struct dm_cell_key *lhs, in cmp_keys() argument
86 if (lhs->virtual < rhs->virtual) in cmp_keys()
89 if (lhs->virtual > rhs->virtual) in cmp_keys()
92 if (lhs->dev < rhs->dev) in cmp_keys()
95 if (lhs->dev > rhs->dev) in cmp_keys()
98 if (lhs->block_end <= rhs->block_begin) in cmp_keys()
101 if (lhs->block_begin >= rhs->block_end) in cmp_keys()
Ddm-snap.c185 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal() argument
191 return lhs == rhs; in bdev_equal()
Ddm-thin.c2140 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells() argument
2142 struct dm_bio_prison_cell *lhs_cell = *((struct dm_bio_prison_cell **) lhs); in cmp_cells()
/drivers/net/ethernet/freescale/
Dfec_ptp.c309 u64 lhs, rhs; in fec_ptp_adjfreq() local
326 lhs = NSEC_PER_SEC; in fec_ptp_adjfreq()
329 if (lhs >= rhs) { in fec_ptp_adjfreq()
331 corr_period = div_u64(lhs, rhs); in fec_ptp_adjfreq()
334 lhs += NSEC_PER_SEC; in fec_ptp_adjfreq()
/drivers/media/platform/am437x/
Dam437x-vpfe.c282 cmp_v4l2_format(const struct v4l2_format *lhs, const struct v4l2_format *rhs) in cmp_v4l2_format() argument
284 return lhs->type == rhs->type && in cmp_v4l2_format()
285 lhs->fmt.pix.width == rhs->fmt.pix.width && in cmp_v4l2_format()
286 lhs->fmt.pix.height == rhs->fmt.pix.height && in cmp_v4l2_format()
287 lhs->fmt.pix.pixelformat == rhs->fmt.pix.pixelformat && in cmp_v4l2_format()
288 lhs->fmt.pix.field == rhs->fmt.pix.field && in cmp_v4l2_format()
289 lhs->fmt.pix.colorspace == rhs->fmt.pix.colorspace && in cmp_v4l2_format()
290 lhs->fmt.pix.ycbcr_enc == rhs->fmt.pix.ycbcr_enc && in cmp_v4l2_format()
291 lhs->fmt.pix.quantization == rhs->fmt.pix.quantization && in cmp_v4l2_format()
292 lhs->fmt.pix.xfer_func == rhs->fmt.pix.xfer_func; in cmp_v4l2_format()
/drivers/net/ethernet/3com/
D3c59x.c507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
508 (((lhs) & ~((((1 << (bitcount)) - 1)) << (offset))) | \
/drivers/pinctrl/
Dpinctrl-tegra20.c2113 MUX_PG(lhs, DISPLAYA, DISPLAYB, XIO, RSVD4, 0x20, 7, 0x90, 22, -1, -1),