| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-sysparam.c | 33 int token; in opal_get_sys_param() local 68 int ret, token; in opal_set_sys_param() local
|
| H A D | opal-powercap.c | 37 int ret, token; in powercap_show() local 89 int ret, token; in powercap_store() local
|
| H A D | opal-sensor-groups.c | 34 int token, ret; in sensor_group_enable() local 65 int ret, token; in sg_store() local
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_para.h | 99 static __always_inline bool kvm_handle_async_pf(struct pt_regs *regs, u32 token) in kvm_handle_async_pf() 139 static __always_inline bool kvm_handle_async_pf(struct pt_regs *regs, u32 token) in kvm_handle_async_pf()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | uhci-hcd.h | 238 #define uhci_expected_length(token) ((((token) >> TD_TOKEN_EXPLEN_SHIFT) + \ argument 240 #define uhci_toggle(token) (((token) >> TD_TOKEN_TOGGLE_SHIFT) & 1) argument 241 #define uhci_endpoint(token) (((token) >> 15) & 0xf) argument 242 #define uhci_devaddr(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7f) argument 243 #define uhci_devep(token) (((token) >> TD_TOKEN_DEVADDR_SHIFT) & 0x7ff) argument 244 #define uhci_packetid(token) ((token) & TD_TOKEN_PID_MASK) argument 245 #define uhci_packetout(token) (uhci_packetid(token) != USB_PID_IN) argument 246 #define uhci_packetin(token) (uhci_packetid(token) == USB_PID_IN) argument 262 __hc32 token; member
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_dev_frontend.c | 230 char *token; member 241 const char *token) in alloc_watch_adapter() 268 const char *token) in watch_fired() 499 char *path, *token; in xenbus_write_watch() local
|
| H A D | xenbus_probe_frontend.c | 89 const char *path, const char *token) in backend_changed() 178 const char *path, const char *token) in frontend_changed() 357 const char *path, const char *token) in xenbus_reset_backend_state_changed()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxparse.h | 45 int token; member 52 int token; member 61 int token; member 69 int token; member 80 int token; member
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | report_generic.c | 133 char *token, size_t max_tok_len, in tokenize_frame_descr() 175 char token[64]; in print_decoded_frame_descr() local
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | atmelimage.c | 56 static int atmel_find_pmecc_parameter_in_token(const char *token) in atmel_find_pmecc_parameter_in_token() 102 char *token; in atmel_parse_pmecc_params() local
|
| H A D | imximage.c | 97 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value() 595 static void parse_cfg_cmd(struct imx_header *imxhdr, int32_t cmd, char *token, in parse_cfg_cmd() 678 char *token, char *name, int lineno, int fld, int *dcd_len) in parse_cfg_fld() 736 char *token, *saveptr1, *saveptr2; in parse_cfg_file() local
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshlex.py | 362 def make_wordtree(token, here_document=False): argument 816 def on_token(self, token): argument 843 def on_token(self, token): argument 860 def token(self): member in PLYLexer
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | simple_spinlock.h | 51 unsigned long tmp, token; in __arch_spin_trylock() local 203 long tmp, token; in __arch_write_trylock() local
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-opal.c | 118 int rc, token; in opal_get_tpo_time() local 173 int token, rc; in opal_set_tpo_time() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | event.h | 11 __u64 token; /* must be unique */ member 19 __u64 token; member
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | rxkad.c | 55 struct rxrpc_key_token *token; in rxkad_init_connection_security() local 104 struct rxrpc_key_token *token; in rxkad_prime_packet_security() local 221 const struct rxrpc_key_token *token; in rxkad_secure_packet_encrypt() local 433 const struct rxrpc_key_token *token; in rxkad_verify_packet_2() local 812 const struct rxrpc_key_token *token; in rxkad_respond_to_challenge() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_rtas.c | 133 u64 token; member 160 static int rtas_token_define(struct kvm *kvm, char *name, u64 token) in rtas_token_define()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | manage.c | 220 const char *path, const char *token) in shutdown_handler() 269 const char *token) in sysrq_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | iwl-spectrum.h | 61 u8 token; member 69 u8 token; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | opal-calls.S | 24 #define OPAL_CALL(name, token) \ argument
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Pointer.c | 99 int token; in xf86parsePointerSection() local
|
| H A D | DRI.c | 52 int token; in xf86parseDRISection() local
|
| H A D | Extensions.c | 55 int token; in xf86parseExtensionsSection() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvif/ |
| H A D | userc361.c | 38 nvif_userc361_doorbell(struct nvif_user *user, u32 token) in nvif_userc361_doorbell()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | flash.c | 53 static int rcall(int token, char *buf, s32 scope) in rcall() 113 int token; in update_node() local 177 int token, rc, i; in update_devicetree() local
|