| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rk1000_tve.c | 175 const struct base_overscan *scan; in drm_rk1000_select_output() local 216 scan = &base_parameter.scan; in drm_rk1000_select_output() 229 if (scan->leftscale < min_scan && scan->leftscale > 0) in drm_rk1000_select_output() 231 else if (scan->leftscale < max_scan) in drm_rk1000_select_output() 232 overscan->left_margin = scan->leftscale; in drm_rk1000_select_output() 234 if (scan->rightscale < min_scan && scan->rightscale > 0) in drm_rk1000_select_output() 236 else if (scan->rightscale < max_scan) in drm_rk1000_select_output() 237 overscan->right_margin = scan->rightscale; in drm_rk1000_select_output() 239 if (scan->topscale < min_scan && scan->topscale > 0) in drm_rk1000_select_output() 241 else if (scan->topscale < max_scan) in drm_rk1000_select_output() [all …]
|
| H A D | rockchip_dw_hdmi.c | 352 const struct base_overscan *scan; in drm_rk_selete_output() local 380 scan = &base2_parameter->overscan_info; in drm_rk_selete_output() 424 scan = &base_parameter.scan; in drm_rk_selete_output() 444 scan = &base2_parameter->overscan_info; in drm_rk_selete_output() 466 if (scan->leftscale < min_scan && scan->leftscale > 0) in drm_rk_selete_output() 468 else if (scan->leftscale < max_scan && scan->leftscale > 0) in drm_rk_selete_output() 469 overscan->left_margin = scan->leftscale; in drm_rk_selete_output() 471 if (scan->rightscale < min_scan && scan->rightscale > 0) in drm_rk_selete_output() 473 else if (scan->rightscale < max_scan && scan->rightscale > 0) in drm_rk_selete_output() 474 overscan->right_margin = scan->rightscale; in drm_rk_selete_output() [all …]
|
| H A D | rockchip_tve.c | 722 const struct base_overscan *scan; in tve_select_output() local 763 scan = &base_parameter.scan; in tve_select_output() 783 scan = &base2_parameter->overscan_info; in tve_select_output() 804 if (scan->leftscale < min_scan && scan->leftscale > 0) in tve_select_output() 806 else if (scan->leftscale < max_scan && scan->leftscale > 0) in tve_select_output() 807 overscan->left_margin = scan->leftscale; in tve_select_output() 809 if (scan->rightscale < min_scan && scan->rightscale > 0) in tve_select_output() 811 else if (scan->rightscale < max_scan && scan->rightscale > 0) in tve_select_output() 812 overscan->right_margin = scan->rightscale; in tve_select_output() 814 if (scan->topscale < min_scan && scan->topscale > 0) in tve_select_output() [all …]
|
| H A D | rockchip_dw_hdmi_qp.c | 1072 const struct base_overscan *scan; in dw_hdmi_qp_select_output() local 1125 scan = &base_parameter.scan; in dw_hdmi_qp_select_output() 1147 scan = &base2_parameter->overscan_info; in dw_hdmi_qp_select_output() 1175 if (scan->leftscale < min_scan && scan->leftscale > 0) in dw_hdmi_qp_select_output() 1177 else if (scan->leftscale < max_scan && scan->leftscale > 0) in dw_hdmi_qp_select_output() 1178 overscan->left_margin = scan->leftscale; in dw_hdmi_qp_select_output() 1180 if (scan->rightscale < min_scan && scan->rightscale > 0) in dw_hdmi_qp_select_output() 1182 else if (scan->rightscale < max_scan && scan->rightscale > 0) in dw_hdmi_qp_select_output() 1183 overscan->right_margin = scan->rightscale; in dw_hdmi_qp_select_output() 1185 if (scan->topscale < min_scan && scan->topscale > 0) in dw_hdmi_qp_select_output() [all …]
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | deflate.c | 1066 register Bytef *scan = s->window + s->strstart; /* current string */ local 1084 register ush scan_start = *(ushf*)scan; 1085 register ush scan_end = *(ushf*)(scan+best_len-1); 1088 register Byte scan_end1 = scan[best_len-1]; 1089 register Byte scan_end = scan[best_len]; 1136 Assert(scan[2] == match[2], "scan[2]?"); 1137 scan++, match++; 1139 } while (*(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1140 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && 1141 *(ushf*)(scan+=2) == *(ushf*)(match+=2) && [all …]
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | cros_ec_keyb.c | 52 struct mbkp_keyscan scan; in check_for_keys() local 56 if (cros_ec_scan_keyboard(dev->parent, &scan)) { in check_for_keys() 60 *samep = last_scan_valid && !memcmp(&last_scan, &scan, sizeof(scan)); in check_for_keys() 69 memcpy(&last_scan, &scan, sizeof(last_scan)); in check_for_keys() 76 data = scan.data[bit / 8]; in check_for_keys()
|
| H A D | rockchip_ir.c | 53 if (rc_map[i].scan[j].scancode == scancode) { in ir_lookup_by_scancode() 54 if (priv->keycode == rc_map[i].scan[j].keycode) in ir_lookup_by_scancode() 58 priv->keycode = rc_map[i].scan[j].keycode; in ir_lookup_by_scancode() 96 (u32 *)rc_map[i].scan, len); in ir_parse_keys() 105 rc_map[i].scan[j].scancode, in ir_parse_keys() 106 rc_map[i].scan[j].keycode); in ir_parse_keys()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.ubispl | 17 to load can contain. Used for sizing the scan data structure 21 constant or runtime detection. Used for sizing the scan data 26 constant or runtime detection. Used for sizing the scan data 31 scan data structure.
|
| H A D | README.nvme | 32 it is able to scan all available namespaces attached to it. Scanning namespace 47 To use an NVMe hard disk from U-Boot shell, a 'nvme scan' command needs to
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | Makefile | 13 obj-y += lpt_commit.o scan.o lprops.o
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata.c | 46 if (!ops->scan) in sata_scan() 49 return ops->scan(dev); in sata_scan()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | rockchip_ir.h | 83 struct rc_map_table scan[MAX_NUM_KEYS]; member
|
| H A D | ahci.h | 203 int (*scan)(struct udevice *dev); member
|
| H A D | cros_ec.h | 84 int cros_ec_scan_keyboard(struct udevice *dev, struct mbkp_keyscan *scan);
|
| H A D | ec_commands.h | 1228 uint8_t scan[0]; /* keyscan data */ member
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | simple-framebuffer.txt | 4 with the assumption that the display hardware has already been set up to scan
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 140 def scan(self, defconfig): member in KconfigScanner 219 queue.put(kconf_scanner.scan(defconfig))
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | cros_ec.c | 357 int cros_ec_scan_keyboard(struct udevice *dev, struct mbkp_keyscan *scan) in cros_ec_scan_keyboard() argument 361 if (ec_command(cdev, EC_CMD_MKBP_STATE, 0, NULL, 0, scan, in cros_ec_scan_keyboard() 362 sizeof(scan->data)) != sizeof(scan->data)) in cros_ec_scan_keyboard()
|
| H A D | cros_ec_sandbox.c | 243 static int cros_ec_keyscan(struct ec_state *ec, uint8_t *scan) in cros_ec_keyscan() argument 271 memcpy(scan, ec->keyscan, bytes); in cros_ec_keyscan()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | Kconfig | 53 the device tree but the normal PCI scan technique is used to find
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | usb-info.txt | 199 - Then usb_scan_bus() is called. This calls usb_scan_device() to scan the 252 - usb_hub_post_probe() calls usb_hub_scan() to scan the hub, which in turn 258 scan the device, passing the appropriate port number. 260 device ready for use. If it is a hub, it will scan that hub before it 322 uclass UCLASS_USB_DEV_GENERIC). Then, when the scan is completed,
|
| H A D | pci-info.txt | 27 This does a scan of the bus to locate available devices. These devices are
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.lex.c_shipped | 1938 /** Discard all buffered characters. On the next scan, YY_INPUT will be called. 2063 /** Setup the input buffer state to scan directly from a user-specified character buffer. 2098 /** Setup the input buffer state to scan a string. The next call to zconflex() will 2099 * scan from a @e copy of @a str. 2100 * @param yystr a NUL-terminated string to scan 2103 * @note If you want to scan bytes that may contain NUL values, then use 2112 /** Setup the input buffer state to scan the given bytes. The next call to zconflex() will 2113 * scan from a @e copy of @a bytes. 2114 * @param yybytes the byte buffer to scan
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c_shipped | 1803 /** Discard all buffered characters. On the next scan, YY_INPUT will be called. 1928 /** Setup the input buffer state to scan directly from a user-specified character buffer. 1963 /** Setup the input buffer state to scan a string. The next call to yylex() will 1964 * scan from a @e copy of @a str. 1965 * @param yystr a NUL-terminated string to scan 1968 * @note If you want to scan bytes that may contain NUL values, then use 1977 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will 1978 * scan from a @e copy of @a bytes. 1979 * @param yybytes the byte buffer to scan
|
| /rk3399_rockchip-uboot/board/compulab/cm_fx6/ |
| H A D | cm_fx6.c | 823 .scan = dwc_ahsata_scan,
|