Home
last modified time | relevance | path

Searched refs:states (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c1191 struct fiq_debugger_state **states = tty->driver->driver_state; in fiq_tty_open() local
1192 struct fiq_debugger_state *state = states[line]; in fiq_tty_open()
1206 struct fiq_debugger_state **states = tty->driver->driver_state; in fiq_tty_write() local
1207 struct fiq_debugger_state *state = states[line]; in fiq_tty_write()
1237 struct fiq_debugger_state **states = driver->driver_state; in fiq_tty_poll_get_char() local
1238 struct fiq_debugger_state *state = states[line]; in fiq_tty_poll_get_char()
1261 struct fiq_debugger_state **states = driver->driver_state; in fiq_tty_poll_put_char() local
1262 struct fiq_debugger_state *state = states[line]; in fiq_tty_poll_put_char()
1273 struct fiq_debugger_state **states = driver->driver_state; in fiq_tty_proc_show() local
1279 state = states[ in fiq_tty_proc_show()
1312 struct fiq_debugger_state **states = NULL; fiq_debugger_tty_init() local
1363 struct fiq_debugger_state **states = fiq_tty_driver->driver_state; fiq_debugger_tty_init_one() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c1188 struct fiq_debugger_state **states = tty->driver->driver_state; in fiq_tty_open() local
1189 struct fiq_debugger_state *state = states[line]; in fiq_tty_open()
1203 struct fiq_debugger_state **states = tty->driver->driver_state; in fiq_tty_write() local
1204 struct fiq_debugger_state *state = states[line]; in fiq_tty_write()
1232 struct fiq_debugger_state **states = driver->driver_state; in fiq_tty_poll_get_char() local
1233 struct fiq_debugger_state *state = states[line]; in fiq_tty_poll_get_char()
1255 struct fiq_debugger_state **states = driver->driver_state; in fiq_tty_poll_put_char() local
1256 struct fiq_debugger_state *state = states[line]; in fiq_tty_poll_put_char()
1267 struct fiq_debugger_state **states = driver->driver_state; in fiq_tty_proc_show() local
1273 state = states[ in fiq_tty_proc_show()
1305 struct fiq_debugger_state **states = NULL; fiq_debugger_tty_init() local
1358 struct fiq_debugger_state **states = fiq_tty_driver->driver_state; fiq_debugger_tty_init_one() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H A Dcore.h71 * @states: a list of states for this device
80 struct list_head states; member
88 * @node: list node for struct pinctrl's @states field
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddhcp.h231 struct dhcp_state states[DHCP_CLIENT_NUM]; member
/device/soc/rockchip/common/sdk_linux/kernel/
H A Dcpu.c270 * The former STARTING/DYING states, ran with IRQs disabled and must not fail.
1833 * Returns a free for dynamic slot assignment of the Online state. The states
1860 WARN(1, "No more dynamic states available for CPU hotplug\n"); in cpuhp_reserve_state()
2037 * 0 for all other states
2423 static DEVICE_ATTR(states, 0444, show_cpuhp_states, NULL);

Completed in 8 milliseconds