Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c70 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/
Ddm-bio-prison-v2.c88 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()
Ddm-bio-prison-v1.c86 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()
Ddm-cache-background-tracker.c68 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()
Ddm-snap.c194 static int bdev_equal(struct block_device *lhs, struct block_device *rhs) in bdev_equal() argument
200 return lhs == rhs; in bdev_equal()
Ddm-thin.c2225 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/
Dfec_ptp.c284 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/
Dhci_mrvl.c51 __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/
Drbd.c3686 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/
D3c59x.c507 #define BFINS(lhs, rhs, offset, bitcount) \ argument
509 (((rhs) & ((1 << (bitcount)) - 1)) << (offset)))