Lines Matching refs:data_buf

890 	__u8 *data_buf = (__u8 *)datab;  in ohci_submit_rh_msg()  local
925 *(__u16 *) data_buf = m16_swap (1); OK (2); in ohci_submit_rh_msg()
927 *(__u16 *) data_buf = m16_swap (0); OK (2); in ohci_submit_rh_msg()
929 *(__u16 *) data_buf = m16_swap (0); OK (2); in ohci_submit_rh_msg()
931 *(__u32 *) data_buf = m32_swap ( in ohci_submit_rh_msg()
935 *(__u32 *) data_buf = m32_swap (RD_RH_PORTSTAT); OK (4); in ohci_submit_rh_msg()
1000 data_buf = root_hub_dev_des; OK(len); in ohci_submit_rh_msg()
1007 data_buf = root_hub_config_des; OK(len); in ohci_submit_rh_msg()
1015 data_buf = root_hub_str_index0; in ohci_submit_rh_msg()
1024 data_buf = root_hub_str_index1; in ohci_submit_rh_msg()
1036 data_buf [0] = 9; /* min length; */ in ohci_submit_rh_msg()
1037 data_buf [1] = 0x29; in ohci_submit_rh_msg()
1038 data_buf [2] = temp & RH_A_NDP; in ohci_submit_rh_msg()
1039 data_buf [3] = 0; in ohci_submit_rh_msg()
1041 data_buf [3] |= 0x1; in ohci_submit_rh_msg()
1043 data_buf [3] |= 0x10; in ohci_submit_rh_msg()
1045 data_buf [3] |= 0x8; in ohci_submit_rh_msg()
1049 data_buf [5] = (temp & RH_A_POTPGT) >> 24; in ohci_submit_rh_msg()
1051 data_buf [7] = temp & RH_B_DR; in ohci_submit_rh_msg()
1052 if (data_buf [2] < 7) { in ohci_submit_rh_msg()
1053 data_buf [8] = 0xff; in ohci_submit_rh_msg()
1055 data_buf [0] += 2; in ohci_submit_rh_msg()
1056 data_buf [8] = (temp & RH_B_DR) >> 8; in ohci_submit_rh_msg()
1057 data_buf [10] = data_buf [9] = 0xff; in ohci_submit_rh_msg()
1061 min_t(unsigned int, data_buf [0], wLength)); in ohci_submit_rh_msg()
1065 case RH_GET_CONFIGURATION: *(__u8 *) data_buf = 0x01; OK (1); in ohci_submit_rh_msg()
1081 if (data != data_buf) in ohci_submit_rh_msg()
1082 memcpy (data, data_buf, len); in ohci_submit_rh_msg()