| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_n.c | 539 static void rtl8168_tx_clear(struct rtl8168_private *tp); 540 static void rtl8168_rx_clear(struct rtl8168_private *tp); 566 void rtl8168_rar_set(struct rtl8168_private *tp, uint8_t *addr); 568 static void rtl8168_tx_desc_init(struct rtl8168_private *tp); 569 static void rtl8168_rx_desc_init(struct rtl8168_private *tp); 571 static u16 rtl8168_get_hw_phy_mcu_code_ver(struct rtl8168_private *tp); 579 static int rtl8168_set_phy_mcu_patch_request(struct rtl8168_private *tp); 580 static int rtl8168_clear_phy_mcu_patch_request(struct rtl8168_private *tp); 592 static inline struct device *tp_to_dev(struct rtl8168_private *tp) in tp_to_dev() argument 594 return &tp->pci_dev->dev; in tp_to_dev() [all …]
|
| H A D | rtl_eeprom.c | 54 void rtl8168_eeprom_type(struct rtl8168_private *tp) in rtl8168_eeprom_type() argument 58 if (tp->mcfg == CFG_METHOD_DEFAULT) in rtl8168_eeprom_type() 61 if(RTL_R8(tp, 0xD2)&0x04) { in rtl8168_eeprom_type() 66 } else if(RTL_R32(tp, RxConfig) & RxCfg_9356SEL) { in rtl8168_eeprom_type() 67 tp->eeprom_type = EEPROM_TYPE_93C56; in rtl8168_eeprom_type() 68 tp->eeprom_len = 256; in rtl8168_eeprom_type() 70 tp->eeprom_type = EEPROM_TYPE_93C46; in rtl8168_eeprom_type() 71 tp->eeprom_len = 128; in rtl8168_eeprom_type() 74 magic = rtl8168_eeprom_read_sc(tp, 0); in rtl8168_eeprom_type() 78 tp->eeprom_type = EEPROM_TYPE_NONE; in rtl8168_eeprom_type() [all …]
|
| H A D | r8168_asf.c | 60 struct rtl8168_private *tp = netdev_priv(dev); in rtl8168_asf_ioctl() local 65 if (tp->mcfg != CFG_METHOD_7 && tp->mcfg != CFG_METHOD_8) in rtl8168_asf_ioctl() 71 spin_lock_irqsave(&tp->lock, flags); in rtl8168_asf_ioctl() 75 rtl8168_asf_hbperiod(tp, asf_usrdata.arg, asf_usrdata.u.data); in rtl8168_asf_ioctl() 80 rtl8168_asf_wd16rst(tp, asf_usrdata.arg, asf_usrdata.u.data); in rtl8168_asf_ioctl() 83 rtl8168_asf_time_period(tp, asf_usrdata.arg, WD8Rst, asf_usrdata.u.data); in rtl8168_asf_ioctl() 86 rtl8168_asf_time_period(tp, asf_usrdata.arg, LSnsrPollCycle, asf_usrdata.u.data); in rtl8168_asf_ioctl() 89 rtl8168_asf_time_period(tp, asf_usrdata.arg, ASFSnsrPollPrd, asf_usrdata.u.data); in rtl8168_asf_ioctl() 92 rtl8168_asf_time_period(tp, asf_usrdata.arg, AlertReSendItvl, asf_usrdata.u.data); in rtl8168_asf_ioctl() 95 … rtl8168_asf_rw_hexadecimal(tp, asf_usrdata.arg, SMBAddr, RW_ONE_BYTE, asf_usrdata.u.data); in rtl8168_asf_ioctl() [all …]
|
| H A D | rtltool.c | 47 int rtl8168_tool_ioctl(struct rtl8168_private *tp, struct ifreq *ifr) in rtl8168_tool_ioctl() argument 63 my_cmd.data = readb(tp->mmio_addr+my_cmd.offset); in rtl8168_tool_ioctl() 65 my_cmd.data = readw(tp->mmio_addr+(my_cmd.offset&~1)); in rtl8168_tool_ioctl() 67 my_cmd.data = readl(tp->mmio_addr+(my_cmd.offset&~3)); in rtl8168_tool_ioctl() 84 writeb(my_cmd.data, tp->mmio_addr+my_cmd.offset); in rtl8168_tool_ioctl() 86 writew(my_cmd.data, tp->mmio_addr+(my_cmd.offset&~1)); in rtl8168_tool_ioctl() 88 writel(my_cmd.data, tp->mmio_addr+(my_cmd.offset&~3)); in rtl8168_tool_ioctl() 100 spin_lock_irqsave(&tp->lock, flags); in rtl8168_tool_ioctl() 101 my_cmd.data = rtl8168_mdio_prot_read(tp, my_cmd.offset); in rtl8168_tool_ioctl() 102 spin_unlock_irqrestore(&tp->lock, flags); in rtl8168_tool_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | tty3270.c | 128 static void tty3270_set_timer(struct tty3270 *tp, int expires) in tty3270_set_timer() argument 130 mod_timer(&tp->timer, jiffies + expires); in tty3270_set_timer() 137 tty3270_update_prompt(struct tty3270 *tp, char *input, int count) in tty3270_update_prompt() argument 142 line = tp->prompt; in tty3270_update_prompt() 146 line->string[5] = tp->inattr; in tty3270_update_prompt() 147 if (count > tp->view.cols * 2 - 11) in tty3270_update_prompt() 148 count = tp->view.cols * 2 - 11; in tty3270_update_prompt() 152 if (count < tp->view.cols * 2 - 11) { in tty3270_update_prompt() 155 off = tp->view.cols * tp->view.rows - 9; in tty3270_update_prompt() 156 raw3270_buffer_address(tp->view.dev, line->string+count+8, off); in tty3270_update_prompt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 80 #define RTL_W8(tp, reg, val8) writeb((val8), tp->mmio_addr + (reg)) argument 81 #define RTL_W16(tp, reg, val16) writew((val16), tp->mmio_addr + (reg)) argument 82 #define RTL_W32(tp, reg, val32) writel((val32), tp->mmio_addr + (reg)) argument 83 #define RTL_R8(tp, reg) readb(tp->mmio_addr + (reg)) argument 84 #define RTL_R16(tp, reg) readw(tp->mmio_addr + (reg)) argument 85 #define RTL_R32(tp, reg) readl(tp->mmio_addr + (reg)) argument 636 typedef void (*rtl_generic_fct)(struct rtl8169_private *tp); 665 static inline struct device *tp_to_dev(struct rtl8169_private *tp) in tp_to_dev() argument 667 return &tp->pci_dev->dev; in tp_to_dev() 670 static void rtl_lock_config_regs(struct rtl8169_private *tp) in rtl_lock_config_regs() argument [all …]
|
| H A D | 8139too.c | 644 static void rtl8139_start_thread(struct rtl8139_private *tp); 720 struct rtl8139_private *tp = netdev_priv(dev); in __rtl8139_cleanup_dev() local 724 assert (tp->pci_dev != NULL); in __rtl8139_cleanup_dev() 725 pdev = tp->pci_dev; in __rtl8139_cleanup_dev() 727 if (tp->mmio_addr) in __rtl8139_cleanup_dev() 728 pci_iounmap (pdev, tp->mmio_addr); in __rtl8139_cleanup_dev() 759 struct rtl8139_private *tp; in rtl8139_init_board() local 776 dev = alloc_etherdev (sizeof (*tp)); in rtl8139_init_board() 782 tp = netdev_priv(dev); in rtl8139_init_board() 783 tp->pci_dev = pdev; in rtl8139_init_board() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 91 #define tg3_flag(tp, flag) \ argument 92 _tg3_flag(TG3_FLAG_##flag, (tp)->tg3_flags) 93 #define tg3_flag_set(tp, flag) \ argument 94 _tg3_flag_set(TG3_FLAG_##flag, (tp)->tg3_flags) 95 #define tg3_flag_clear(tp, flag) \ argument 96 _tg3_flag_clear(TG3_FLAG_##flag, (tp)->tg3_flags) 129 #define TG3_MAX_MTU(tp) \ argument 130 (tg3_flag(tp, JUMBO_CAPABLE) ? 9000 : 1500) 136 #define TG3_RX_STD_RING_SIZE(tp) \ argument 137 (tg3_flag(tp, LRG_PROD_RING_CAP) ? \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | r8152.c | 807 void (*init)(struct r8152 *tp); 808 int (*enable)(struct r8152 *tp); 809 void (*disable)(struct r8152 *tp); 810 void (*up)(struct r8152 *tp); 811 void (*down)(struct r8152 *tp); 812 void (*unload)(struct r8152 *tp); 813 int (*eee_get)(struct r8152 *tp, struct ethtool_eee *eee); 814 int (*eee_set)(struct r8152 *tp, struct ethtool_eee *eee); 815 bool (*in_nway)(struct r8152 *tp); 816 void (*hw_phy_cfg)(struct r8152 *tp); [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | r8152_fw.c | 724 static void rtl_clear_bp(struct r8152 *tp) in rtl_clear_bp() argument 726 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_BP_0, 0); in rtl_clear_bp() 727 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_BP_2, 0); in rtl_clear_bp() 728 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_BP_4, 0); in rtl_clear_bp() 729 ocp_write_dword(tp, MCU_TYPE_PLA, PLA_BP_6, 0); in rtl_clear_bp() 730 ocp_write_dword(tp, MCU_TYPE_USB, USB_BP_0, 0); in rtl_clear_bp() 731 ocp_write_dword(tp, MCU_TYPE_USB, USB_BP_2, 0); in rtl_clear_bp() 732 ocp_write_dword(tp, MCU_TYPE_USB, USB_BP_4, 0); in rtl_clear_bp() 733 ocp_write_dword(tp, MCU_TYPE_USB, USB_BP_6, 0); in rtl_clear_bp() 737 ocp_write_word(tp, MCU_TYPE_PLA, PLA_BP_BA, 0); in rtl_clear_bp() [all …]
|
| H A D | r8152.c | 72 int get_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in get_registers() argument 77 ret = usb_control_msg(tp->udev, usb_rcvctrlpipe(tp->udev, 0), in get_registers() 85 int set_registers(struct r8152 *tp, u16 value, u16 index, u16 size, void *data) in set_registers() argument 90 return usb_control_msg(tp->udev, usb_sndctrlpipe(tp->udev, 0), in set_registers() 95 int generic_ocp_read(struct r8152 *tp, u16 index, u16 size, in generic_ocp_read() argument 111 ret = get_registers(tp, index, type, txsize, data); in generic_ocp_read() 123 int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write() argument 142 ret = set_registers(tp, index, type | byte_en_to_hw, 4, data); in generic_ocp_write() 156 ret = set_registers(tp, index, in generic_ocp_write() 168 ret = set_registers(tp, index, type | byte_en_to_hw, 4, data); in generic_ocp_write() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_trans.c | 65 struct xfs_trans *tp) in xfs_trans_free() argument 67 xfs_extent_busy_sort(&tp->t_busy); in xfs_trans_free() 68 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free() 70 trace_xfs_trans_free(tp, _RET_IP_); in xfs_trans_free() 71 xfs_trans_clear_context(tp); in xfs_trans_free() 72 if (!(tp->t_flags & XFS_TRANS_NO_WRITECOUNT)) in xfs_trans_free() 73 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free() 74 xfs_trans_free_dqinfo(tp); in xfs_trans_free() 75 kmem_cache_free(xfs_trans_zone, tp); in xfs_trans_free() 88 struct xfs_trans *tp) in xfs_trans_dup() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/sbus/char/ |
| H A D | bbc_envctrl.c | 120 static void get_current_temps(struct bbc_cpu_temperature *tp) in get_current_temps() argument 122 tp->prev_amb_temp = tp->curr_amb_temp; in get_current_temps() 123 bbc_i2c_readb(tp->client, in get_current_temps() 124 (unsigned char *) &tp->curr_amb_temp, in get_current_temps() 126 tp->prev_cpu_temp = tp->curr_cpu_temp; in get_current_temps() 127 bbc_i2c_readb(tp->client, in get_current_temps() 128 (unsigned char *) &tp->curr_cpu_temp, in get_current_temps() 132 tp->index, in get_current_temps() 133 (int) tp->curr_cpu_temp, (int) tp->curr_amb_temp); in get_current_temps() 138 static void do_envctrl_shutdown(struct bbc_cpu_temperature *tp) in do_envctrl_shutdown() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/ |
| H A D | tulip_core.c | 117 struct tulip_private *tp = from_timer(tp, t, timer); in tulip_timer() local 118 struct net_device *dev = tp->dev; in tulip_timer() 121 schedule_work(&tp->media_work); in tulip_timer() 264 static void tulip_set_power_state (struct tulip_private *tp, in tulip_set_power_state() argument 267 if (tp->flags & HAS_ACPI) { in tulip_set_power_state() 269 pci_read_config_dword (tp->pdev, CFDD, &tmp); in tulip_set_power_state() 276 pci_write_config_dword (tp->pdev, CFDD, newtmp); in tulip_set_power_state() 284 struct tulip_private *tp = netdev_priv(dev); in tulip_up() local 285 void __iomem *ioaddr = tp->base_addr; in tulip_up() 291 napi_enable(&tp->napi); in tulip_up() [all …]
|
| H A D | interrupt.c | 61 struct tulip_private *tp = netdev_priv(dev); in tulip_refill_rx() local 66 for (; tp->cur_rx - tp->dirty_rx > 0; tp->dirty_rx++) { in tulip_refill_rx() 67 entry = tp->dirty_rx % RX_RING_SIZE; in tulip_refill_rx() 68 if (tp->rx_buffers[entry].skb == NULL) { in tulip_refill_rx() 72 skb = tp->rx_buffers[entry].skb = in tulip_refill_rx() 77 mapping = dma_map_single(&tp->pdev->dev, skb->data, in tulip_refill_rx() 79 if (dma_mapping_error(&tp->pdev->dev, mapping)) { in tulip_refill_rx() 81 tp->rx_buffers[entry].skb = NULL; in tulip_refill_rx() 85 tp->rx_buffers[entry].mapping = mapping; in tulip_refill_rx() 87 tp->rx_ring[entry].buffer1 = cpu_to_le32(mapping); in tulip_refill_rx() [all …]
|
| H A D | pnic2.c | 81 struct tulip_private *tp = from_timer(tp, t, timer); in pnic2_timer() local 82 struct net_device *dev = tp->dev; in pnic2_timer() 83 void __iomem *ioaddr = tp->base_addr; in pnic2_timer() 91 mod_timer(&tp->timer, RUN_AT(next_tick)); in pnic2_timer() 98 struct tulip_private *tp = netdev_priv(dev); in pnic2_start_nway() local 99 void __iomem *ioaddr = tp->base_addr; in pnic2_start_nway() 111 if (tp->sym_advertise & 0x0100) csr14 |= 0x00020000; in pnic2_start_nway() 114 if (tp->sym_advertise & 0x0080) csr14 |= 0x00010000; in pnic2_start_nway() 117 if (tp->sym_advertise & 0x0020) csr14 |= 0x00000040; in pnic2_start_nway() 130 tp->nway = tp->mediasense = 1; in pnic2_start_nway() [all …]
|
| H A D | 21142.c | 30 struct tulip_private *tp = in t21142_media_task() local 32 struct net_device *dev = tp->dev; in t21142_media_task() 33 void __iomem *ioaddr = tp->base_addr; in t21142_media_task() 53 } else if (tp->nwayset) { in t21142_media_task() 59 } else if (tp->medialock) { in t21142_media_task() 95 if (new_csr6 != (tp->csr6 & ~0x00D5)) { in t21142_media_task() 96 tp->csr6 &= 0x00D5; in t21142_media_task() 97 tp->csr6 |= new_csr6; in t21142_media_task() 99 tulip_restart_rxtx(tp); in t21142_media_task() 107 mod_timer(&tp->timer, RUN_AT(next_tick)); in t21142_media_task() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | get_turn_info_ll.hpp | 69 TurnInfo tp = tp_model; in apply() local 106 tp, inters.i_info(), inters.d_info(), in apply() 123 tp, inters.i_info(), inters.d_info(), in apply() 127 if ( tp.operations[0].operation == operation_blocked ) in apply() 129 tp.operations[1].is_collinear = true; in apply() 131 if ( tp.operations[1].operation == operation_blocked ) in apply() 133 tp.operations[0].is_collinear = true; in apply() 136 replace_method_and_operations_tm(tp.method, in apply() 137 tp.operations[0].operation, in apply() 138 tp.operations[1].operation); in apply() [all …]
|
| H A D | get_turn_info_la.hpp | 74 TurnInfo tp = tp_model; in apply() local 111 tp, inters.i_info(), inters.d_info(), in apply() 127 tp, inters.i_info(), inters.d_info(), in apply() 131 if ( tp.operations[1].operation == operation_blocked ) in apply() 133 tp.operations[0].is_collinear = true; in apply() 136 replace_method_and_operations_tm(tp.method, in apply() 137 tp.operations[0].operation, in apply() 138 tp.operations[1].operation); in apply() 141 calculate_spike_operation(tp.operations[0].operation, in apply() 144 AssignPolicy::apply(tp, pi, qi, inters); in apply() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_input.c | 313 static void tcp_ecn_queue_cwr(struct tcp_sock *tp) in tcp_ecn_queue_cwr() argument 315 if (tp->ecn_flags & TCP_ECN_OK) in tcp_ecn_queue_cwr() 316 tp->ecn_flags |= TCP_ECN_QUEUE_CWR; in tcp_ecn_queue_cwr() 333 static void tcp_ecn_withdraw_cwr(struct tcp_sock *tp) in tcp_ecn_withdraw_cwr() argument 335 tp->ecn_flags &= ~TCP_ECN_QUEUE_CWR; in tcp_ecn_withdraw_cwr() 340 struct tcp_sock *tp = tcp_sk(sk); in __tcp_ecn_check_ce() local 348 if (tp->ecn_flags & TCP_ECN_SEEN) in __tcp_ecn_check_ce() 355 if (!(tp->ecn_flags & TCP_ECN_DEMAND_CWR)) { in __tcp_ecn_check_ce() 358 tp->ecn_flags |= TCP_ECN_DEMAND_CWR; in __tcp_ecn_check_ce() 360 tp->ecn_flags |= TCP_ECN_SEEN; in __tcp_ecn_check_ce() [all …]
|
| H A D | tcp_rate.c | 42 struct tcp_sock *tp = tcp_sk(sk); in tcp_rate_skb_sent() local 58 if (!tp->packets_out) { in tcp_rate_skb_sent() 61 tp->first_tx_mstamp = tstamp_us; in tcp_rate_skb_sent() 62 tp->delivered_mstamp = tstamp_us; in tcp_rate_skb_sent() 65 TCP_SKB_CB(skb)->tx.first_tx_mstamp = tp->first_tx_mstamp; in tcp_rate_skb_sent() 66 TCP_SKB_CB(skb)->tx.delivered_mstamp = tp->delivered_mstamp; in tcp_rate_skb_sent() 67 TCP_SKB_CB(skb)->tx.delivered = tp->delivered; in tcp_rate_skb_sent() 68 TCP_SKB_CB(skb)->tx.is_app_limited = tp->app_limited ? 1 : 0; in tcp_rate_skb_sent() 81 struct tcp_sock *tp = tcp_sk(sk); in tcp_rate_skb_delivered() local 95 tp->first_tx_mstamp = tcp_skb_timestamp_us(skb); in tcp_rate_skb_delivered() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/ |
| H A D | sis190.c | 400 struct sis190_private *tp = netdev_priv(dev); in __mdio_write() local 402 mdio_write(tp->mmio_addr, phy_id, reg, val); in __mdio_write() 407 struct sis190_private *tp = netdev_priv(dev); in __mdio_read() local 409 return mdio_read(tp->mmio_addr, phy_id, reg); in __mdio_read() 487 static struct sk_buff *sis190_alloc_rx_skb(struct sis190_private *tp, in sis190_alloc_rx_skb() argument 490 u32 rx_buf_sz = tp->rx_buf_sz; in sis190_alloc_rx_skb() 494 skb = netdev_alloc_skb(tp->dev, rx_buf_sz); in sis190_alloc_rx_skb() 497 mapping = dma_map_single(&tp->pci_dev->dev, skb->data, tp->rx_buf_sz, in sis190_alloc_rx_skb() 499 if (dma_mapping_error(&tp->pci_dev->dev, mapping)) in sis190_alloc_rx_skb() 512 static u32 sis190_rx_fill(struct sis190_private *tp, struct net_device *dev, in sis190_rx_fill() argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_defer.c | 185 struct xfs_trans *tp, in xfs_defer_create_intent() argument 192 dfp->dfp_intent = ops->create_intent(tp, &dfp->dfp_work, in xfs_defer_create_intent() 203 struct xfs_trans *tp) in xfs_defer_create_intents() argument 207 list_for_each_entry(dfp, &tp->t_dfops, dfp_list) { in xfs_defer_create_intents() 208 trace_xfs_defer_create_intent(tp->t_mountp, dfp); in xfs_defer_create_intents() 209 xfs_defer_create_intent(tp, dfp, true); in xfs_defer_create_intents() 216 struct xfs_trans *tp, in xfs_defer_trans_abort() argument 222 trace_xfs_defer_trans_abort(tp, _RET_IP_); in xfs_defer_trans_abort() 227 trace_xfs_defer_pending_abort(tp->t_mountp, dfp); in xfs_defer_trans_abort() 240 struct xfs_trans *tp = *tpp; in xfs_defer_trans_roll() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/ |
| H A D | typhoon.c | 459 typhoon_hello(struct typhoon *tp) in typhoon_hello() argument 461 struct basic_ring *ring = &tp->cmdRing; in typhoon_hello() 468 if (spin_trylock(&tp->command_lock)) { in typhoon_hello() 474 iowrite32(ring->lastWrite, tp->ioaddr + TYPHOON_REG_CMD_READY); in typhoon_hello() 475 spin_unlock(&tp->command_lock); in typhoon_hello() 480 typhoon_process_response(struct typhoon *tp, int resp_size, in typhoon_process_response() argument 483 struct typhoon_indexes *indexes = tp->indexes; in typhoon_process_response() 485 u8 *base = tp->respRing.ringBase; in typhoon_process_response() 516 typhoon_media_status(tp->dev, resp); in typhoon_process_response() 518 typhoon_hello(tp); in typhoon_process_response() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | tp_suspend.h | 30 struct tp_device *tp; in fb_notifier_callback() local 35 tp = container_of(self, struct tp_device, fb_notif); in fb_notifier_callback() 40 mutex_lock(&tp->ops_lock); in fb_notifier_callback() 47 if (tp->status != FB_BLANK_UNBLANK) { in fb_notifier_callback() 48 tp->status = blank_mode; in fb_notifier_callback() 49 tp->tp_resume(tp); in fb_notifier_callback() 53 if (tp->status == FB_BLANK_UNBLANK) { in fb_notifier_callback() 54 tp->status = blank_mode; in fb_notifier_callback() 55 ret = tp->tp_suspend(tp); in fb_notifier_callback() 60 mutex_unlock(&tp->ops_lock); in fb_notifier_callback() [all …]
|