Searched refs:has_in (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | f71805f.c | 183 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 …]
|
D | w83795.c | 341 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()
|
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_initiator.c | 1501 bool has_in, bool has_out, struct bio *out_data_bio, u64 out_data_bytes, in _osd_req_finalize_data_integrity() argument 1537 if (has_in) { in _osd_req_finalize_data_integrity() 1579 bool has_in, bool has_out) in _init_blk_request() argument 1603 if (has_in) { in _init_blk_request() 1614 } else if (has_in) in _init_blk_request() 1620 or, has_in, has_out, ret, or->request); in _init_blk_request() 1628 bool has_in, has_out; in osd_finalize_request() local 1645 has_in = or->in.bio || or->get_attr.total_bytes; in osd_finalize_request() 1654 ret = _init_blk_request(or, has_in, has_out); in osd_finalize_request() 1690 ret = _osd_req_finalize_data_integrity(or, has_in, has_out, in osd_finalize_request()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-core.c | 1273 unsigned int n, has_in = 0; in usbhid_probe() local 1282 has_in++; in usbhid_probe() 1283 if (!has_in) { in usbhid_probe()
|