/drivers/md/ |
D | dm-bio-prison-v2.c | 86 static int cmp_keys(struct dm_cell_key_v2 *lhs, in cmp_keys() argument 89 if (lhs->virtual < rhs->virtual) in cmp_keys() 92 if (lhs->virtual > rhs->virtual) in cmp_keys() 95 if (lhs->dev < rhs->dev) in cmp_keys() 98 if (lhs->dev > rhs->dev) in cmp_keys() 101 if (lhs->block_end <= rhs->block_begin) in cmp_keys() 104 if (lhs->block_begin >= rhs->block_end) in cmp_keys()
|
D | dm-bio-prison-v1.c | 84 static int cmp_keys(struct dm_cell_key *lhs, in cmp_keys() argument 87 if (lhs->virtual < rhs->virtual) in cmp_keys() 90 if (lhs->virtual > rhs->virtual) in cmp_keys() 93 if (lhs->dev < rhs->dev) in cmp_keys() 96 if (lhs->dev > rhs->dev) in cmp_keys() 99 if (lhs->block_end <= rhs->block_begin) in cmp_keys() 102 if (lhs->block_begin >= rhs->block_end) in cmp_keys()
|
D | dm-cache-background-tracker.c | 68 static int cmp_oblock(dm_oblock_t lhs, dm_oblock_t rhs) in cmp_oblock() argument 70 if (from_oblock(lhs) < from_oblock(rhs)) in cmp_oblock() 73 if (from_oblock(rhs) < from_oblock(lhs)) in cmp_oblock()
|
D | dm-snap.c | 185 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal() argument 191 return lhs == rhs; in bdev_equal()
|
D | dm-thin.c | 2240 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells() argument 2242 struct dm_bio_prison_cell *lhs_cell = *((struct dm_bio_prison_cell **) lhs); in cmp_cells()
|
/drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/ |
D | input_system.c | 68 csi_cfg_t* const lhs, 73 input_system_source_t* const lhs, 78 input_system_multiplex_t* const lhs, 1684 input_system_source_t * const lhs, in set_source_type() argument 1689 assert(lhs != NULL); in set_source_type() 1699 if ((*lhs) == (rhs)) { in set_source_type() 1713 *lhs = rhs; in set_source_type() 1722 csi_cfg_t* const lhs, in set_csi_cfg() argument 1729 assert(lhs != NULL); in set_csi_cfg() 1740 &&*/ lhs->buffering_mode == rhs->buffering_mode in set_csi_cfg() [all …]
|
/drivers/bluetooth/ |
D | hci_mrvl.c | 58 __le16 lhs; member 161 if ((pkt->lhs ^ pkt->rhs) != 0xffff) { in mrvl_recv_fw_req() 175 mrvl->tx_len = le16_to_cpu(pkt->lhs); in mrvl_recv_fw_req() 191 u16 version = le16_to_cpu(pkt->lhs); in mrvl_recv_chip_ver() 194 if ((pkt->lhs ^ pkt->rhs) != 0xffff) { in mrvl_recv_chip_ver()
|
/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 309 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/ |
D | am437x-vpfe.c | 283 cmp_v4l2_format(const struct v4l2_format *lhs, const struct v4l2_format *rhs) in cmp_v4l2_format() argument 285 return lhs->type == rhs->type && in cmp_v4l2_format() 286 lhs->fmt.pix.width == rhs->fmt.pix.width && in cmp_v4l2_format() 287 lhs->fmt.pix.height == rhs->fmt.pix.height && in cmp_v4l2_format() 288 lhs->fmt.pix.pixelformat == rhs->fmt.pix.pixelformat && in cmp_v4l2_format() 289 lhs->fmt.pix.field == rhs->fmt.pix.field && in cmp_v4l2_format() 290 lhs->fmt.pix.colorspace == rhs->fmt.pix.colorspace && in cmp_v4l2_format() 291 lhs->fmt.pix.ycbcr_enc == rhs->fmt.pix.ycbcr_enc && in cmp_v4l2_format() 292 lhs->fmt.pix.quantization == rhs->fmt.pix.quantization && in cmp_v4l2_format() 293 lhs->fmt.pix.xfer_func == rhs->fmt.pix.xfer_func; in cmp_v4l2_format()
|
/drivers/net/ethernet/3com/ |
D | 3c59x.c | 507 #define BFINS(lhs, rhs, offset, bitcount) \ argument 508 (((lhs) & ~((((1 << (bitcount)) - 1)) << (offset))) | \
|
/drivers/block/ |
D | rbd.c | 3043 static bool rbd_cid_equal(const struct rbd_client_id *lhs, in rbd_cid_equal() argument 3046 return lhs->gid == rhs->gid && lhs->handle == rhs->handle; in rbd_cid_equal()
|
/drivers/pinctrl/tegra/ |
D | pinctrl-tegra20.c | 2118 MUX_PG(lhs, DISPLAYA, DISPLAYB, XIO, RSVD4, 0x20, 7, 0x90, 22, -1, -1),
|