| /linux/drivers/staging/greybus/ |
| H A D | Makefile | 6 gb-bootrom-y := bootrom.o 7 gb-camera-y := camera.o 8 gb-firmware-y := fw-core.o fw-download.o fw-management.o authentication.o 9 gb-spilib-y := spilib.o 10 gb-hid-y := hid.o 11 gb-light-y := light.o 12 gb-log-y := log.o 13 gb-loopback-y := loopback.o 14 gb-power-supply-y := power_supply.o 15 gb-raw-y := raw.o [all …]
|
| /linux/drivers/greybus/ |
| H A D | Makefile | 21 obj-$(CONFIG_GREYBUS_BEAGLEPLAY) += gb-beagleplay.o 24 gb-es2-y := es2.o 26 obj-$(CONFIG_GREYBUS_ES2) += gb-es2.o
|
| H A D | Kconfig | 31 will be called gb-beagleplay.ko 42 will be called gb-es2.ko
|
| /linux/drivers/staging/greybus/Documentation/firmware/ |
| H A D | firmware-management | 51 and will be named gb-fw-mgmt-<N>. The number <N> is assigned at runtime. 56 There can be multiple devices present in /dev/ directory with name gb-fw-mgmt-N 66 /sys/bus/greybus/devices/1-1/1-1.1/1-1.1.1/gb_fw_mgmt/gb-fw-mgmt-0 68 The last name in this path: gb-fw-mgmt-0 is precisely the name of the char 71 /dev/gb-fw-mgmt-0. 76 The Character device (gb-fw-mgmt-0 in example) can be opened by the userspace 188 directory and will be named gb-authenticate-<N>. The number <N> is assigned at 195 gb-authenticate-N and user first needs to identify the character device used for 204 /sys/bus/greybus/devices/1-1/1-1.1/1-1.1.1/gb_authenticate/gb-authenticate-0 206 The last name in this path: gb-authenticate-0 is precisely the name of the char [all …]
|
| /linux/net/nfc/ |
| H A D | digital_dep.c | 71 u8 gb[]; member 83 u8 gb[]; member 448 rc = nfc_set_remote_general_bytes(ddev->nfc_dev, atr_res->gb, gb_len); in digital_in_recv_atr_res() 472 struct nfc_target *target, __u8 comm_mode, __u8 *gb, in digital_in_send_atr_req() argument 514 skb_put_data(skb, gb, gb_len); in digital_in_send_atr_req() 1494 u8 *gb, payload_bits; in digital_tg_send_atr_res() local 1498 gb = nfc_get_local_general_bytes(ddev->nfc_dev, &gb_len); in digital_tg_send_atr_res() 1499 if (!gb) in digital_tg_send_atr_res() 1524 memcpy(atr_res->gb, gb, gb_len); in digital_tg_send_atr_res() 1621 NFC_COMM_PASSIVE, atr_req->gb, gb_len); in digital_tg_recv_atr_req()
|
| H A D | core.c | 283 u8 *gb; in nfc_dep_link_up() local 304 gb = nfc_llcp_general_bytes(dev, &gb_len); in nfc_dep_link_up() 316 rc = dev->ops->dep_link_up(dev, target, comm_mode, gb, gb_len); in nfc_dep_link_up() 639 int nfc_set_remote_general_bytes(struct nfc_dev *dev, const u8 *gb, u8 gb_len) in nfc_set_remote_general_bytes() argument 643 return nfc_llcp_set_remote_gb(dev, gb, gb_len); in nfc_set_remote_general_bytes() 668 const u8 *gb, size_t gb_len) in nfc_tm_activated() argument 676 if (gb != NULL) { in nfc_tm_activated() 677 rc = nfc_set_remote_general_bytes(dev, gb, gb_len); in nfc_tm_activated()
|
| H A D | nfc.h | 51 int nfc_llcp_set_remote_gb(struct nfc_dev *dev, const u8 *gb, u8 gb_len);
|
| H A D | digital.h | 81 struct nfc_target *target, __u8 comm_mode, __u8 *gb,
|
| H A D | llcp.h | 77 u8 gb[NFC_MAX_GT_LEN]; member
|
| H A D | llcp_core.c | 610 gb_cur = local->gb; in nfc_llcp_build_gb() 654 return local->gb; in nfc_llcp_general_bytes() 657 int nfc_llcp_set_remote_gb(struct nfc_dev *dev, const u8 *gb, u8 gb_len) in nfc_llcp_set_remote_gb() argument 672 memcpy(local->remote_gb, gb, gb_len); in nfc_llcp_set_remote_gb()
|
| /linux/drivers/nfc/microread/ |
| H A D | microread.c | 254 hdev->gb = nfc_get_local_general_bytes(hdev->ndev, in microread_start_poll() 256 if (hdev->gb == NULL || hdev->gb_len == 0) { in microread_start_poll() 276 hdev->gb, hdev->gb_len); in microread_start_poll() 284 hdev->gb, hdev->gb_len); in microread_start_poll() 302 u8 *gb, size_t gb_len) in microread_dep_link_up() argument
|
| /linux/drivers/nfc/pn544/ |
| H A D | pn544.c | 380 hdev->gb = nfc_get_local_general_bytes(hdev->ndev, in pn544_hci_start_poll() 382 pr_debug("generate local bytes %p\n", hdev->gb); in pn544_hci_start_poll() 383 if (hdev->gb == NULL || hdev->gb_len == 0) { in pn544_hci_start_poll() 404 PN544_DEP_ATR_REQ, hdev->gb, hdev->gb_len); in pn544_hci_start_poll() 424 PN544_DEP_ATR_RES, hdev->gb, hdev->gb_len); in pn544_hci_start_poll() 445 u8 *gb, size_t gb_len) in pn544_hci_dep_link_up() argument
|
| /linux/include/uapi/linux/ |
| H A D | am437x-vpfe.h | 99 char gb; member
|
| /linux/include/net/nfc/ |
| H A D | hci.h | 30 u8 comm_mode, u8 *gb, size_t gb_len); 147 u8 *gb; member
|
| H A D | nfc.h | 55 u8 comm_mode, u8 *gb, size_t gb_len); 289 const u8 *gb, size_t gb_len);
|
| /linux/drivers/nfc/pn533/ |
| H A D | pn533.c | 1020 u8 *gbytes = dev->gb; in pn533_alloc_poll_tg_frame() 1197 u8 mode, *cmd, comm_mode = NFC_COMM_PASSIVE, *gb; in pn533_init_target_complete() local 1217 gb = cmd + ATR_REQ_GB_OFFSET; in pn533_init_target_complete() 1221 comm_mode, gb, gb_len); in pn533_init_target_complete() 1349 if (!dev->gb) { in pn533_poll_dep() 1350 dev->gb = nfc_get_local_general_bytes(nfc_dev, &dev->gb_len); in pn533_poll_dep() 1352 if (!dev->gb || !dev->gb_len) { in pn533_poll_dep() 1385 skb_put_data(skb, dev->gb, dev->gb_len); in pn533_poll_dep() 1650 dev->gb = nfc_get_local_general_bytes(nfc_dev, &dev->gb_len); in pn533_start_poll() 1651 if (dev->gb == NULL) in pn533_start_poll() [all …]
|
| H A D | pn533.h | 169 u8 *gb; member
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | manager-sysfs.c | 369 info.cpr_coefs.gb, in manager_cpr_coef_show() 388 &coefs.gr, &coefs.gg, &coefs.gb, in manager_cpr_coef_store() 393 coefs.gr, coefs.gg, coefs.gb, in manager_cpr_coef_store()
|
| /linux/drivers/nfc/st21nfca/ |
| H A D | core.c | 354 hdev->gb = nfc_get_local_general_bytes(hdev->ndev, in st21nfca_hci_start_poll() 357 if (hdev->gb == NULL || hdev->gb_len == 0) { in st21nfca_hci_start_poll() 598 u8 *gb, size_t gb_len) in st21nfca_hci_dep_link_up() argument 603 return st21nfca_im_send_atr_req(hdev, gb, gb_len); in st21nfca_hci_dep_link_up()
|
| H A D | st21nfca.h | 177 int st21nfca_im_send_atr_req(struct nfc_hci_dev *hdev, u8 *gb, size_t gb_len);
|
| /linux/arch/mips/boot/dts/ralink/ |
| H A D | mt7621-gnubee-gb-pc1.dts | 10 compatible = "gnubee,gb-pc1", "mediatek,mt7621-soc";
|
| H A D | mt7621-gnubee-gb-pc2.dts | 10 compatible = "gnubee,gb-pc2", "mediatek,mt7621-soc";
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | eeprom_def.c | 692 u16 *gb, in ath9k_change_gain_boundary_setting() argument 718 gb[k] = (u16)(gb[k] - *diff); in ath9k_change_gain_boundary_setting() 726 gb[k] = (u16)min(gb_limit, gb[k]); in ath9k_change_gain_boundary_setting()
|
| /linux/drivers/staging/media/atomisp/include/linux/ |
| H A D | atomisp.h | 269 unsigned int gb; /* unsigned <integer_bits>.<16-integer_bits> */ member 307 unsigned int gb; member
|
| /linux/arch/x86/kernel/apic/ |
| H A D | x2apic_uv_x.c | 661 int gb = grt->base; in build_uv_gr_table() local 663 start = gb < 0 ? 0 : (unsigned long)_gr_table[gb].limit << UV_GAM_RANGE_SHFT; in build_uv_gr_table() 666 pr_info("UV: GAM Range %2d %04x 0x%013lx-0x%013lx (%d)\n", i, grt->nasid, start, end, gb); in build_uv_gr_table()
|