| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | dell-wmi-led.c | 42 unsigned char result_code; member 49 static int dell_led_perform_fn(u8 length, u8 result_code, u8 device_id, in dell_led_perform_fn() argument 61 .result_code = result_code, in dell_led_perform_fn() 85 return_code = bios_return->result_code; in dell_led_perform_fn()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | buffer_inserter.hpp | 237 static inline geometry::strategy::buffer::result_code iterate(Collection& collection, in iterate() 277 … geometry::strategy::buffer::result_code result = geometry::strategy::buffer::result_no_output; in iterate() 288 geometry::strategy::buffer::result_code error_code in iterate() 483 static inline geometry::strategy::buffer::result_code iterate(Collection& collection, in iterate() 497 geometry::strategy::buffer::result_code result in iterate() 531 static inline geometry::strategy::buffer::result_code apply(RingInput const& ring, in apply() 544 geometry::strategy::buffer::result_code code = geometry::strategy::buffer::result_no_output; in apply() 604 static inline geometry::strategy::buffer::result_code apply(RingInput const& ring, in apply() 615 geometry::strategy::buffer::result_code const code in apply() 647 static inline geometry::strategy::buffer::result_code iterate(Collection& collection, in iterate() [all …]
|
| H A D | buffered_piece_collection.hpp | 905 inline void finish_ring(strategy::buffer::result_code code, in finish_ring()
|
| /OK3568_Linux_fs/kernel/drivers/greybus/ |
| H A D | svc.c | 309 if (response.result_code != GB_SVC_INTF_VSYS_OK) in gb_svc_intf_vsys_set() 332 if (response.result_code != GB_SVC_INTF_REFCLK_OK) in gb_svc_intf_refclk_set() 355 if (response.result_code != GB_SVC_INTF_UNIPRO_OK) in gb_svc_intf_unipro_set() 435 result = le16_to_cpu(response.result_code); in gb_svc_dme_peer_get() 470 result = le16_to_cpu(response.result_code); in gb_svc_dme_peer_set() 561 u16 result_code; in gb_svc_intf_set_power_mode() local 588 result_code = response.result_code; in gb_svc_intf_set_power_mode() 589 if (result_code != GB_SVC_SETPWRM_PWR_LOCAL) { in gb_svc_intf_set_power_mode() 590 dev_err(&svc->dev, "set power mode = %d\n", result_code); in gb_svc_intf_set_power_mode() 603 u16 result_code; in gb_svc_intf_set_power_mode_hibernate() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | greybus_authentication.h | 54 __u8 result_code; member 64 __u8 result_code; member
|
| H A D | authentication.c | 131 *result = response->result_code; in cap_get_ims_certificate() 170 *result = response->result_code; in cap_authenticate() 232 &ims_cert->result_code); in cap_ioctl() 247 &authenticate->result_code, in cap_ioctl()
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-pko.c | 344 cvmx_pko_status_t result_code; in cvmx_pko_config_port() local 428 result_code = CVMX_PKO_SUCCESS; in cvmx_pko_config_port() 498 result_code = CVMX_PKO_INVALID_PRIORITY; in cvmx_pko_config_port() 547 return result_code; in cvmx_pko_config_port()
|
| /OK3568_Linux_fs/kernel/include/linux/greybus/ |
| H A D | greybus_protocols.h | 347 __u8 result_code; member 359 __u8 result_code; member 1035 __le16 result_code; member 1047 __le16 result_code; member 1078 __u8 result_code; member 1090 __u8 result_code; member 1102 __u8 result_code; member 1169 __u8 result_code; member 1265 __le16 result_code; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | max3421-hcd.c | 854 u8 result_code = hrsl & MAX3421_HRSL_RESULT_MASK; in max3421_handle_error() local 868 switch (result_code) { in max3421_handle_error() 882 max3421_hcd->urb_done = hrsl_to_error[result_code]; in max3421_handle_error() 910 max3421_hcd->urb_done = hrsl_to_error[result_code]; in max3421_handle_error() 919 max3421_hcd->urb_done = hrsl_to_error[result_code]; in max3421_handle_error() 1018 u8 result_code, hrsl; in max3421_host_transfer_done() local 1025 result_code = hrsl & MAX3421_HRSL_RESULT_MASK; in max3421_host_transfer_done() 1028 ++max3421_hcd->err_stat[result_code]; in max3421_host_transfer_done() 1033 if (unlikely(result_code != MAX3421_HRSL_OK)) { in max3421_host_transfer_done()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/ |
| H A D | buffer.hpp | 90 enum result_code enum
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/Documentation/firmware/ |
| H A D | authenticate.c | 88 authenticate.result_code, authenticate.signature_size); in main()
|
| H A D | firmware-management | 259 __u8 result_code; 269 __u8 result_code;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | buffer_side_straight.hpp | 56 static inline result_code apply( in apply()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | firmware.c | 1099 u32 result_code = 0; in sbus_read() local 1106 result_code = (reg >> ASIC_STS_SBUS_RESULT_RESULT_CODE_SHIFT) in sbus_read() 1108 if (result_code != SBUS_READ_COMPLETE) in sbus_read() 1119 result_code); in sbus_read()
|
| /OK3568_Linux_fs/kernel/drivers/staging/ks7010/ |
| H A D | ks_hostif.c | 849 u16 result_code; in hostif_infrastructure_set_confirm() local 851 result_code = get_word(priv); in hostif_infrastructure_set_confirm() 908 u32 result_code; in hostif_bss_scan_confirm() local 912 result_code = get_dword(priv); in hostif_bss_scan_confirm() 914 result_code, priv->scan_ind_count); in hostif_bss_scan_confirm()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_utils.h | 414 u8 result_code; member
|