Searched refs:rhs (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
D | input_system.c | 70 const csi_cfg_t *const rhs, 75 const input_system_source_t rhs, 80 const input_system_multiplex_t rhs, 1716 const input_system_source_t rhs, in set_source_type() argument 1730 if ((*lhs) == (rhs)) { in set_source_type() 1738 if (rhs >= N_INPUT_SYSTEM_SOURCE) { in set_source_type() 1743 *lhs = rhs; in set_source_type() 1752 const csi_cfg_t *const rhs, in set_csi_cfg() argument 1769 &&*/ lhs->buffering_mode == rhs->buffering_mode in set_csi_cfg() 1770 && lhs->csi_buffer.mem_reg_size == rhs->csi_buffer.mem_reg_size in set_csi_cfg() [all …]
|
/drivers/md/ |
D | dm-bio-prison-v2.c | 88 struct dm_cell_key_v2 *rhs) in cmp_keys() argument 90 if (lhs->virtual < rhs->virtual) in cmp_keys() 93 if (lhs->virtual > rhs->virtual) in cmp_keys() 96 if (lhs->dev < rhs->dev) in cmp_keys() 99 if (lhs->dev > rhs->dev) in cmp_keys() 102 if (lhs->block_end <= rhs->block_begin) in cmp_keys() 105 if (lhs->block_begin >= rhs->block_end) in cmp_keys()
|
D | dm-bio-prison-v1.c | 86 struct dm_cell_key *rhs) in cmp_keys() argument 88 if (lhs->virtual < rhs->virtual) in cmp_keys() 91 if (lhs->virtual > rhs->virtual) in cmp_keys() 94 if (lhs->dev < rhs->dev) in cmp_keys() 97 if (lhs->dev > rhs->dev) in cmp_keys() 100 if (lhs->block_end <= rhs->block_begin) in cmp_keys() 103 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 | 194 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal() argument 200 return lhs == rhs; in bdev_equal()
|
D | dm-thin.c | 2225 static int cmp_cells(const void *lhs, const void *rhs) in cmp_cells() argument 2228 struct dm_bio_prison_cell *rhs_cell = *((struct dm_bio_prison_cell **) rhs); in cmp_cells()
|
/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 284 u64 lhs, rhs; in fec_ptp_adjfreq() local 302 rhs = (u64)ppb * (u64)fep->ptp_inc; in fec_ptp_adjfreq() 304 if (lhs >= rhs) { in fec_ptp_adjfreq() 306 corr_period = div_u64(lhs, rhs); in fec_ptp_adjfreq()
|
/drivers/bluetooth/ |
D | hci_mrvl.c | 51 __le16 rhs; member 168 if ((pkt->lhs ^ pkt->rhs) != 0xffff) { in mrvl_recv_fw_req() 201 if ((pkt->lhs ^ pkt->rhs) != 0xffff) { in mrvl_recv_chip_ver()
|
/drivers/block/ |
D | rbd.c | 3686 const struct rbd_client_id *rhs) in rbd_cid_equal() argument 3688 return lhs->gid == rhs->gid && lhs->handle == rhs->handle; in rbd_cid_equal() 3927 const struct ceph_locker *rhs) in locker_equal() argument 3929 return lhs->id.name.type == rhs->id.name.type && in locker_equal() 3930 lhs->id.name.num == rhs->id.name.num && in locker_equal() 3931 !strcmp(lhs->id.cookie, rhs->id.cookie) && in locker_equal() 3932 ceph_addr_equal_no_type(&lhs->info.addr, &rhs->info.addr); in locker_equal()
|
/drivers/net/ethernet/3com/ |
D | 3c59x.c | 507 #define BFINS(lhs, rhs, offset, bitcount) \ argument 509 (((rhs) & ((1 << (bitcount)) - 1)) << (offset)))
|