Home
last modified time | relevance | path

Searched refs:has_in (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Df71805f.c183 u16 has_in; member
350 if (!(data->has_in & (1 << nr))) in f71805f_update_device()
392 if (!(data->has_in & (1 << nr))) in f71805f_update_device()
1410 data->has_in = 0x1ff; in f71805f_probe()
1413 data->has_in = 0x6ef; in f71805f_probe()
1415 data->has_in |= (1 << 4); /* in4 */ in f71805f_probe()
1417 data->has_in |= (1 << 8); /* in8 */ in f71805f_probe()
1428 if (data->has_in & (1 << 4)) { /* in4 */ in f71805f_probe()
1434 if (data->has_in & (1 << 8)) { /* in8 */ in f71805f_probe()
1440 if (data->has_in & (1 << 9)) { /* in9 (F71872F/FG only) */ in f71805f_probe()
[all …]
Dw83795.c341 u32 has_in; /* Enable monitor VIN or not */ member
473 if (!(data->has_in & (1 << i))) in w83795_update_limits()
482 (i >= 4 && !(data->has_in & (1 << (i + 11))))) in w83795_update_limits()
620 if (!(data->has_in & (1 << i))) in w83795_update_device()
2005 if (!(data->has_in & (1 << i))) in w83795_handle_files()
2137 data->has_in |= 1 << in_chan; in w83795_apply_temp_config()
2172 data->has_in = w83795_read(client, W83795_REG_VOLT_CTRL1) in w83795_probe()
Dit87.c536 u16 has_in; /* Bitfield, voltage sensors enabled */ member
764 if (!(data->has_in & BIT(i))) in it87_update_device()
2003 if (!(data->has_in & BIT(i))) in it87_in_is_visible()
3136 data->has_in = 0x3ff & ~sio_data->skip_in; in it87_probe()
3151 data->has_in |= BIT(10); in it87_probe()
3153 data->has_in |= BIT(11); in it87_probe()
3155 data->has_in |= BIT(12); in it87_probe()
/Linux-v4.19/drivers/scsi/osd/
Dosd_initiator.c1505 bool has_in, bool has_out, struct bio *out_data_bio, u64 out_data_bytes, in _osd_req_finalize_data_integrity() argument
1541 if (has_in) { in _osd_req_finalize_data_integrity()
1589 bool has_in, bool has_out) in _init_blk_request() argument
1610 if (has_in) { in _init_blk_request()
1620 } else if (has_in) in _init_blk_request()
1626 or, has_in, has_out, ret, or->request); in _init_blk_request()
1634 bool has_in, has_out; in osd_finalize_request() local
1651 has_in = or->in.bio || or->get_attr.total_bytes; in osd_finalize_request()
1660 ret = _init_blk_request(or, has_in, has_out); in osd_finalize_request()
1696 ret = _osd_req_finalize_data_integrity(or, has_in, has_out, in osd_finalize_request()
/Linux-v4.19/drivers/hid/usbhid/
Dhid-core.c1309 unsigned int n, has_in = 0; in usbhid_probe() local
1318 has_in++; in usbhid_probe()
1319 if (!has_in) { in usbhid_probe()