/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_mid.c | 54 static int pnw_setup(struct mid8250 *mid, struct uart_port *p) in pnw_setup() argument 60 mid->dma_index = 0; in pnw_setup() 63 mid->dma_index = 1; in pnw_setup() 66 mid->dma_index = 2; in pnw_setup() 72 mid->dma_dev = pci_get_slot(pdev->bus, in pnw_setup() 77 static int tng_setup(struct mid8250 *mid, struct uart_port *p) in tng_setup() argument 86 mid->dma_index = index; in tng_setup() 87 mid->dma_dev = pci_get_slot(pdev->bus, PCI_DEVFN(5, 0)); in tng_setup() 93 struct mid8250 *mid = p->private_data; in dnv_handle_irq() local 98 ret |= hsu_dma_irq(&mid->dma_chip, 1); in dnv_handle_irq() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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 | 437 int len, i, mid, num_cpu_iregs; in sun4m_init_IRQ() local 463 for (i = 0; !cpu_find_by_instance(i, NULL, &mid); i++) in sun4m_init_IRQ() 464 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.4.14/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 | 685 __u16 mid = server->ops->get_next_mid(server); in get_next_mid() local 690 return cpu_to_le16(mid); in get_next_mid() 700 compare_mid(__u16 mid, const struct smb_hdr *smb) in compare_mid() argument 702 return mid == le16_to_cpu(smb->Mid); in compare_mid() 1257 struct mid_q_entry *mid); 1267 typedef void (mid_callback_t)(struct mid_q_entry *mid); 1273 __u64 mid; /* multiplex id */ member 1316 static inline void cifs_save_when_sent(struct mid_q_entry *mid) in cifs_save_when_sent() argument 1318 mid->when_sent = jiffies; in cifs_save_when_sent() 1336 static inline void cifs_save_when_sent(struct mid_q_entry *mid) in cifs_save_when_sent() argument
|
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 | 75 extern void cifs_delete_mid(struct mid_q_entry *mid); 76 extern void cifs_wake_up_task(struct mid_q_entry *mid); 91 extern int cifs_check_receive(struct mid_q_entry *mid, 182 extern void dequeue_mid(struct mid_q_entry *mid, bool malformed); 498 int cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid);
|
D | smb2pdu.c | 1797 smb2_echo_callback(struct mid_q_entry *mid) in smb2_echo_callback() argument 1799 struct TCP_Server_Info *server = mid->callback_data; in smb2_echo_callback() 1800 struct smb2_echo_rsp *smb2 = (struct smb2_echo_rsp *)mid->resp_buf; in smb2_echo_callback() 1803 if (mid->mid_state == MID_RESPONSE_RECEIVED) in smb2_echo_callback() 1807 DeleteMidQEntry(mid); in smb2_echo_callback() 1939 smb2_readv_callback(struct mid_q_entry *mid) in smb2_readv_callback() argument 1941 struct cifs_readdata *rdata = mid->callback_data; in smb2_readv_callback() 1954 __func__, mid->mid, mid->mid_state, rdata->result, in smb2_readv_callback() 1957 switch (mid->mid_state) { in smb2_readv_callback() 1993 DeleteMidQEntry(mid); in smb2_readv_callback() [all …]
|
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 | 670 dequeue_mid(struct mid_q_entry *mid, bool malformed) in dequeue_mid() argument 673 mid->when_received = jiffies; in dequeue_mid() 677 mid->mid_state = MID_RESPONSE_RECEIVED; in dequeue_mid() 679 mid->mid_state = MID_RESPONSE_MALFORMED; in dequeue_mid() 680 list_del_init(&mid->qhead); in dequeue_mid() 685 handle_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server, in handle_mid() argument 689 server->ops->check_trans2(mid, server, buf, malformed)) in handle_mid() 691 mid->resp_buf = buf; in handle_mid() 692 mid->large_buf = server->large_buf; in handle_mid() 694 if (!mid->multiRsp) { in handle_mid() [all …]
|
D | cifssmb.c | 695 cifs_echo_callback(struct mid_q_entry *mid) in cifs_echo_callback() argument 697 struct TCP_Server_Info *server = mid->callback_data; in cifs_echo_callback() 700 DeleteMidQEntry(mid); in cifs_echo_callback() 1420 cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_discard() argument 1423 struct cifs_readdata *rdata = mid->callback_data; in cifs_readv_discard() 1426 dequeue_mid(mid, rdata->result); in cifs_readv_discard() 1431 cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_receive() argument 1435 struct cifs_readdata *rdata = mid->callback_data; in cifs_readv_receive() 1440 __func__, mid->mid, rdata->offset, rdata->bytes); in cifs_readv_receive() 1469 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.4.14/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 | 323 const struct i2c_device_id *mid; in zl6100_probe() local 339 mid = NULL; in zl6100_probe() 340 for (mid = zl6100_id; mid->name[0]; mid++) { in zl6100_probe() 341 if (!strncasecmp(mid->name, device_id, strlen(mid->name))) in zl6100_probe() 344 if (!mid->name[0]) { in zl6100_probe() 348 if (id->driver_data != mid->driver_data) in zl6100_probe() 351 id->name, mid->name); in zl6100_probe() 358 data->id = mid->driver_data; in zl6100_probe() 404 return pmbus_do_probe(client, mid, info); in zl6100_probe()
|
D | adm1275.c | 329 const struct i2c_device_id *mid; in adm1275_probe() local 353 for (mid = adm1275_id; mid->name[0]; mid++) { in adm1275_probe() 354 if (!strncasecmp(mid->name, block_buffer, strlen(mid->name))) in adm1275_probe() 357 if (!mid->name[0]) { in adm1275_probe() 362 if (id->driver_data != mid->driver_data) in adm1275_probe() 365 id->name, mid->name); in adm1275_probe() 380 data->id = mid->driver_data; in adm1275_probe()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/thermal/ |
D | rockchip_thermal.c | 251 int high, low, mid; in rk_tsadcv2_temp_to_code() local 255 mid = (high + low) / 2; in rk_tsadcv2_temp_to_code() 261 if (temp == table.id[mid].temp) in rk_tsadcv2_temp_to_code() 262 return table.id[mid].code; in rk_tsadcv2_temp_to_code() 263 else if (temp < table.id[mid].temp) in rk_tsadcv2_temp_to_code() 264 high = mid - 1; in rk_tsadcv2_temp_to_code() 266 low = mid + 1; in rk_tsadcv2_temp_to_code() 267 mid = (low + high) / 2; in rk_tsadcv2_temp_to_code() 278 unsigned int mid = (low + high) / 2; in rk_tsadcv2_code_to_temp() local 291 if (code >= table.id[mid].code && in rk_tsadcv2_code_to_temp() [all …]
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 356 int mid=0; /* midpoint for binary srch */ in xfs_dir2_block_addname() local 438 mid = (low + high) >> 1; in xfs_dir2_block_addname() 439 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_addname() 442 low = mid + 1; in xfs_dir2_block_addname() 444 high = mid - 1; in xfs_dir2_block_addname() 446 while (mid >= 0 && be32_to_cpu(blp[mid].hashval) >= args->hashval) { in xfs_dir2_block_addname() 447 mid--; in xfs_dir2_block_addname() 480 mid++; in xfs_dir2_block_addname() 481 if (mid) in xfs_dir2_block_addname() 482 memmove(blp, &blp[1], mid * sizeof(*blp)); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_leaf.c | 1550 int mid=0; /* current leaf index */ in xfs_dir2_leaf_search_hash() local 1565 mid = (low + high) >> 1; in xfs_dir2_leaf_search_hash() 1566 if ((hash = be32_to_cpu(lep[mid].hashval)) == hashwant) in xfs_dir2_leaf_search_hash() 1569 low = mid + 1; in xfs_dir2_leaf_search_hash() 1571 high = mid - 1; in xfs_dir2_leaf_search_hash() 1577 while (mid > 0 && be32_to_cpu(lep[mid - 1].hashval) == hashwant) { in xfs_dir2_leaf_search_hash() 1578 mid--; in xfs_dir2_leaf_search_hash() 1585 mid++; in xfs_dir2_leaf_search_hash() 1586 return mid; in xfs_dir2_leaf_search_hash()
|
D | xfs_dir2_node.c | 958 int mid; /* midpoint leaf index */ in xfs_dir2_leafn_rebalance() local 992 mid = oldsum >> 1; in xfs_dir2_leafn_rebalance() 1001 if (mid >= hdr1.count) in xfs_dir2_leafn_rebalance() 1002 midhash = be32_to_cpu(ents2[mid - hdr1.count].hashval); in xfs_dir2_leafn_rebalance() 1004 midhash = be32_to_cpu(ents1[mid].hashval); in xfs_dir2_leafn_rebalance() 1018 count = hdr1.count - mid + (isleft == 0); in xfs_dir2_leafn_rebalance()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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 709 u8 mid; member 1350 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 | 187 .mid = 0, in __wmi_send() 344 data->info.qid, data->info.mid, data->info.cid); in wmi_evt_rx_mgmt() 785 id, wmi->mid, tstamp); in wmi_recv_cmd() 1106 .mid = 0, /* TODO - what is it? */ in wmi_rx_chain_add()
|
D | txrx.c | 458 int mid = wil_rxdesc_mid(d); in wil_vring_reap_rx() local 464 fc1, mid, cid, tid, seq); in wil_vring_reap_rx() 469 mid, cid, tid, seq); in wil_vring_reap_rx() 477 fc1, mid, cid, tid, seq); in wil_vring_reap_rx()
|
D | wil6210.h | 348 u8 mid; member
|
/linux-4.4.14/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.4.14/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.4.14/fs/btrfs/ |
D | ctree.c | 1760 int mid; in generic_bin_search() local 1771 mid = (low + high) / 2; in generic_bin_search() 1772 offset = p + mid * item_size; in generic_bin_search() 1798 low = mid + 1; in generic_bin_search() 1800 high = mid; in generic_bin_search() 1802 *slot = mid; in generic_bin_search() 1891 struct extent_buffer *mid; in balance_level() local 1903 mid = path->nodes[level]; in balance_level() 1907 WARN_ON(btrfs_header_generation(mid) != trans->transid); in balance_level() 1909 orig_ptr = btrfs_node_blockptr(mid, orig_slot); in balance_level() [all …]
|
/linux-4.4.14/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 | 4493 int mid = (index + end) / 2; in cgroup_pidlist_start() local 4494 if (cgroup_pid_fry(cgrp, l->list[mid]) == pid) { in cgroup_pidlist_start() 4495 index = mid; in cgroup_pidlist_start() 4497 } else if (cgroup_pid_fry(cgrp, l->list[mid]) <= pid) in cgroup_pidlist_start() 4498 index = mid + 1; in cgroup_pidlist_start() 4500 end = mid; in cgroup_pidlist_start()
|
/linux-4.4.14/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.4.14/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()
|
D | adjtick.c | 82 struct timespec start, mid, end; in get_monotonic_and_raw() local 94 clock_gettime(CLOCK_MONOTONIC_RAW, &mid); in get_monotonic_and_raw() 100 *raw = mid; in get_monotonic_and_raw()
|
/linux-4.4.14/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.4.14/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 | dm-stats.c | 568 unsigned mid = (lo + hi) / 2; in dm_stat_for_entry() local 569 if (s->histogram_boundaries[mid - 1] > duration) { in dm_stat_for_entry() 570 hi = mid; in dm_stat_for_entry() 572 lo = mid; in dm_stat_for_entry()
|
D | md.c | 8558 int mid = (lo + hi) / 2; in md_is_badblock() local 8559 sector_t a = BB_OFFSET(p[mid]); in md_is_badblock() 8563 lo = mid; in md_is_badblock() 8566 hi = mid; in md_is_badblock() 8632 int mid = (lo + hi) / 2; in md_set_badblocks() local 8633 sector_t a = BB_OFFSET(p[mid]); in md_set_badblocks() 8635 lo = mid; in md_set_badblocks() 8637 hi = mid; in md_set_badblocks() 8800 int mid = (lo + hi) / 2; in md_clear_badblocks() local 8801 sector_t a = BB_OFFSET(p[mid]); in md_clear_badblocks() [all …]
|
/linux-4.4.14/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.4.14/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 == TMP006_MANUFACTURER_MAGIC && did == TMP006_DEVICE_MAGIC; in tmp006_check_identification()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/mm/ |
D | memblock.c | 1499 unsigned int mid = (right + left) / 2; in memblock_search() local 1501 if (addr < type->regions[mid].base) in memblock_search() 1502 right = mid; in memblock_search() 1503 else if (addr >= (type->regions[mid].base + in memblock_search() 1504 type->regions[mid].size)) in memblock_search() 1505 left = mid + 1; in memblock_search() 1507 return mid; in memblock_search() 1527 int mid = memblock_search(type, PFN_PHYS(pfn)); in memblock_search_pfn_nid() local 1529 if (mid == -1) in memblock_search_pfn_nid() 1532 *start_pfn = PFN_DOWN(type->regions[mid].base); in memblock_search_pfn_nid() [all …]
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_ca0132.c | 141 int mid; /*effect module ID*/ member 155 .mid = 0x96, 163 .mid = 0x96, 171 .mid = 0x96, 179 .mid = 0x96, 187 .mid = 0x96, 195 .mid = 0x96, 206 .mid = 0x95, 214 .mid = 0x95, 222 .mid = 0x95, [all …]
|
/linux-4.4.14/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.4.14/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.4.14/arch/x86/platform/ |
D | Makefile | 9 obj-y += intel-mid/
|
/linux-4.4.14/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.4.14/drivers/hwmon/ |
D | ntc_thermistor.c | 383 int start, end, mid; in lookup_comp() local 407 mid = start + (end - start) / 2; in lookup_comp() 417 if (ohm >= data->comp[mid].ohm) { in lookup_comp() 418 end = mid; in lookup_comp() 420 start = mid + 1; in lookup_comp()
|
/linux-4.4.14/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 | 335 fan_ctrl_mid_pin: fan-ctrl-mid-pin {
|
D | Makefile | 724 wm8650-mid.dtb \
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/media/rc/ |
D | rc-main.c | 422 int mid; in ir_lookup_by_scancode() local 425 mid = (start + end) / 2; in ir_lookup_by_scancode() 426 if (rc_map->scan[mid].scancode < scancode) in ir_lookup_by_scancode() 427 start = mid + 1; in ir_lookup_by_scancode() 428 else if (rc_map->scan[mid].scancode > scancode) in ir_lookup_by_scancode() 429 end = mid - 1; in ir_lookup_by_scancode() 431 return mid; in ir_lookup_by_scancode()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_vce.c | 62 uint8_t start, mid, end; in radeon_vce_init() local 107 if (sscanf(c, "%2hhd.%2hhd.%2hhd]", &start, &mid, &end) != 3) in radeon_vce_init() 126 start, mid, end, rdev->vce.fb_version); in radeon_vce_init() 128 rdev->vce.fw_version = (start << 24) | (mid << 16) | (end << 8); in radeon_vce_init()
|
D | radeon_display.c | 1177 uint32_t mid = (min_ref_div + max_ref_div) / 2; in radeon_compute_pll_legacy() local 1178 uint32_t pll_in = pll->reference_freq / mid; in radeon_compute_pll_legacy() 1180 max_ref_div = mid; in radeon_compute_pll_legacy() 1182 min_ref_div = mid; in radeon_compute_pll_legacy()
|
/linux-4.4.14/net/netfilter/ |
D | x_tables.c | 499 int mid, left = 0, right = xt[af].cur - 1; in xt_compat_calc_jump() local 502 mid = (left + right) >> 1; in xt_compat_calc_jump() 503 if (offset > tmp[mid].offset) in xt_compat_calc_jump() 504 left = mid + 1; in xt_compat_calc_jump() 505 else if (offset < tmp[mid].offset) in xt_compat_calc_jump() 506 right = mid - 1; in xt_compat_calc_jump() 508 return mid ? tmp[mid - 1].delta : 0; in xt_compat_calc_jump()
|
/linux-4.4.14/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.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-bandgap.c | 326 int high, low, mid; in ti_bandgap_mcelsius_to_adc() local 330 mid = (high + low) / 2; in ti_bandgap_mcelsius_to_adc() 336 if (temp < conv_table[mid]) in ti_bandgap_mcelsius_to_adc() 337 high = mid - 1; in ti_bandgap_mcelsius_to_adc() 339 low = mid + 1; in ti_bandgap_mcelsius_to_adc() 340 mid = (low + high) / 2; in ti_bandgap_mcelsius_to_adc()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/acpi/acpica/ |
D | acstruct.h | 176 } mid; member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rts5208/ |
D | sd.h | 273 int mid; member
|
D | sd.c | 1835 path[idx].mid = path[idx].start + 1848 path[idx].mid = path[idx].start + path[idx].len / 2; 1855 path[0].mid = path[0].start + path[0].len / 2; 1856 if (path[0].mid < 0) 1857 path[0].mid += MAX_PHASE + 1; 1868 final_phase = (u8)path[i].mid; 1876 dev_dbg(rtsx_dev(chip), "path[%d].mid = %d\n", i, path[i].mid);
|
/linux-4.4.14/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.4.14/drivers/input/touchscreen/ |
D | Makefile | 44 obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) += intel-mid-touch.o
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 57 different requirements. This one suits mid range
|
/linux-4.4.14/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.4.14/arch/x86/xen/ |
D | p2m.c | 156 static void p2m_mid_mfn_init(unsigned long *mid, unsigned long *leaf) in p2m_mid_mfn_init() argument 161 mid[i] = virt_to_mfn(leaf); in p2m_mid_mfn_init()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-scsi_tape | 7 module and the SCSI mid-layer.
|
/linux-4.4.14/drivers/spi/ |
D | Makefile | 35 spi-dw-midpci-objs := spi-dw-pci.o spi-dw-mid.o
|
/linux-4.4.14/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.4.14/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.4.14/drivers/gpio/ |
D | Makefile | 49 obj-$(CONFIG_GPIO_INTEL_MID) += gpio-intel-mid.o
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | codec.txt | 147 /* vref/mid, clk and osc on, active */
|
/linux-4.4.14/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.4.14/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.4.14/drivers/tty/vt/ |
D | vt.c | 2142 int mid; in bisearch() local 2147 mid = (min + max) / 2; in bisearch() 2148 if (ucs > table[mid].last) in bisearch() 2149 min = mid + 1; in bisearch() 2150 else if (ucs < table[mid].first) in bisearch() 2151 max = mid - 1; in bisearch()
|
/linux-4.4.14/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.4.14/drivers/cdrom/ |
D | gdrom.c | 128 char mid; member
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 89 erase_completion_lock, and can drop the lock temporarily mid-walk as
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 157 static void xmon_print_symbol(unsigned long address, const char *mid, 2772 static void xmon_print_symbol(unsigned long address, const char *mid, in xmon_print_symbol() argument 2793 printf("%s%s+%#lx/%#lx", mid, name, offset, size); in xmon_print_symbol()
|
/linux-4.4.14/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.4.14/Documentation/input/ |
D | alps.txt | 9 Since roughly mid-2010 several new ALPS touchpads have been released and
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 767 MLXSW_ITEM32(reg, sfgc, mid, 0x08, 0, 16);
|
/linux-4.4.14/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.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 922 the smb session and tree connection and mid related global variables.
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 27 that these overheads were not so expensive in the mid-80s. Nonetheless,
|
/linux-4.4.14/ |
D | CREDITS | 1201 E: mid@zigamorph.net
|
D | MAINTAINERS | 5608 F: drivers/gpio/gpio-intel-mid.c
|