/linux-4.1.27/arch/alpha/kernel/ |
D | core_mcpcia.c | 90 unsigned long mid = MCPCIA_HOSE2MID(hose->index); in conf_read() local 98 addr, type1, mid)); in conf_read() 101 stat0 = *(vuip)MCPCIA_CAP_ERR(mid); in conf_read() 102 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; in conf_read() 104 *(vuip)MCPCIA_CAP_ERR(mid); in conf_read() 105 DBG_CFG(("conf_read: MCPCIA_CAP_ERR(%d) was 0x%x\n", mid, stat0)); in conf_read() 111 mcheck_extra(cpu) = mid; in conf_read() 138 unsigned long mid = MCPCIA_HOSE2MID(hose->index); in conf_write() local 146 stat0 = *(vuip)MCPCIA_CAP_ERR(mid); in conf_write() 147 *(vuip)MCPCIA_CAP_ERR(mid) = stat0; mb(); in conf_write() [all …]
|
/linux-4.1.27/arch/sh/mm/ |
D | extable_64.c | 49 const struct exception_table_entry *mid; in search_extable() local 51 mid = check_exception_ranges(value); in search_extable() 52 if (mid) in search_extable() 53 return mid; in search_extable() 58 mid = (last - first) / 2 + first; in search_extable() 59 diff = mid->insn - value; in search_extable() 61 return mid; in search_extable() 63 first = mid+1; in search_extable() 65 last = mid-1; in search_extable()
|
/linux-4.1.27/drivers/ide/ |
D | ide-cd_verbose.c | 280 int lo = 0, mid, hi = ARRAY_SIZE(sense_data_texts); in ide_cd_log_error() local 289 mid = (lo + hi) / 2; in ide_cd_log_error() 290 if (sense_data_texts[mid].asc_ascq == key || in ide_cd_log_error() 291 sense_data_texts[mid].asc_ascq == (0xff0000|key)) { in ide_cd_log_error() 292 s = sense_data_texts[mid].text; in ide_cd_log_error() 294 } else if (sense_data_texts[mid].asc_ascq > key) in ide_cd_log_error() 295 hi = mid; in ide_cd_log_error() 297 lo = mid + 1; in ide_cd_log_error() 312 int lo = 0, mid, hi = ARRAY_SIZE(packet_command_texts); in ide_cd_log_error() local 316 mid = (lo + hi) / 2; in ide_cd_log_error() [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | devices.c | 35 phandle *prom_node, int *mid) in check_cpu_node() argument 40 if (mid) { in check_cpu_node() 41 *mid = prom_getintdefault(nd, cpu_mid_prop(), 0); in check_cpu_node() 43 *mid &= 3; in check_cpu_node() 54 void *compare_arg, phandle *prom_node, int *mid) in __cpu_find_by() argument 63 prom_node, mid); in __cpu_find_by() 82 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid) in cpu_find_by_instance() argument 85 prom_node, mid); in cpu_find_by_instance() 100 int cpu_find_by_mid(int mid, phandle *prom_node) in cpu_find_by_mid() argument 102 return __cpu_find_by(cpu_mid_compare, (void *)mid, in cpu_find_by_mid()
|
D | smp_32.c | 60 int mid; in smp_store_cpu_info() local 68 mid = cpu_get_hwmid(cpu_node); in smp_store_cpu_info() 70 if (mid < 0) { in smp_store_cpu_info() 72 mid = 0; in smp_store_cpu_info() 74 cpu_data(id).mid = mid; in smp_store_cpu_info() 231 int instance, mid; in smp_setup_cpu_possible_map() local 234 while (!cpu_find_by_instance(instance, NULL, &mid)) { in smp_setup_cpu_possible_map() 235 if (mid < NR_CPUS) { in smp_setup_cpu_possible_map() 236 set_cpu_possible(mid, true); in smp_setup_cpu_possible_map() 237 set_cpu_present(mid, true); in smp_setup_cpu_possible_map()
|
D | sun4d_irq.c | 280 int cpu = 0, mid; in sun4d_load_profile_irqs() local 282 while (!cpu_find_by_instance(cpu, NULL, &mid)) { in sun4d_load_profile_irqs() 283 sun4d_load_profile_irq(mid >> 3, 0); in sun4d_load_profile_irqs()
|
D | sun4m_irq.c | 435 int len, i, mid, num_cpu_iregs; in sun4m_init_IRQ() local 461 for (i = 0; !cpu_find_by_instance(i, NULL, &mid); i++) in sun4m_init_IRQ() 462 sbus_writel(~0x17fff, &sun4m_irq_percpu[mid]->clear); in sun4m_init_IRQ()
|
D | leon_kernel.c | 492 int mid; in leon_trans_init() local 494 memcpy(&mid, p->value, p->length); in leon_trans_init() 495 sprintf((char *)dp->name, "cpu%.2d", mid); in leon_trans_init()
|
/linux-4.1.27/fs/cifs/ |
D | transport.c | 41 cifs_wake_up_task(struct mid_q_entry *mid) in cifs_wake_up_task() argument 43 wake_up_process(mid->callback_data); in cifs_wake_up_task() 61 temp->mid = get_mid(smb_buffer); in AllocMidQEntry() 103 midEntry->command, midEntry->mid); in DeleteMidQEntry() 115 cifs_delete_mid(struct mid_q_entry *mid) in cifs_delete_mid() argument 118 list_del(&mid->qhead); in cifs_delete_mid() 121 DeleteMidQEntry(mid); in cifs_delete_mid() 513 struct mid_q_entry *mid; in cifs_setup_async_request() local 519 mid = AllocMidQEntry(hdr, server); in cifs_setup_async_request() 520 if (mid == NULL) in cifs_setup_async_request() [all …]
|
D | smb2transport.c | 493 temp->mid = le64_to_cpu(smb_buffer->MessageId); in smb2_mid_entry_alloc() 514 struct mid_q_entry **mid) in smb2_get_mid_entry() argument 537 *mid = smb2_mid_entry_alloc(buf, ses->server); in smb2_get_mid_entry() 538 if (*mid == NULL) in smb2_get_mid_entry() 541 list_add_tail(&(*mid)->qhead, &ses->server->pending_mid_q); in smb2_get_mid_entry() 547 smb2_check_receive(struct mid_q_entry *mid, struct TCP_Server_Info *server, in smb2_check_receive() argument 550 unsigned int len = get_rfc1002_length(mid->resp_buf); in smb2_check_receive() 555 iov.iov_base = (char *)mid->resp_buf; in smb2_check_receive() 556 iov.iov_len = get_rfc1002_length(mid->resp_buf) + 4; in smb2_check_receive() 558 dump_smb(mid->resp_buf, min_t(u32, 80, len)); in smb2_check_receive() [all …]
|
D | smb1ops.c | 40 struct mid_q_entry *mid) in send_nt_cancel() argument 52 rc = cifs_sign_smb(in_buf, server, &mid->sequence_number); in send_nt_cancel() 101 struct mid_q_entry *mid; in cifs_find_mid() local 104 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in cifs_find_mid() 105 if (compare_mid(mid->mid, buf) && in cifs_find_mid() 106 mid->mid_state == MID_REQUEST_SUBMITTED && in cifs_find_mid() 107 le16_to_cpu(mid->command) == buf->Command) { in cifs_find_mid() 109 return mid; in cifs_find_mid() 143 cifs_get_credits(struct mid_q_entry *mid) in cifs_get_credits() argument 172 __u64 mid = 0; in cifs_get_next_mid() local [all …]
|
D | smb2misc.c | 33 check_smb2_hdr(struct smb2_hdr *hdr, __u64 mid) in check_smb2_hdr() argument 42 (mid == wire_mid)) { in check_smb2_hdr() 56 if (mid != wire_mid) in check_smb2_hdr() 58 mid, wire_mid); in check_smb2_hdr() 100 __u64 mid = le64_to_cpu(hdr->MessageId); in smb2_check_message() local 129 mid); in smb2_check_message() 133 if (check_smb2_hdr(hdr, mid)) in smb2_check_message() 167 length, 4 + len, mid); in smb2_check_message() 175 clc_len, 4 + len, mid); in smb2_check_message()
|
D | cifsglob.h | 673 __u16 mid = server->ops->get_next_mid(server); in get_next_mid() local 678 return cpu_to_le16(mid); in get_next_mid() 688 compare_mid(__u16 mid, const struct smb_hdr *smb) in compare_mid() argument 690 return mid == le16_to_cpu(smb->Mid); in compare_mid() 1242 struct mid_q_entry *mid); 1252 typedef void (mid_callback_t)(struct mid_q_entry *mid); 1258 __u64 mid; /* multiplex id */ member 1301 static inline void cifs_save_when_sent(struct mid_q_entry *mid) in cifs_save_when_sent() argument 1303 mid->when_sent = jiffies; in cifs_save_when_sent() 1321 static inline void cifs_save_when_sent(struct mid_q_entry *mid) in cifs_save_when_sent() argument
|
D | smb2pdu.c | 1611 smb2_echo_callback(struct mid_q_entry *mid) in smb2_echo_callback() argument 1613 struct TCP_Server_Info *server = mid->callback_data; in smb2_echo_callback() 1614 struct smb2_echo_rsp *smb2 = (struct smb2_echo_rsp *)mid->resp_buf; in smb2_echo_callback() 1617 if (mid->mid_state == MID_RESPONSE_RECEIVED) in smb2_echo_callback() 1620 DeleteMidQEntry(mid); in smb2_echo_callback() 1751 smb2_readv_callback(struct mid_q_entry *mid) in smb2_readv_callback() argument 1753 struct cifs_readdata *rdata = mid->callback_data; in smb2_readv_callback() 1766 __func__, mid->mid, mid->mid_state, rdata->result, in smb2_readv_callback() 1769 switch (mid->mid_state) { in smb2_readv_callback() 1804 DeleteMidQEntry(mid); in smb2_readv_callback() [all …]
|
D | misc.c | 364 __u16 mid = get_mid(smb); in checkSMB() local 372 clc_len, 4 + rfclen, mid); in checkSMB() 376 rfclen, mid); in checkSMB() 389 rfclen, mid); in checkSMB()
|
D | cifsproto.h | 77 extern void cifs_delete_mid(struct mid_q_entry *mid); 78 extern void cifs_wake_up_task(struct mid_q_entry *mid); 93 extern int cifs_check_receive(struct mid_q_entry *mid, 184 extern void dequeue_mid(struct mid_q_entry *mid, bool malformed); 500 int cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid);
|
D | smb2ops.c | 115 smb2_get_credits(struct mid_q_entry *mid) in smb2_get_credits() argument 117 return le16_to_cpu(((struct smb2_hdr *)mid->resp_buf)->CreditRequest); in smb2_get_credits() 170 __u64 mid; in smb2_get_next_mid() local 173 mid = server->CurrentMid++; in smb2_get_next_mid() 175 return mid; in smb2_get_next_mid() 181 struct mid_q_entry *mid; in smb2_find_mid() local 186 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in smb2_find_mid() 187 if ((mid->mid == wire_mid) && in smb2_find_mid() 188 (mid->mid_state == MID_REQUEST_SUBMITTED) && in smb2_find_mid() 189 (mid->command == hdr->Command)) { in smb2_find_mid() [all …]
|
D | connect.c | 659 dequeue_mid(struct mid_q_entry *mid, bool malformed) in dequeue_mid() argument 662 mid->when_received = jiffies; in dequeue_mid() 666 mid->mid_state = MID_RESPONSE_RECEIVED; in dequeue_mid() 668 mid->mid_state = MID_RESPONSE_MALFORMED; in dequeue_mid() 669 list_del_init(&mid->qhead); in dequeue_mid() 674 handle_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server, in handle_mid() argument 678 server->ops->check_trans2(mid, server, buf, malformed)) in handle_mid() 680 mid->resp_buf = buf; in handle_mid() 681 mid->large_buf = server->large_buf; in handle_mid() 683 if (!mid->multiRsp) { in handle_mid() [all …]
|
D | cifssmb.c | 696 cifs_echo_callback(struct mid_q_entry *mid) in cifs_echo_callback() argument 698 struct TCP_Server_Info *server = mid->callback_data; in cifs_echo_callback() 700 DeleteMidQEntry(mid); in cifs_echo_callback() 1419 cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_discard() argument 1422 struct cifs_readdata *rdata = mid->callback_data; in cifs_readv_discard() 1425 dequeue_mid(mid, rdata->result); in cifs_readv_discard() 1430 cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_receive() argument 1434 struct cifs_readdata *rdata = mid->callback_data; in cifs_readv_receive() 1439 __func__, mid->mid, rdata->offset, rdata->bytes); in cifs_readv_receive() 1468 return cifs_readv_discard(server, mid); in cifs_readv_receive() [all …]
|
D | cifs_debug.c | 89 mid_entry->mid); in cifs_dump_mids() 229 mid_entry->mid); in cifs_debug_data_proc_show()
|
D | smb2proto.h | 44 extern int smb2_check_receive(struct mid_q_entry *mid,
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | ucd9200.c | 54 const struct i2c_device_id *mid; in ucd9200_probe() local 71 for (mid = ucd9200_id; mid->name[0]; mid++) { in ucd9200_probe() 72 if (!strncasecmp(mid->name, block_buffer, strlen(mid->name))) in ucd9200_probe() 75 if (!mid->name[0]) { in ucd9200_probe() 79 if (id->driver_data != ucd9200 && id->driver_data != mid->driver_data) in ucd9200_probe() 82 id->name, mid->name); in ucd9200_probe() 160 if (mid->driver_data == ucd9240) in ucd9200_probe() 163 return pmbus_do_probe(client, mid, info); in ucd9200_probe()
|
D | ucd9000.c | 127 const struct i2c_device_id *mid; in ucd9000_probe() local 144 for (mid = ucd9000_id; mid->name[0]; mid++) { in ucd9000_probe() 145 if (!strncasecmp(mid->name, block_buffer, strlen(mid->name))) in ucd9000_probe() 148 if (!mid->name[0]) { in ucd9000_probe() 153 if (id->driver_data != ucd9000 && id->driver_data != mid->driver_data) in ucd9000_probe() 156 id->name, mid->name); in ucd9000_probe() 212 if (mid->driver_data == ucd90124) { in ucd9000_probe() 229 return pmbus_do_probe(client, mid, info); in ucd9000_probe()
|
D | zl6100.c | 322 const struct i2c_device_id *mid; in zl6100_probe() local 338 mid = NULL; in zl6100_probe() 339 for (mid = zl6100_id; mid->name[0]; mid++) { in zl6100_probe() 340 if (!strncasecmp(mid->name, device_id, strlen(mid->name))) in zl6100_probe() 343 if (!mid->name[0]) { in zl6100_probe() 347 if (id->driver_data != mid->driver_data) in zl6100_probe() 350 id->name, mid->name); in zl6100_probe() 357 data->id = mid->driver_data; in zl6100_probe() 403 return pmbus_do_probe(client, mid, info); in zl6100_probe()
|
D | adm1275.c | 236 const struct i2c_device_id *mid; in adm1275_probe() local 258 for (mid = adm1275_id; mid->name[0]; mid++) { in adm1275_probe() 259 if (!strncasecmp(mid->name, block_buffer, strlen(mid->name))) in adm1275_probe() 262 if (!mid->name[0]) { in adm1275_probe() 267 if (id->driver_data != mid->driver_data) in adm1275_probe() 270 id->name, mid->name); in adm1275_probe() 285 data->id = mid->driver_data; in adm1275_probe()
|
/linux-4.1.27/arch/hexagon/lib/ |
D | checksum.c | 103 int i, start, mid, end, mask; in do_csum() local 115 mid = len - start; in do_csum() 116 end = mid & 0xF; in do_csum() 117 mid = mid>>4; in do_csum() 118 sum0 = mid << 18; in do_csum() 143 if (mid) { in do_csum() 146 if (mid > 1) in do_csum() 147 for (i = 0; i < mid-1; i++) { in do_csum() 163 ptr4 = (unsigned int *) &ptr[start + (mid * 16) + (end & 8)]; in do_csum() 170 ptr2 = (unsigned short *) &ptr[start + (mid * 16) + (end & 12)]; in do_csum() [all …]
|
/linux-4.1.27/lib/ |
D | extable.c | 77 const struct exception_table_entry *mid; in search_extable() local 79 mid = ((last - first) >> 1) + first; in search_extable() 84 if (mid->insn < value) in search_extable() 85 first = mid + 1; in search_extable() 86 else if (mid->insn > value) in search_extable() 87 last = mid - 1; in search_extable() 89 return mid; in search_extable()
|
D | bsearch.c | 40 size_t mid = start + (end - start) / 2; in bsearch() local 42 result = cmp(key, base + mid * size); in bsearch() 44 end = mid; in bsearch() 46 start = mid + 1; in bsearch() 48 return (void *)base + mid * size; in bsearch()
|
/linux-4.1.27/arch/ia64/mm/ |
D | extable.c | 87 const struct exception_table_entry *mid; in search_extable() local 92 mid = &first[(last - first)/2]; in search_extable() 93 mid_ip = (u64) &mid->addr + mid->addr; in search_extable() 96 return mid; in search_extable() 98 first = mid + 1; in search_extable() 100 last = mid - 1; in search_extable()
|
/linux-4.1.27/arch/s390/mm/ |
D | extable.c | 17 const struct exception_table_entry *mid; in search_extable() local 21 mid = ((last - first) >> 1) + first; in search_extable() 22 addr = extable_insn(mid); in search_extable() 24 first = mid + 1; in search_extable() 26 last = mid - 1; in search_extable() 28 return mid; in search_extable()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 352 int mid=0; /* midpoint for binary srch */ in xfs_dir2_block_addname() local 434 mid = (low + high) >> 1; in xfs_dir2_block_addname() 435 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_addname() 438 low = mid + 1; in xfs_dir2_block_addname() 440 high = mid - 1; in xfs_dir2_block_addname() 442 while (mid >= 0 && be32_to_cpu(blp[mid].hashval) >= args->hashval) { in xfs_dir2_block_addname() 443 mid--; in xfs_dir2_block_addname() 476 mid++; in xfs_dir2_block_addname() 477 if (mid) in xfs_dir2_block_addname() 478 memmove(blp, &blp[1], mid * sizeof(*blp)); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_leaf.c | 1545 int mid=0; /* current leaf index */ in xfs_dir2_leaf_search_hash() local 1560 mid = (low + high) >> 1; in xfs_dir2_leaf_search_hash() 1561 if ((hash = be32_to_cpu(lep[mid].hashval)) == hashwant) in xfs_dir2_leaf_search_hash() 1564 low = mid + 1; in xfs_dir2_leaf_search_hash() 1566 high = mid - 1; in xfs_dir2_leaf_search_hash() 1572 while (mid > 0 && be32_to_cpu(lep[mid - 1].hashval) == hashwant) { in xfs_dir2_leaf_search_hash() 1573 mid--; in xfs_dir2_leaf_search_hash() 1580 mid++; in xfs_dir2_leaf_search_hash() 1581 return mid; in xfs_dir2_leaf_search_hash()
|
D | xfs_dir2_node.c | 954 int mid; /* midpoint leaf index */ in xfs_dir2_leafn_rebalance() local 988 mid = oldsum >> 1; in xfs_dir2_leafn_rebalance() 997 if (mid >= hdr1.count) in xfs_dir2_leafn_rebalance() 998 midhash = be32_to_cpu(ents2[mid - hdr1.count].hashval); in xfs_dir2_leafn_rebalance() 1000 midhash = be32_to_cpu(ents1[mid].hashval); in xfs_dir2_leafn_rebalance() 1014 count = hdr1.count - mid + (isleft == 0); in xfs_dir2_leafn_rebalance()
|
/linux-4.1.27/drivers/thermal/ |
D | rockchip_thermal.c | 172 int high, low, mid; in rk_tsadcv2_temp_to_code() local 176 mid = (high + low) / 2; in rk_tsadcv2_temp_to_code() 182 if (temp == v2_code_table[mid].temp) in rk_tsadcv2_temp_to_code() 183 return v2_code_table[mid].code; in rk_tsadcv2_temp_to_code() 184 else if (temp < v2_code_table[mid].temp) in rk_tsadcv2_temp_to_code() 185 high = mid - 1; in rk_tsadcv2_temp_to_code() 187 low = mid + 1; in rk_tsadcv2_temp_to_code() 188 mid = (low + high) / 2; in rk_tsadcv2_temp_to_code() 198 unsigned int mid = (low + high) / 2; in rk_tsadcv2_code_to_temp() local 206 while (low <= high && mid) { in rk_tsadcv2_code_to_temp() [all …]
|
/linux-4.1.27/arch/alpha/mm/ |
D | extable.c | 78 const struct exception_table_entry *mid; in search_extable() local 81 mid = (last - first) / 2 + first; in search_extable() 82 mid_value = ex_to_addr(mid); in search_extable() 84 return mid; in search_extable() 86 first = mid+1; in search_extable() 88 last = mid-1; in search_extable()
|
/linux-4.1.27/arch/x86/mm/ |
D | extable.c | 87 const struct exception_table_entry *mid; in search_extable() local 90 mid = ((last - first) >> 1) + first; in search_extable() 91 addr = ex_insn_addr(mid); in search_extable() 93 first = mid + 1; in search_extable() 95 last = mid - 1; in search_extable() 97 return mid; in search_extable()
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_plog.h | 41 u8 mid; /* module id */ member 144 void bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, 146 void bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, 149 void bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, 151 void bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid,
|
D | bfa_svc.c | 356 bfa_plog_str(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_str() argument 364 lp.mid = mid; in bfa_plog_str() 376 bfa_plog_intarr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_intarr() argument 388 lp.mid = mid; in bfa_plog_intarr() 403 bfa_plog_fchdr(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr() argument 418 bfa_plog_intarr(plog, mid, event, misc, ints, 3); in bfa_plog_fchdr() 423 bfa_plog_fchdr_and_pl(struct bfa_plog_s *plog, enum bfa_plog_mid mid, in bfa_plog_fchdr_and_pl() argument 439 bfa_plog_intarr(plog, mid, event, misc, ints, 4); in bfa_plog_fchdr_and_pl()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | capidtmf.c | 252 long d, e, q1, q2, lo, mid, hi; in capidtmf_goertzel_result() local 269 mid = k >> 16; in capidtmf_goertzel_result() 271 mid += k & 0xffff; in capidtmf_goertzel_result() 274 mid += k & 0xffff; in capidtmf_goertzel_result() 283 mid = -((long)(k >> 16)); in capidtmf_goertzel_result() 285 mid -= k & 0xffff; in capidtmf_goertzel_result() 288 mid -= k & 0xffff; in capidtmf_goertzel_result() 295 mid = -mid; in capidtmf_goertzel_result() 301 mid += k >> 16; in capidtmf_goertzel_result() 303 mid += (k & 0xffff) << 1; in capidtmf_goertzel_result() [all …]
|
/linux-4.1.27/drivers/power/ |
D | rx51_battery.c | 130 int mid = (max + min) / 2; in rx51_battery_read_temperature() local 131 if (rx51_temp_table2[mid] <= raw) in rx51_battery_read_temperature() 132 min = mid; in rx51_battery_read_temperature() 133 else if (rx51_temp_table2[mid] > raw) in rx51_battery_read_temperature() 134 max = mid; in rx51_battery_read_temperature() 135 if (rx51_temp_table2[mid] == raw) in rx51_battery_read_temperature()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | trace.h | 45 __field(u8, mid) 53 __entry->mid = wmi->mid; 62 __entry->mid, __entry->id, __entry->buf_len, __entry->timestamp 164 __field(u8, mid) 175 __entry->mid = wil_rxdesc_mid(d); 185 __entry->mid, __entry->cid, __entry->tid, __entry->mcs,
|
D | wmi.h | 456 u8 mid; member 463 u8 mid; member 701 u8 mid; member 1318 u8 mid; member
|
D | rx_reorder.c | 100 int mid = wil_rxdesc_mid(d); in wil_rx_reorder() local 109 mid, cid, tid, seq, mcast); in wil_rx_reorder()
|
D | wmi.c | 186 .mid = 0, in __wmi_send() 329 data->info.qid, data->info.mid, data->info.cid); in wmi_evt_rx_mgmt() 780 id, wmi->mid, tstamp); in wmi_recv_cmd() 1083 .mid = 0, /* TODO - what is it? */ in wmi_rx_chain_add()
|
D | wil6210.h | 353 u8 mid; member
|
/linux-4.1.27/arch/arm/kernel/ |
D | unwind.c | 140 const struct unwind_idx *mid = start + ((stop - start) >> 1); in search_index() local 146 if (addr_prel31 - ((unsigned long)mid - (unsigned long)start) < in search_index() 147 mid->addr_offset) in search_index() 148 stop = mid; in search_index() 151 addr_prel31 -= ((unsigned long)mid - in search_index() 153 start = mid; in search_index() 170 const struct unwind_idx *mid = start + ((stop - start) >> 1); in unwind_find_origin() local 172 if (mid->addr_offset >= 0x40000000) in unwind_find_origin() 174 start = mid + 1; in unwind_find_origin() 177 stop = mid; in unwind_find_origin()
|
D | ptrace.c | 377 long mid = ARM_MAX_BRP << 1; in ptrace_hbp_idx_to_num() local 379 return num > mid ? mid - num : num; in ptrace_hbp_idx_to_num()
|
/linux-4.1.27/fs/befs/ |
D | btree.c | 342 int first, last, mid; in befs_find_key() local 369 mid = 0; in befs_find_key() 371 mid = (last + first) / 2; in befs_find_key() 373 mid); in befs_find_key() 374 thiskey = befs_bt_get_key(sb, node, mid, &keylen); in befs_find_key() 380 __func__, thiskey, mid); in befs_find_key() 382 *value = fs64_to_cpu(sb, valarray[mid]); in befs_find_key() 386 last = mid - 1; in befs_find_key() 388 first = mid + 1; in befs_find_key() 391 *value = fs64_to_cpu(sb, valarray[mid + 1]); in befs_find_key() [all …]
|
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 1755 int mid; in generic_bin_search() local 1766 mid = (low + high) / 2; in generic_bin_search() 1767 offset = p + mid * item_size; in generic_bin_search() 1793 low = mid + 1; in generic_bin_search() 1795 high = mid; in generic_bin_search() 1797 *slot = mid; in generic_bin_search() 1885 struct extent_buffer *mid; in balance_level() local 1897 mid = path->nodes[level]; in balance_level() 1901 WARN_ON(btrfs_header_generation(mid) != trans->transid); in balance_level() 1903 orig_ptr = btrfs_node_blockptr(mid, orig_slot); in balance_level() [all …]
|
/linux-4.1.27/kernel/ |
D | groups.c | 143 unsigned int mid = (left+right)/2; in groups_search() local 144 if (gid_gt(grp, GROUP_AT(group_info, mid))) in groups_search() 145 left = mid + 1; in groups_search() 146 else if (gid_lt(grp, GROUP_AT(group_info, mid))) in groups_search() 147 right = mid; in groups_search()
|
D | kallsyms.c | 220 unsigned long i, low, high, mid; in get_symbol_pos() local 230 mid = low + (high - low) / 2; in get_symbol_pos() 231 if (kallsyms_addresses[mid] <= addr) in get_symbol_pos() 232 low = mid; in get_symbol_pos() 234 high = mid; in get_symbol_pos()
|
D | cgroup.c | 4147 int mid = (index + end) / 2; in cgroup_pidlist_start() local 4148 if (cgroup_pid_fry(cgrp, l->list[mid]) == pid) { in cgroup_pidlist_start() 4149 index = mid; in cgroup_pidlist_start() 4151 } else if (cgroup_pid_fry(cgrp, l->list[mid]) <= pid) in cgroup_pidlist_start() 4152 index = mid + 1; in cgroup_pidlist_start() 4154 end = mid; in cgroup_pidlist_start()
|
/linux-4.1.27/drivers/iommu/ |
D | msm_iommu_dev.c | 302 int mid = c->mids[i]; in msm_iommu_ctx_probe() local 303 if (mid == -1) in msm_iommu_ctx_probe() 306 SET_M2VCBR_N(drvdata->base, mid, 0); in msm_iommu_ctx_probe() 310 SET_VMID(drvdata->base, mid, 0); in msm_iommu_ctx_probe() 313 SET_CBNDX(drvdata->base, mid, c->num); in msm_iommu_ctx_probe() 322 SET_NSCFG(drvdata->base, mid, 3); in msm_iommu_ctx_probe()
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | raw_skew.c | 83 struct timespec start, mid, end; in get_monotonic_and_raw() local 91 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 97 *raw = mid; in get_monotonic_and_raw()
|
/linux-4.1.27/fs/ubifs/ |
D | tnc_misc.c | 139 int beg = 0, end = znode->child_cnt, uninitialized_var(mid); in ubifs_search_zbranch() 146 mid = (beg + end) >> 1; in ubifs_search_zbranch() 147 cmp = keys_cmp(c, key, &zbr[mid].key); in ubifs_search_zbranch() 149 beg = mid + 1; in ubifs_search_zbranch() 151 end = mid; in ubifs_search_zbranch() 153 *n = mid; in ubifs_search_zbranch()
|
/linux-4.1.27/net/tipc/ |
D | name_table.c | 187 int mid; in nameseq_find_subseq() local 190 mid = (low + high) / 2; in nameseq_find_subseq() 191 if (instance < sseqs[mid].lower) in nameseq_find_subseq() 192 high = mid - 1; in nameseq_find_subseq() 193 else if (instance > sseqs[mid].upper) in nameseq_find_subseq() 194 low = mid + 1; in nameseq_find_subseq() 196 return &sseqs[mid]; in nameseq_find_subseq() 215 int mid; in nameseq_locate_subseq() local 218 mid = (low + high) / 2; in nameseq_locate_subseq() 219 if (instance < sseqs[mid].lower) in nameseq_locate_subseq() [all …]
|
/linux-4.1.27/drivers/iio/temperature/ |
D | tmp006.c | 187 int mid, did; in tmp006_check_identification() local 189 mid = i2c_smbus_read_word_swapped(client, TMP006_MANUFACTURER_ID); in tmp006_check_identification() 190 if (mid < 0) in tmp006_check_identification() 197 return mid == MANUFACTURER_MAGIC && did == DEVICE_MAGIC; in tmp006_check_identification()
|
/linux-4.1.27/drivers/md/ |
D | linear.c | 32 int lo, mid, hi; in which_dev() local 45 mid = (hi + lo) / 2; in which_dev() 46 if (sector < conf->disks[mid].end_sector) in which_dev() 47 hi = mid; in which_dev() 49 lo = mid + 1; in which_dev()
|
D | md.c | 8374 int mid = (lo + hi) / 2; in md_is_badblock() local 8375 sector_t a = BB_OFFSET(p[mid]); in md_is_badblock() 8379 lo = mid; in md_is_badblock() 8382 hi = mid; in md_is_badblock() 8448 int mid = (lo + hi) / 2; in md_set_badblocks() local 8449 sector_t a = BB_OFFSET(p[mid]); in md_set_badblocks() 8451 lo = mid; in md_set_badblocks() 8453 hi = mid; in md_set_badblocks() 8615 int mid = (lo + hi) / 2; in md_clear_badblocks() local 8616 sector_t a = BB_OFFSET(p[mid]); in md_clear_badblocks() [all …]
|
/linux-4.1.27/arch/parisc/kernel/ |
D | unwind.c | 50 unsigned long lo, hi, mid; in find_unwind_entry_in_table() local 56 mid = (hi - lo) / 2 + lo; in find_unwind_entry_in_table() 57 e = &table->table[mid]; in find_unwind_entry_in_table() 59 hi = mid - 1; in find_unwind_entry_in_table() 61 lo = mid + 1; in find_unwind_entry_in_table()
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 7 This document outlines the interface between the Linux SCSI mid level and 35 The SCSI mid level isolates an LLD from other layers such as the SCSI 47 Many LLDs are documented there (e.g. aic7xxx.txt). The SCSI mid-level is 87 a) directly invoking functions supplied by the mid level 89 supplied by the mid level. The mid level will then invoke these 93 by the mid level 109 that are shared with the mid level and other layers. 130 with the SCSI mid level. 136 registered with sysfs at this point. The SCSI mid level first becomes 140 is a typical sequence of calls between the LLD and the mid level. [all …]
|
D | scsi.txt | 16 The scsi-core (also known as the "mid level") contains the core of scsi
|
D | tmscsim.txt | 163 is somehow inconvenient, but the way the mid-level SCSI code expects it to be. 244 after unmounting its partitions, telling the SCSI mid-level code to 248 mid-level code to try detection. 352 * Have the mid-level (ML) code (and not the driver) handle more of the 403 are caused by the SCSI mid-level code.
|
D | lpfc.txt | 41 errored by the driver, the mid-layer would exhaust its retries, and the
|
D | ChangeLog.arcmsr | 63 ** the arcmsr driver w/o passing through scsi mid layer
|
D | aic79xx.txt | 122 - Workaround duplicate device entries in the mid-layer 143 upon driver entry from the mid-layer.
|
D | ChangeLog.megaraid_sas | 478 i. Under heavy IO mid-layer prints "DRIVER_TIMEOUT" errors 490 i. Under heavy IO mid-layer prints "DRIVER_TIMEOUT" errors
|
D | aic7xxx.txt | 177 pool fragmentation and SCSI mid-layer deadlock.
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | oplib_32.h | 177 int cpu_find_by_instance(int instance, phandle *prom_node, int *mid); 178 int cpu_find_by_mid(int mid, phandle *prom_node);
|
D | cpudata_32.h | 23 int mid; member
|
D | iommu_32.h | 41 volatile unsigned long mid; /* IOMMU module-id */ member
|
D | hypervisor.h | 2876 unsigned long mid; /* MAU ID, 1 per core on Niagara */ member 2883 unsigned long mid; /* MAU ID, 1 per core on Niagara */ member
|
/linux-4.1.27/arch/avr32/kernel/ |
D | cpu.c | 208 u16 mid; member 214 { .mid = 0x1f, .pn = 0x1e82, .name = "AT32AP700x" }, 244 unsigned int mid = avr32_get_manufacturer_id(cpu); in get_chip_name() local 248 if (chip_names[i].mid == mid && chip_names[i].pn == pn) in get_chip_name()
|
/linux-4.1.27/mm/ |
D | memblock.c | 1392 unsigned int mid = (right + left) / 2; in memblock_search() local 1394 if (addr < type->regions[mid].base) in memblock_search() 1395 right = mid; in memblock_search() 1396 else if (addr >= (type->regions[mid].base + in memblock_search() 1397 type->regions[mid].size)) in memblock_search() 1398 left = mid + 1; in memblock_search() 1400 return mid; in memblock_search() 1420 int mid = memblock_search(type, PFN_PHYS(pfn)); in memblock_search_pfn_nid() local 1422 if (mid == -1) in memblock_search_pfn_nid() 1425 *start_pfn = PFN_DOWN(type->regions[mid].base); in memblock_search_pfn_nid() [all …]
|
/linux-4.1.27/sound/pci/hda/ |
D | patch_ca0132.c | 143 int mid; /*effect module ID*/ member 157 .mid = 0x96, 165 .mid = 0x96, 173 .mid = 0x96, 181 .mid = 0x96, 189 .mid = 0x96, 197 .mid = 0x96, 208 .mid = 0x95, 216 .mid = 0x95, 224 .mid = 0x95, [all …]
|
/linux-4.1.27/arch/x86/platform/intel-mid/ |
D | Makefile | 1 obj-$(CONFIG_X86_INTEL_MID) += intel-mid.o intel_mid_vrtc.o mfld.o mrfl.o
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-vr41xx.c | 166 unsigned long low, mid, high; in vr41xx_rtc_read_alarm() local 172 mid = rtc1_read(ECMPMREG); in vr41xx_rtc_read_alarm() 178 rtc_time_to_tm((high << 17) | (mid << 1) | (low >> 15), time); in vr41xx_rtc_read_alarm()
|
/linux-4.1.27/drivers/hwmon/ |
D | ntc_thermistor.c | 345 int start, end, mid; in lookup_comp() local 369 mid = start + (end - start) / 2; in lookup_comp() 379 if (ohm >= data->comp[mid].ohm) { in lookup_comp() 380 end = mid; in lookup_comp() 382 start = mid + 1; in lookup_comp()
|
/linux-4.1.27/arch/x86/platform/ |
D | Makefile | 7 obj-y += intel-mid/
|
/linux-4.1.27/Documentation/blockdev/ |
D | cciss.txt | 136 lun used to address the device. It then notifies the SCSI mid layer 144 as SCSI devices to the SCSI mid layer by the cciss driver. Specifically, 145 physical SCSI disk drives are NOT presented to the SCSI mid layer. The 154 The linux SCSI mid layer provides an error handling protocol which 163 changers are presented to the SCSI mid layer, and unlike more
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | wm8650-mid.dts | 2 * wm8650-mid.dts - Device tree file for Wondermedia WM8650-MID Tablet
|
D | armada-370-synology-ds213j.dts | 334 fan_ctrl_mid_pin: fan-ctrl-mid-pin {
|
D | Makefile | 616 wm8650-mid.dtb \
|
/linux-4.1.27/Documentation/usb/ |
D | gadget-testing.txt | 316 There are two cases: playing a mid from the gadget to 317 the host and playing a mid from the host to the gadget. 319 1) Playing a mid from the gadget to the host 326 $ arecordmidi -p 24:0 from_gadget.mid 334 $ aplaymidi -p 20:0 to_host.mid 336 2) Playing a mid from the host to the gadget 343 $ arecordmidi -p 20:0 from_host.mid 352 $ aplaymidi -p24:0 to_gadget.mid 354 The from_gadget.mid should sound identical to the to_host.mid. 355 The from_host.id should sound identical to the to_gadget.mid. [all …]
|
D | ehci.txt | 27 While usb-storage devices have been available since mid-2001 (working
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | pm3393.c | 507 u32 val, lo, mid, hi, enabled = cmac->instance->enabled; in pm3393_macaddress_set() local 531 mid = ((u32) ma[3] << 8) | (u32) ma[2]; in pm3393_macaddress_set() 540 pmwrite(cmac, SUNI1x10GEXP_REG_RXXG_SA_31_16, mid); in pm3393_macaddress_set() 545 pmwrite(cmac, SUNI1x10GEXP_REG_TXXG_SA_31_16, mid); in pm3393_macaddress_set() 557 pmwrite(cmac, SUNI1x10GEXP_REG_RXXG_EXACT_MATCH_ADDR_1_MID, mid); in pm3393_macaddress_set()
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
D | mixer_grp_layer.c | 107 unsigned int mid = (a + b) / 2; in closest() local 131 if (x <= mid) in closest()
|
/linux-4.1.27/drivers/media/rc/ |
D | rc-main.c | 421 int mid; in ir_lookup_by_scancode() local 424 mid = (start + end) / 2; in ir_lookup_by_scancode() 425 if (rc_map->scan[mid].scancode < scancode) in ir_lookup_by_scancode() 426 start = mid + 1; in ir_lookup_by_scancode() 427 else if (rc_map->scan[mid].scancode > scancode) in ir_lookup_by_scancode() 428 end = mid - 1; in ir_lookup_by_scancode() 430 return mid; in ir_lookup_by_scancode()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_vce.c | 60 uint8_t start, mid, end; in radeon_vce_init() local 97 if (sscanf(c, "%2hhd.%2hhd.%2hhd]", &start, &mid, &end) != 3) in radeon_vce_init() 116 start, mid, end, rdev->vce.fb_version); in radeon_vce_init() 118 rdev->vce.fw_version = (start << 24) | (mid << 16) | (end << 8); in radeon_vce_init()
|
D | radeon_display.c | 1124 uint32_t mid = (min_ref_div + max_ref_div) / 2; in radeon_compute_pll_legacy() local 1125 uint32_t pll_in = pll->reference_freq / mid; in radeon_compute_pll_legacy() 1127 max_ref_div = mid; in radeon_compute_pll_legacy() 1129 min_ref_div = mid; in radeon_compute_pll_legacy()
|
/linux-4.1.27/net/netfilter/ |
D | x_tables.c | 461 int mid, left = 0, right = xt[af].cur - 1; in xt_compat_calc_jump() local 464 mid = (left + right) >> 1; in xt_compat_calc_jump() 465 if (offset > tmp[mid].offset) in xt_compat_calc_jump() 466 left = mid + 1; in xt_compat_calc_jump() 467 else if (offset < tmp[mid].offset) in xt_compat_calc_jump() 468 right = mid - 1; in xt_compat_calc_jump() 470 return mid ? tmp[mid - 1].delta : 0; in xt_compat_calc_jump()
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_3590.h | 98 unsigned int mid:16; member
|
D | tape_3590.c | 1270 sense->fmt.f70.refcode, sense->fmt.f70.mid, in tape_3590_print_era_msg()
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-btree.c | 46 int mid = lo + ((hi - lo) / 2); in bsearch() local 47 uint64_t mid_key = le64_to_cpu(n->keys[mid]); in bsearch() 50 return mid; in bsearch() 53 lo = mid; in bsearch() 55 hi = mid; in bsearch()
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | ti-bandgap.c | 333 int high, low, mid, ret = 0; in ti_bandgap_mcelsius_to_adc() local 337 mid = (high + low) / 2; in ti_bandgap_mcelsius_to_adc() 345 if (temp < conv_table[mid]) in ti_bandgap_mcelsius_to_adc() 346 high = mid - 1; in ti_bandgap_mcelsius_to_adc() 348 low = mid + 1; in ti_bandgap_mcelsius_to_adc() 349 mid = (low + high) / 2; in ti_bandgap_mcelsius_to_adc()
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | ti,tas5086.txt | 23 - ti,mid-z-channel-X: Boolean properties, X being a number from 1 to 6.
|
/linux-4.1.27/sound/oss/ |
D | msnd.c | 285 unsigned char mid, unsigned char low) in msnd_send_word() argument 291 msnd_outb(mid, io + HP_TXM); in msnd_send_word()
|
D | msnd.h | 273 unsigned char mid, unsigned char low);
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | acstruct.h | 175 } mid; member
|
/linux-4.1.27/sound/synth/emux/ |
D | soundfont.c | 907 int left = 1, right = 127, mid; in calc_parm_search() local 909 mid = (left + right) / 2; in calc_parm_search() 910 if (msec < (int)table[mid]) in calc_parm_search() 911 left = mid + 1; in calc_parm_search() 913 right = mid; in calc_parm_search()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 1999 unsigned char mid; in pvr2_hdw_load_subdev() local 2006 mid = cd->module_id; in pvr2_hdw_load_subdev() 2007 fname = (mid < ARRAY_SIZE(module_names)) ? module_names[mid] : NULL; in pvr2_hdw_load_subdev() 2012 mid, in pvr2_hdw_load_subdev() 2018 mid, fname, in pvr2_hdw_load_subdev() 2023 if (!i2ccnt && ((p = (mid < ARRAY_SIZE(module_i2c_addresses)) ? in pvr2_hdw_load_subdev() 2024 module_i2c_addresses[mid] : NULL) != NULL)) { in pvr2_hdw_load_subdev() 2032 mid); in pvr2_hdw_load_subdev() 2041 mid, fname, hdw->hdw_desc->description); in pvr2_hdw_load_subdev() 2049 mid, i2caddr[0]); in pvr2_hdw_load_subdev() [all …]
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | sd.h | 273 int mid; member
|
D | sd.c | 1836 path[idx].mid = path[idx].start + in sd_search_final_phase() 1849 path[idx].mid = path[idx].start + path[idx].len / 2; in sd_search_final_phase() 1856 path[0].mid = path[0].start + path[0].len / 2; in sd_search_final_phase() 1857 if (path[0].mid < 0) in sd_search_final_phase() 1858 path[0].mid += MAX_PHASE + 1; in sd_search_final_phase() 1869 final_phase = (u8)path[i].mid; in sd_search_final_phase() 1877 dev_dbg(rtsx_dev(chip), "path[%d].mid = %d\n", i, path[i].mid); in sd_search_final_phase()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | Makefile | 42 obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) += intel-mid-touch.o
|
/linux-4.1.27/sound/isa/msnd/ |
D | msnd.h | 291 unsigned char mid,
|
D | msnd.c | 108 unsigned char mid, unsigned char low) in snd_msnd_send_word() argument 114 outb(mid, io + HP_TXM); in snd_msnd_send_word()
|
/linux-4.1.27/drivers/staging/iio/ |
D | TODO | 57 different requirements. This one suits mid range
|
/linux-4.1.27/arch/x86/xen/ |
D | p2m.c | 142 static void p2m_mid_mfn_init(unsigned long *mid, unsigned long *leaf) in p2m_mid_mfn_init() argument 147 mid[i] = virt_to_mfn(leaf); in p2m_mid_mfn_init()
|
/linux-4.1.27/drivers/tty/serial/ |
D | pmac_zilog.c | 1486 const char* mid = in pmz_init_port() local 1488 if (mid) switch(*mid) { in pmz_init_port() 1498 mid ? (*mid) : 0); in pmz_init_port()
|
/linux-4.1.27/drivers/spi/ |
D | Makefile | 34 spi-dw-midpci-objs := spi-dw-pci.o spi-dw-mid.o
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 27 Due to resource allocation issues in the Linux SCSI mid-layer, using
|
D | Kconfig.aic7xxx | 32 Due to resource allocation issues in the Linux SCSI mid-layer, using
|
D | aic79xx.seq | 516 * register as an interrupt occurring mid update will
|
/linux-4.1.27/Documentation/ |
D | BUG-HUNTING | 71 that, like 1.3.50. Build & test; if it works, pick the mid point 72 between .50 and .69, else the mid point between .28 and .50.
|
D | dma-buf-sharing.txt | 203 to allow just-in-time backing of storage, and migration mid-way through a
|
/linux-4.1.27/drivers/gpio/ |
D | Makefile | 44 obj-$(CONFIG_GPIO_INTEL_MID) += gpio-intel-mid.o
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | codec.txt | 147 /* vref/mid, clk and osc on, active */
|
/linux-4.1.27/arch/ia64/kernel/ |
D | unwind.c | 1503 unsigned long lo, hi, mid; in lookup() local 1507 mid = (lo + hi) / 2; in lookup() 1508 e = &table->array[mid]; in lookup() 1510 hi = mid; in lookup() 1512 lo = mid + 1; in lookup()
|
/linux-4.1.27/lib/xz/ |
D | xz_dec_lzma2.c | 126 uint16_t mid[POS_STATES_MAX][LEN_MID_SYMBOLS]; member 631 probs = l->mid[pos_state]; in lzma_len()
|
/linux-4.1.27/drivers/tty/vt/ |
D | vt.c | 2128 int mid; in bisearch() local 2133 mid = (min + max) / 2; in bisearch() 2134 if (ucs > table[mid].last) in bisearch() 2135 min = mid + 1; in bisearch() 2136 else if (ucs < table[mid].first) in bisearch() 2137 max = mid - 1; in bisearch()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 887 uint16_t mid = 0, fid = 0; in qla2xxx_get_fdt_info() local 915 mid = le16_to_cpu(fdt->man_id); in qla2xxx_get_fdt_info() 941 mid = man_id; in qla2xxx_get_fdt_info() 973 loc, mid, fid, in qla2xxx_get_fdt_info()
|
/linux-4.1.27/drivers/cdrom/ |
D | gdrom.c | 128 char mid; member
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 89 erase_completion_lock, and can drop the lock temporarily mid-walk as
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | xmon.c | 157 static void xmon_print_symbol(unsigned long address, const char *mid, 2702 static void xmon_print_symbol(unsigned long address, const char *mid, in xmon_print_symbol() argument 2723 printf("%s%s+%#lx/%#lx", mid, name, offset, size); in xmon_print_symbol()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hdspm.txt | 71 ALSA-mid-level functions (here the buffer-ID gives a better
|
D | ALSA-Configuration.txt | 152 aplaymidi -p 64:0 foo.mid
|
/linux-4.1.27/Documentation/input/ |
D | alps.txt | 9 Since roughly mid-2010 several new ALPS touchpads have been released and
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_nx.c | 3837 uint16_t mid = 0; in qla4_82xx_get_fdt_info() local 3868 mid = le16_to_cpu(fdt->man_id); in qla4_82xx_get_fdt_info() 3888 "pro=%x upro=%x wrtd=0x%x blk=0x%x.\n", loc, mid, fid, in qla4_82xx_get_fdt_info()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 922 the smb session and tree connection and mid related global variables.
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 27 that these overheads were not so expensive in the mid-80s. Nonetheless,
|
/linux-4.1.27/ |
D | CREDITS | 1197 E: mid@zigamorph.net
|
D | MAINTAINERS | 5229 F: drivers/gpio/gpio-intel-mid.c
|