| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/ |
| H A D | fiq_debugger.c | 1194 struct fiq_debugger_state **states = tty->driver->driver_state; in fiq_tty_open() 1218 struct fiq_debugger_state **states = tty->driver->driver_state; in fiq_tty_write() 1247 struct fiq_debugger_state **states = tty->driver->driver_state; in fiq_tty_write_room() 1264 struct fiq_debugger_state **states = driver->driver_state; in fiq_tty_poll_get_char() 1289 struct fiq_debugger_state **states = driver->driver_state; in fiq_tty_poll_put_char() 1301 struct fiq_debugger_state **states = driver->driver_state; in fiq_tty_proc_show() 1362 fiq_tty_driver->driver_state = states; in fiq_debugger_tty_init() 1392 struct fiq_debugger_state **states = fiq_tty_driver->driver_state; in fiq_debugger_tty_init_one()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tls.h | 192 u8 driver_state[] __aligned(8); member 356 u8 driver_state[] __aligned(8); member 645 return tls_offload_ctx_tx(tls_ctx)->driver_state; in __tls_driver_ctx() 647 return tls_offload_ctx_rx(tls_ctx)->driver_state; in __tls_driver_ctx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_debug.c | 194 {"driver_state", item_handle_size(driver_state), 195 item_handle_addr(driver_state)}, 329 {"driver_state", item_handle_size(driver_state), 330 item_handle_addr(driver_state)}, 826 priv->phandle->driver_state = woal_check_driver_status(priv->phandle); in woal_debug_read()
|
| H A D | moal_uap_cfg80211.c | 2180 priv->phandle->driver_state = woal_check_driver_status(priv->phandle); in woal_cfg80211_del_beacon() 2181 if (priv->phandle->driver_state) { in woal_cfg80211_del_beacon()
|
| H A D | moal_sta_cfg80211.c | 3433 priv->phandle->driver_state = woal_check_driver_status(priv->phandle); in woal_cfg80211_disconnect() 3434 if (priv->phandle->driver_state) { in woal_cfg80211_disconnect() 3861 priv->phandle->driver_state = woal_check_driver_status(priv->phandle); in woal_cfg80211_set_power_mgmt() 3862 if (priv->phandle->driver_state) { in woal_cfg80211_set_power_mgmt()
|
| H A D | moal_cfg80211.c | 1344 priv->phandle->driver_state = woal_check_driver_status(priv->phandle); in woal_cfg80211_del_key() 1345 if (priv->phandle->driver_state) { in woal_cfg80211_del_key()
|
| H A D | moal_main.h | 1830 t_u8 driver_state; member
|
| H A D | moal_main.c | 4556 priv->phandle->driver_state = MTRUE; 8543 handle->driver_state = MTRUE; 8570 handle->driver_state = MFALSE;
|
| H A D | moal_shim.c | 1712 priv->phandle->driver_state = MTRUE; in moal_recv_event()
|
| H A D | moal_ioctl.c | 554 priv->phandle->driver_state) { in woal_request_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-dbgtty.c | 183 struct dbc_port *port = driver->driver_state; in dbc_tty_install() 492 dbc_tty_driver->driver_state = port; in xhci_dbc_tty_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty_driver.h | 325 void *driver_state; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_debug.c | 251 {"driver_state", item_handle_size(driver_state), 252 item_handle_addr(driver_state), HANDLE_ADDR}, 436 {"driver_state", item_handle_size(driver_state), 437 item_handle_addr(driver_state), HANDLE_ADDR}, 1002 priv->phandle->driver_state = woal_check_driver_status(priv->phandle); in woal_debug_read()
|
| H A D | moal_main.h | 2614 t_u8 driver_state; member
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_core.c | 1591 struct uart_driver *drv = tty->driver->driver_state; in uart_close() 1810 struct uart_driver *drv = driver->driver_state; in uart_install() 1960 struct uart_driver *drv = ttydrv->driver_state; in uart_proc_show() 2466 struct uart_driver *drv = driver->driver_state; in uart_poll_init() 2505 struct uart_driver *drv = driver->driver_state; in uart_poll_get_char() 2521 struct uart_driver *drv = driver->driver_state; in uart_poll_put_char() 2623 normal->driver_state = drv; in uart_register_driver()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | mips_ejtag_fdc.c | 764 struct mips_ejtag_fdc_tty *priv = driver->driver_state; in mips_ejtag_fdc_tty_install() 937 driver->driver_state = priv; in mips_ejtag_fdc_tty_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | debugfs.c | 1294 DEBUGFS_ADD(driver_state, rootdir); in wl1271_debugfs_add_files()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | tls-offload.rst | 103 at the end of kernel structures (see :c:member:`driver_state` members
|