| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | ast.h | 16 int status, uint32_t sbflags, uint64_t seq); 19 void dlm_add_cb(struct dlm_lkb *lkb, uint32_t flags, int mode, int status,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nvme-rdma.h | 24 static inline const char *nvme_rdma_cm_msg(enum nvme_rdma_cm_status status) in nvme_rdma_cm_msg() argument 26 switch (status) { in nvme_rdma_cm_msg()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | keystone-k2g-generic.dts | 23 status = "okay"; 27 status = "okay";
|
| /OK3568_Linux_fs/u-boot/board/broadcom/bcm_ep/ |
| H A D | board.c | 50 uint32_t status = 0; in board_early_init_f() local 57 return status; in board_early_init_f()
|
| /OK3568_Linux_fs/kernel/net/packet/ |
| H A D | af_packet.c | 191 int status); 197 struct packet_sock *, unsigned int status); 364 static void __packet_set_status(struct packet_sock *po, void *frame, int status) in __packet_set_status() argument 371 h.h1->tp_status = status; in __packet_set_status() 375 h.h2->tp_status = status; in __packet_set_status() 379 h.h3->tp_status = status; in __packet_set_status() 477 int status) in packet_lookup_frame() argument 488 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame() 496 int status) in packet_current_frame() argument 498 return packet_lookup_frame(po, rb, rb->head, status); in packet_current_frame() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | ioctl_cfg80211.h | 90 u8 status; member 103 (invit_info)->status = 0xff; \ 115 u8 status; member 132 (nego_info)->status = 0xff; \ 207 u16 status; member 395 …sp_ie, resp_ie_len, status, gfp) cfg80211_connect_result(wdev_to_ndev(wdev), bssid, req_ie, req_ie… argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_cfg80211.h | 90 u8 status; member 103 (invit_info)->status = 0xff; \ 115 u8 status; member 132 (nego_info)->status = 0xff; \ 207 u16 status; member 390 …sp_ie, resp_ie_len, status, gfp) cfg80211_connect_result(wdev_to_ndev(wdev), bssid, req_ie, req_ie… argument
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4session.c | 535 int status; in nfs4_setup_session_slot_tables() local 541 status = nfs4_realloc_slot_table(tbl, ses->fc_attrs.max_reqs, 1); in nfs4_setup_session_slot_tables() 542 if (status || !(ses->flags & SESSION4_BACK_CHAN)) /* -ENOMEM */ in nfs4_setup_session_slot_tables() 543 return status; in nfs4_setup_session_slot_tables() 547 status = nfs4_realloc_slot_table(tbl, ses->bc_attrs.max_reqs, 0); in nfs4_setup_session_slot_tables() 548 if (status && tbl->slots == NULL) in nfs4_setup_session_slot_tables() 552 return status; in nfs4_setup_session_slot_tables()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | davinci_nand.c | 368 int status; in nand_davinci_write_page() local 382 status = chip->ecc.write_page_raw(mtd, chip, buf, in nand_davinci_write_page() 385 status = chip->ecc.write_page(mtd, chip, buf, in nand_davinci_write_page() 389 if (status < 0) { in nand_davinci_write_page() 390 ret = status; in nand_davinci_write_page() 395 status = chip->waitfunc(mtd, chip); in nand_davinci_write_page() 397 if (status & NAND_STATUS_FAIL) { in nand_davinci_write_page()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | acpi.c | 75 acpi_status status; in iwl_acpi_get_handle() local 84 status = acpi_get_handle(root_handle, method, ret_handle); in iwl_acpi_get_handle() 85 if (ACPI_FAILURE(status)) { in iwl_acpi_get_handle() 97 acpi_status status; in iwl_acpi_get_object() local 105 status = acpi_evaluate_object(handle, NULL, NULL, &buf); in iwl_acpi_get_object() 106 if (ACPI_FAILURE(status)) { in iwl_acpi_get_object() 109 method, status); in iwl_acpi_get_object()
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | trans_xen.c | 183 p9_req->status = REQ_STATUS_SENT; in p9_xen_request() 201 int status; in p9_xen_response() local 226 if (!req || req->status != REQ_STATUS_SENT) { in p9_xen_response() 238 req->status = REQ_STATUS_ERROR; in p9_xen_response() 256 status = (req->status != REQ_STATUS_ERROR) ? in p9_xen_response() 259 p9_client_cb(priv->client, req, status); in p9_xen_response()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | ioctl_cfg80211.h | 89 u8 status; member 102 (invit_info)->status = 0xff; \ 114 u8 status; member 131 (nego_info)->status = 0xff; \ 206 u16 status; member 394 …sp_ie, resp_ie_len, status, gfp) cfg80211_connect_result(wdev_to_ndev(wdev), bssid, req_ie, req_ie… argument
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | resource.c | 559 acpi_status status; in acpi_dev_process_resource() local 561 status = acpi_dev_new_resource_entry(&win, c); in acpi_dev_process_resource() 562 if (ACPI_FAILURE(status)) in acpi_dev_process_resource() 563 return status; in acpi_dev_process_resource() 575 acpi_status status; in __acpi_dev_get_resources() local 588 status = acpi_walk_resources(adev->handle, method, in __acpi_dev_get_resources() 590 if (ACPI_FAILURE(status)) { in __acpi_dev_get_resources()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | ioctl_cfg80211.h | 90 u8 status; member 103 (invit_info)->status = 0xff; \ 115 u8 status; member 132 (nego_info)->status = 0xff; \ 207 u16 status; member 390 …sp_ie, resp_ie_len, status, gfp) cfg80211_connect_result(wdev_to_ndev(wdev), bssid, req_ie, req_ie… argument
|
| /OK3568_Linux_fs/kernel/drivers/misc/ocxl/ |
| H A D | file.c | 123 enum ocxl_context_status status; in afu_ioctl_enable_p9_wait() local 136 status = ctx->status; in afu_ioctl_enable_p9_wait() 139 if (status == ATTACHED) { in afu_ioctl_enable_p9_wait() 216 closed = (ctx->status == CLOSED); in afu_ioctl() 337 closed = (ctx->status == CLOSED); in afu_poll() 423 if (ctx->status == CLOSED) in afu_read()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | atlas7.dtsi | 1300 status = "disabled"; 1311 status = "disabled"; 1322 status = "disabled"; 1333 status = "disabled"; 1362 status = "disabled"; 1475 status = "disabled"; 1487 status = "disabled"; 1509 status = "okay"; 1522 status = "okay"; 1529 status = "okay"; [all …]
|
| H A D | kirkwood-km_kirkwood.dts | 19 status = "okay"; 27 status = "okay";
|
| H A D | mt6589-aquaris5.dts | 28 status = "okay"; 32 status = "okay";
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/ |
| H A D | wsm.c | 95 u32 status = WSM_GET32(buf); in wsm_generic_confirm() local 96 if (status != WSM_STATUS_SUCCESS) in wsm_generic_confirm() 139 int status; in wsm_configuration_confirm() local 141 status = WSM_GET32(buf); in wsm_configuration_confirm() 142 if (WARN_ON(status != WSM_STATUS_SUCCESS)) in wsm_configuration_confirm() 359 tx_confirm.status = WSM_GET32(buf); in wsm_tx_confirm() 411 arg->status = WSM_GET32(buf); in wsm_join_confirm() 412 if (WARN_ON(arg->status) != WSM_STATUS_SUCCESS) in wsm_join_confirm() 451 priv->join_complete_status = resp.status; in wsm_join() 817 priv->wsm_caps.status = WSM_GET16(buf); in wsm_startup_indication() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | pxa25x_udc.c | 207 static void nuke(struct pxa25x_ep *, int status); 416 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done() argument 422 if (likely(req->req.status == -EINPROGRESS)) in done() 423 req->req.status = status; in done() 425 status = req->req.status; in done() 427 if (status && status != -ESHUTDOWN) in done() 429 ep->ep.name, &req->req, status, in done() 644 if (req->req.status != -EOVERFLOW) in read_fifo() 647 req->req.status = -EOVERFLOW; in read_fifo() 659 req->req.status = -EHOSTUNREACH; in read_fifo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/ |
| H A D | tm6000-video.c | 326 int packet, int status) in print_err_status() argument 330 switch (status) { in print_err_status() 358 status, errmsg); in print_err_status() 361 packet, status, errmsg); in print_err_status() 373 int i, len = 0, rc = 1, status; in tm6000_isoc_copy() local 376 if (urb->status < 0) { in tm6000_isoc_copy() 377 print_err_status(dev, -1, urb->status); in tm6000_isoc_copy() 382 status = urb->iso_frame_desc[i].status; in tm6000_isoc_copy() 384 if (status < 0) { in tm6000_isoc_copy() 385 print_err_status(dev, i, status); in tm6000_isoc_copy() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | pnd2_edac.c | 147 static bool p2sb_is_busy(u16 *status) in p2sb_is_busy() argument 149 P2SB_READ(word, P2SB_STAT_OFF, status); in p2sb_is_busy() 151 return !!(*status & P2SB_BUSY); in p2sb_is_busy() 157 u16 status; in _apl_rd_reg() local 165 if (p2sb_is_busy(&status)) { in _apl_rd_reg() 176 while (p2sb_is_busy(&status)) { in _apl_rd_reg() 184 ret = (status >> 1) & 0x3; in _apl_rd_reg() 1149 bool overflow = m->status & MCI_STATUS_OVER; in pnd2_mce_output_error() 1150 bool uc_err = m->status & MCI_STATUS_UC; in pnd2_mce_output_error() 1151 bool recov = m->status & MCI_STATUS_S; in pnd2_mce_output_error() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
| H A D | freediameter.init | 45 status $DAEMON 64 status)
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/ |
| H A D | vdec_ipi_msg.h | 47 int32_t status; member 89 int32_t status; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/ |
| H A D | init | 48 status) 49 status $DAEMON
|