hex_to_bin       1611 drivers/atm/horizon.c 		d = (d << 4) | hex_to_bin(*s++);
hex_to_bin         95 drivers/firmware/efi/vars.c 		    hex_to_bin(var_name[i] & 0xff) < 0)
hex_to_bin         94 drivers/media/usb/pvrusb2/pvrusb2-debugifc.c 		int val = hex_to_bin(*buf++);
hex_to_bin         84 drivers/media/usb/rainshadow-cec/rainshadow-cec.c 			stat = hex_to_bin(cmd[0]);
hex_to_bin        193 drivers/net/can/slcan.c 			tmp = hex_to_bin(*cmd++);
hex_to_bin        197 drivers/net/can/slcan.c 			tmp = hex_to_bin(*cmd++);
hex_to_bin        752 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		p->port_type[0] = hex_to_bin(vpd.port0_data[0]);
hex_to_bin        753 drivers/net/ethernet/chelsio/cxgb3/t3_hw.c 		p->port_type[1] = hex_to_bin(vpd.port1_data[0]);
hex_to_bin       6857 drivers/net/ethernet/micrel/ksz884x.c 			digit = hex_to_bin(macaddr[i]);
hex_to_bin       5284 drivers/net/wireless/cisco/airo.c 			key[i/3] = hex_to_bin(data->wbuffer[i+j])<<4;
hex_to_bin       5287 drivers/net/wireless/cisco/airo.c 			key[i/3] |= hex_to_bin(data->wbuffer[i+j]);
hex_to_bin       1655 drivers/net/wireless/ray_cs.c 		if ((k = hex_to_bin(in_str[j--])) != -1)
hex_to_bin       1662 drivers/net/wireless/ray_cs.c 		if ((k = hex_to_bin(in_str[j--])) != -1)
hex_to_bin        231 drivers/nvdimm/core.c 		uuid[i] = (hex_to_bin(str[0]) << 4) | hex_to_bin(str[1]);
hex_to_bin        447 drivers/nvme/target/configfs.c 		nguid[i] = (hex_to_bin(p[0]) << 4) | hex_to_bin(p[1]);
hex_to_bin         32 drivers/platform/x86/intel-wmi-thunderbolt.c 	mode = hex_to_bin(buf[0]);
hex_to_bin        316 drivers/ptp/ptp_pch.c 		tmp = hex_to_bin(addr[i * 3]);
hex_to_bin        323 drivers/ptp/ptp_pch.c 		tmp = hex_to_bin(addr[(i * 3) + 1]);
hex_to_bin         86 drivers/s390/cio/blacklist.c 		int value = hex_to_bin(**cp);
hex_to_bin        917 drivers/s390/crypto/ap_bus.c 		b = hex_to_bin(*str);
hex_to_bin       1424 drivers/s390/virtio/virtio_ccw.c 		int value = hex_to_bin(**cp);
hex_to_bin        365 drivers/scsi/aacraid/rx.c 			ret = (hex_to_bin(buffer[2]) << 4) +
hex_to_bin        366 drivers/scsi/aacraid/rx.c 				hex_to_bin(buffer[3]);
hex_to_bin        111 drivers/scsi/qla2xxx/tcm_qla2xxx.c 		value = hex_to_bin(*ns++);
hex_to_bin       1819 drivers/scsi/scsi_transport_fc.c 		value = hex_to_bin(*ns++);
hex_to_bin        320 drivers/staging/comedi/drivers/jr3_pci.c 			value = hex_to_bin(data[*pos]);
hex_to_bin        167 drivers/staging/isdn/gigaset/capi.c 		out[++l] = (hex_to_bin(in[0]) << 4) + hex_to_bin(in[1]);
hex_to_bin        148 drivers/target/target_core_spc.c 		int val = hex_to_bin(*p);
hex_to_bin         77 drivers/target/tcm_fc/tfc_conf.c 		val = hex_to_bin(c);
hex_to_bin       2253 drivers/tty/vt/vt.c 			vc->vc_par[vc->vc_npar++] = hex_to_bin(c);
hex_to_bin        660 drivers/usb/atm/speedtch.c 			atm_dev->esi[i] = (hex_to_bin(mac_str[i * 2]) << 4) +
hex_to_bin        661 drivers/usb/atm/speedtch.c 				hex_to_bin(mac_str[i * 2 + 1]);
hex_to_bin       2425 drivers/usb/atm/ueagle-atm.c 		esi[i] = hex_to_bin(mac_str[2 * i]) * 16 +
hex_to_bin       2426 drivers/usb/atm/ueagle-atm.c 			 hex_to_bin(mac_str[2 * i + 1]);
hex_to_bin        701 drivers/usb/gadget/function/u_ether.c 			num = hex_to_bin(*str++) << 4;
hex_to_bin        702 drivers/usb/gadget/function/u_ether.c 			num |= hex_to_bin(*str++);
hex_to_bin        630 include/linux/kernel.h extern int hex_to_bin(char ch);
hex_to_bin        125 kernel/debug/gdbstub.c 			xmitcsum = hex_to_bin(gdbstub_read_wait()) << 4;
hex_to_bin        126 kernel/debug/gdbstub.c 			xmitcsum += hex_to_bin(gdbstub_read_wait());
hex_to_bin        282 kernel/debug/gdbstub.c 		*tmp_raw = hex_to_bin(*tmp_hex--);
hex_to_bin        283 kernel/debug/gdbstub.c 		*tmp_raw |= hex_to_bin(*tmp_hex--) << 4;
hex_to_bin        306 kernel/debug/gdbstub.c 		hex_val = hex_to_bin(**ptr);
hex_to_bin        629 kernel/debug/gdbstub.c 		if (hex_to_bin(ptr[i]) >= 0)
hex_to_bin        427 lib/bitmap.c   			chunk = (chunk << 4) | hex_to_bin(c);
hex_to_bin         34 lib/hexdump.c  EXPORT_SYMBOL(hex_to_bin);
hex_to_bin         47 lib/hexdump.c  		int hi = hex_to_bin(*src++);
hex_to_bin         48 lib/hexdump.c  		int lo = hex_to_bin(*src++);
hex_to_bin         23 lib/net_utils.c 		mac[i] = (hex_to_bin(s[i * 3]) << 4) | hex_to_bin(s[i * 3 + 1]);
hex_to_bin        189 lib/string_helpers.c 	num = digit = hex_to_bin(*q++);
hex_to_bin        193 lib/string_helpers.c 	digit = hex_to_bin(*q);
hex_to_bin        104 lib/uuid.c     		int hi = hex_to_bin(uuid[si[i] + 0]);
hex_to_bin        105 lib/uuid.c     		int lo = hex_to_bin(uuid[si[i] + 1]);
hex_to_bin        722 net/core/pktgen.c 		value = hex_to_bin(c);
hex_to_bin         97 net/core/utils.c 	val = hex_to_bin(c);
hex_to_bin       1268 net/sunrpc/cache.c 			h = hex_to_bin(bp[0]);
hex_to_bin       1272 net/sunrpc/cache.c 			l = hex_to_bin(bp[1]);
hex_to_bin        919 security/selinux/selinuxfs.c 				c1 = hex_to_bin(*r++);
hex_to_bin        922 security/selinux/selinuxfs.c 				c2 = hex_to_bin(*r++);
hex_to_bin        661 sound/pci/riptide/riptide.c 		value = hex_to_bin(c);
hex_to_bin         64 sound/usb/6fire/firmware.c 	hval = hex_to_bin(data[0]);
hex_to_bin         68 sound/usb/6fire/firmware.c 	hval = hex_to_bin(data[1]);