/drivers/atm/ |
D | nicstar.c | 200 struct sk_buff *hb; in nicstar_remove_one() local 225 while ((hb = skb_dequeue(&card->hbpool.queue)) != NULL) { in nicstar_remove_one() 226 dev_kfree_skb_any(hb); in nicstar_remove_one() 655 struct sk_buff *hb; in ns_init_card() local 656 hb = __dev_alloc_skb(NS_HBUFSIZE, GFP_KERNEL); in ns_init_card() 657 if (hb == NULL) { in ns_init_card() 665 NS_PRV_BUFTYPE(hb) = BUF_NONE; in ns_init_card() 666 skb_queue_tail(&card->hbpool.queue, hb); in ns_init_card() 835 struct sk_buff *hb; in ns_init_card_error() local 836 while ((hb = skb_dequeue(&card->hbpool.queue)) != NULL) in ns_init_card_error() [all …]
|
D | fore200e.c | 2757 u32 hb = fore200e->bus->read(&fore200e->cp_queues->heartbeat); in fore200e_proc_read() local 2763 if (hb >> 16 != 0xDEAD) in fore200e_proc_read() 2764 len += sprintf(page + len, "0x%08x\n", hb); in fore200e_proc_read() 2766 len += sprintf(page + len, "*** FATAL ERROR %04x ***\n", hb & 0xFFFF); in fore200e_proc_read()
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_dev.c | 17 int hb; in ionic_watchdog_cb() local 25 hb = ionic_heartbeat_check(ionic); in ionic_watchdog_cb() 27 if (hb >= 0) in ionic_watchdog_cb() 110 u32 hb; in ionic_heartbeat_check() local 161 hb = ioread32(&idev->dev_info_regs->fw_heartbeat); in ionic_heartbeat_check() 162 if (!hb) in ionic_heartbeat_check() 166 if (hb == idev->last_hb) { in ionic_heartbeat_check() 178 dev_info(ionic->dev, "FW heartbeat restored at %d\n", hb); in ionic_heartbeat_check() 180 idev->last_hb = hb; in ionic_heartbeat_check()
|
D | ionic_main.c | 327 int hb = 0; in ionic_dev_cmd_wait() local 348 hb = ionic_heartbeat_check(ionic); in ionic_dev_cmd_wait() 349 } while (!done && !hb && time_before(jiffies, max_wait)); in ionic_dev_cmd_wait() 356 if (!done && hb) { in ionic_dev_cmd_wait()
|
/drivers/staging/vt6655/ |
D | tmacro.h | 39 #define MAKEWORD(lb, hb) ((unsigned short)(((unsigned char)(lb)) | (((unsigned short)((unsigned … argument
|
/drivers/scsi/ |
D | constants.c | 416 int hb = host_byte(result); in scsi_hostbyte_string() local 418 if (hb < ARRAY_SIZE(hostbyte_table)) in scsi_hostbyte_string() 419 hb_string = hostbyte_table[hb]; in scsi_hostbyte_string()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_msg.c | 149 const char *msg, bool hb) in vmw_port_hb_out() argument 155 if (hb && !mem_encrypt_active()) { in vmw_port_hb_out() 205 unsigned long reply_len, bool hb) in vmw_port_hb_in() argument 210 if (hb && !mem_encrypt_active()) { in vmw_port_hb_in()
|
/drivers/media/i2c/ |
D | mt9v111.c | 461 unsigned int hb; in mt9v111_calc_frame_rate() local 492 best_fps = vb = hb = 0; in mt9v111_calc_frame_rate() 500 for (hb = MT9V111_CORE_R05_MIN_HBLANK; in mt9v111_calc_frame_rate() 501 hb < MT9V111_CORE_R05_MAX_HBLANK; hb += 10) { in mt9v111_calc_frame_rate() 502 unsigned int t_frame = (row_pclk + hb) * in mt9v111_calc_frame_rate() 520 ret = v4l2_ctrl_s_ctrl_int64(mt9v111->hblank, hb); in mt9v111_calc_frame_rate()
|
/drivers/hwmon/ |
D | w83773g.c | 56 static inline long temp_of_remote(s8 hb, u8 lb) in temp_of_remote() argument 58 return (hb << 3 | lb >> 5) * 125; in temp_of_remote()
|
/drivers/staging/comedi/drivers/ |
D | dt2801.c | 248 int hb = 0; in dt2801_readdata2() local 254 ret = dt2801_readdata(dev, &hb); in dt2801_readdata2() 258 *data = (hb << 8) + lb; in dt2801_readdata2()
|
/drivers/staging/nvec/ |
D | README | 13 [1] e.g. https://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=tree;f=arch/arm/mach-tegra/nvec;hb=a…
|
/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1050 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local 1064 hb = &hw->hblank_b; in intelfbhw_mode_to_hw() 1076 hb = &hw->hblank_a; in intelfbhw_mode_to_hw() 1237 *hb = (hblank_start << HBLANKSTART_SHIFT) | in intelfbhw_mode_to_hw() 1282 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local 1308 hb = &hw->hblank_b; in intelfbhw_program_mode() 1332 hb = &hw->hblank_a; in intelfbhw_program_mode() 1422 OUTREG(hblank_reg, *hb); in intelfbhw_program_mode()
|
/drivers/scsi/cxlflash/ |
D | common.h | 240 u64 hb; member
|
D | main.c | 1882 afu->hb = readq_be(&afu->afu_map->global.regs.afu_hb); in init_global()
|
/drivers/net/ethernet/sun/ |
D | sunhme.c | 140 struct hmeal_init_block *hb = hp->happy_block; in tx_dump_ring() local 141 struct happy_meal_txd *tp = &hb->happy_meal_txd[0]; in tx_dump_ring() 1251 struct hmeal_init_block *hb = hp->happy_block; in happy_meal_init_rings() local 1269 hme_write_rxd(hp, &hb->happy_meal_rxd[i], 0, 0); in happy_meal_init_rings() 1280 hme_write_rxd(hp, &hb->happy_meal_rxd[i], 0, 0); in happy_meal_init_rings() 1283 hme_write_rxd(hp, &hb->happy_meal_rxd[i], in happy_meal_init_rings() 1291 hme_write_txd(hp, &hb->happy_meal_txd[i], 0, 0); in happy_meal_init_rings()
|
/drivers/md/ |
D | dm-cache-policy-smq.c | 1308 dm_oblock_t hb = to_hblock(mq, b); in update_hotspot_queue() local 1309 struct entry *e = h_lookup(&mq->hotspot_table, hb); in update_hotspot_queue() 1335 e->oblock = hb; in update_hotspot_queue()
|
/drivers/net/wireless/atmel/ |
D | atmel.c | 4157 u8 hb = *src++; in atmel_copy_to_card() local 4158 atmel_write16(dev, DR, lb | (hb << 8)); in atmel_copy_to_card()
|