| /linux/drivers/staging/greybus/ |
| H A D | loopback.c | 53 struct gb_loopback *gb; member 127 struct gb_loopback *gb = dev_get_drvdata(dev); \ 128 return sprintf(buf, "%u\n", gb->field); \ 137 struct gb_loopback *gb = dev_get_drvdata(dev); \ 139 if (!gb->requests_completed) \ 141 return sprintf(buf, "%" #type "\n", gb->name.field); \ 151 struct gb_loopback *gb; \ 154 gb = dev_get_drvdata(dev); \ 155 stats = &gb->name; \ 175 struct gb_loopback *gb = dev_get_drvdata(dev); \ [all …]
|
| 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 …]
|
| H A D | Kconfig | 12 will be called gb-audio.ko 23 will be called gb-audio-codec.ko 33 will be called gb-bootrom.ko 43 will be called gb-camera.ko 53 will be called gb-firmware.ko 63 will be called gb-hid.ko 73 will be called gb-light.ko 82 will be called gb-log.ko 91 will be called gb-log.ko 101 will be called gb-power-supply.ko [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/kernel/ |
| H A D | cred.c | 474 struct group_info *ga, *gb; in cred_fscmp() local 490 gb = b->group_info; in cred_fscmp() 491 if (ga == gb) in cred_fscmp() 495 if (gb == NULL) in cred_fscmp() 497 if (ga->ngroups < gb->ngroups) in cred_fscmp() 499 if (ga->ngroups > gb->ngroups) in cred_fscmp() 503 if (gid_lt(ga->gid[g], gb->gid[g])) in cred_fscmp() 505 if (gid_gt(ga->gid[g], gb->gid[g])) in cred_fscmp()
|
| /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,
|
| /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/drivers/edac/ |
| H A D | sb_edac.c | 1774 u32 gb, mb; in get_memory_layout() local 1784 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() 1786 gb, (mb*1000)/1024, (u64)pvt->tolm); in get_memory_layout() 1792 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() 1794 gb, (mb*1000)/1024, (u64)pvt->tohm); in get_memory_layout() 1816 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() 1820 gb, (mb*1000)/1024, in get_memory_layout() 1853 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() 1855 n_tads, gb, (mb*1000)/1024, in get_memory_layout() 1878 gb = div_u64_rem(tmp_mb, 1024, &mb); in get_memory_layout() [all …]
|
| /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); 287 const u8 *gb, size_t gb_len);
|
| /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/drivers/nfc/pn533/ |
| H A D | pn533.h | 169 u8 *gb; member
|