/drivers/misc/bcm-vk/ |
D | bcm_vk_msg.c | 143 struct bcm_vk_hb_ctrl *hb = container_of(t, struct bcm_vk_hb_ctrl, in bcm_vk_hb_poll() local 145 struct bcm_vk *vk = container_of(hb, struct bcm_vk, hb_ctrl); in bcm_vk_hb_poll() 151 if (uptime_s == hb->last_uptime) in bcm_vk_hb_poll() 152 hb->lost_cnt++; in bcm_vk_hb_poll() 154 hb->lost_cnt = 0; in bcm_vk_hb_poll() 157 hb->last_uptime, uptime_s, hb->lost_cnt); in bcm_vk_hb_poll() 164 hb->last_uptime = uptime_s; in bcm_vk_hb_poll() 167 hb->lost_cnt = 0; in bcm_vk_hb_poll() 171 if (hb->lost_cnt > BCM_VK_HB_LOST_MAX) { in bcm_vk_hb_poll() 180 mod_timer(&hb->timer, jiffies + BCM_VK_HB_TIMER_VALUE); in bcm_vk_hb_poll() [all …]
|
/drivers/atm/ |
D | nicstar.c | 202 struct sk_buff *hb; in nicstar_remove_one() local 227 while ((hb = skb_dequeue(&card->hbpool.queue)) != NULL) { in nicstar_remove_one() 228 dev_kfree_skb_any(hb); in nicstar_remove_one() 657 struct sk_buff *hb; in ns_init_card() local 658 hb = __dev_alloc_skb(NS_HBUFSIZE, GFP_KERNEL); in ns_init_card() 659 if (hb == NULL) { in ns_init_card() 667 NS_PRV_BUFTYPE(hb) = BUF_NONE; in ns_init_card() 668 skb_queue_tail(&card->hbpool.queue, hb); in ns_init_card() 837 struct sk_buff *hb; in ns_init_card_error() local 838 while ((hb = skb_dequeue(&card->hbpool.queue)) != NULL) in ns_init_card_error() [all …]
|
D | fore200e.c | 2755 u32 hb = fore200e->bus->read(&fore200e->cp_queues->heartbeat); in fore200e_proc_read() local 2761 if (hb >> 16 != 0xDEAD) in fore200e_proc_read() 2762 len += sprintf(page + len, "0x%08x\n", hb); in fore200e_proc_read() 2764 len += sprintf(page + len, "*** FATAL ERROR %04x ***\n", hb & 0xFFFF); in fore200e_proc_read()
|
/drivers/staging/vt6655/ |
D | tmacro.h | 37 #define MAKEWORD(lb, hb) ((unsigned short)(((unsigned char)(lb)) | (((unsigned short)((unsigned … argument
|
/drivers/scsi/ |
D | constants.c | 411 enum scsi_host_status hb = host_byte(result); in scsi_hostbyte_string() local 414 if (hb < ARRAY_SIZE(hostbyte_table)) in scsi_hostbyte_string() 415 hb_string = hostbyte_table[hb]; in scsi_hostbyte_string()
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_main.c | 344 int hb = 0; in ionic_dev_cmd_wait() local 365 hb = ionic_heartbeat_check(ionic); in ionic_dev_cmd_wait() 366 } while (!done && !hb && time_before(jiffies, max_wait)); in ionic_dev_cmd_wait() 373 if (!done && hb) { in ionic_dev_cmd_wait()
|
D | ionic_dev.c | 19 int hb; in ionic_watchdog_cb() local 27 hb = ionic_heartbeat_check(ionic); in ionic_watchdog_cb() 29 __func__, hb, netif_running(lif->netdev), in ionic_watchdog_cb() 32 if (hb >= 0 && in ionic_watchdog_cb()
|
/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/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/gpu/drm/vmwgfx/ |
D | vmwgfx_msg.c | 157 const char *msg, bool hb) in vmw_port_hb_out() argument 163 if (hb && !mem_encrypt_active()) { in vmw_port_hb_out() 214 unsigned long reply_len, bool hb) in vmw_port_hb_in() argument 219 if (hb && !mem_encrypt_active()) { in vmw_port_hb_in()
|
/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 | 1859 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() 1227 struct hmeal_init_block *hb = hp->happy_block; in happy_meal_init_rings() local 1245 hme_write_rxd(hp, &hb->happy_meal_rxd[i], 0, 0); in happy_meal_init_rings() 1256 hme_write_rxd(hp, &hb->happy_meal_rxd[i], 0, 0); in happy_meal_init_rings() 1259 hme_write_rxd(hp, &hb->happy_meal_rxd[i], in happy_meal_init_rings() 1267 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 | 4156 u8 hb = *src++; in atmel_copy_to_card() local 4157 atmel_write16(dev, DR, lb | (hb << 8)); in atmel_copy_to_card()
|