Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/drivers/staging/rts5208/
Drtsx_chip.c100 int retval; in rtsx_pre_handle_sdio_old() local
104 retval = rtsx_write_register(chip, CARD_PULL_CTL5, in rtsx_pre_handle_sdio_old()
108 if (retval) in rtsx_pre_handle_sdio_old()
109 return retval; in rtsx_pre_handle_sdio_old()
111 retval = rtsx_write_register(chip, FPGA_PULL_CTL, in rtsx_pre_handle_sdio_old()
114 if (retval) in rtsx_pre_handle_sdio_old()
115 return retval; in rtsx_pre_handle_sdio_old()
117 retval = rtsx_write_register(chip, CARD_SHARE_MODE, 0xFF, in rtsx_pre_handle_sdio_old()
119 if (retval) in rtsx_pre_handle_sdio_old()
120 return retval; in rtsx_pre_handle_sdio_old()
[all …]
Dsd.c97 int retval; in sd_check_data0_status() local
100 retval = rtsx_read_register(chip, REG_SD_STAT1, &stat); in sd_check_data0_status()
101 if (retval) in sd_check_data0_status()
102 return retval; in sd_check_data0_status()
116 int retval; local
165 retval = rtsx_send_cmd(chip, SD_CARD, timeout);
166 if (retval < 0) {
175 if (retval == -ETIMEDOUT) {
177 retval = sd_check_data0_status(chip);
178 if (retval != STATUS_SUCCESS) {
[all …]
Dms.c43 int retval; in ms_transfer_tpc() local
63 retval = rtsx_send_cmd(chip, MS_CARD, 5000); in ms_transfer_tpc()
64 if (retval < 0) { in ms_transfer_tpc()
99 int retval; in ms_transfer_data() local
140 retval = rtsx_transfer_data(chip, MS_CARD, buf, buf_len, in ms_transfer_data()
142 if (retval < 0) { in ms_transfer_data()
144 if (retval == -ETIMEDOUT) in ms_transfer_data()
145 retval = STATUS_TIMEDOUT; in ms_transfer_data()
147 retval = STATUS_FAIL; in ms_transfer_data()
149 return retval; in ms_transfer_data()
[all …]
Dspi.c28 int retval; in spi_init() local
30 retval = rtsx_write_register(chip, SPI_CONTROL, 0xFF, in spi_init()
33 if (retval) in spi_init()
34 return retval; in spi_init()
35 retval = rtsx_write_register(chip, SPI_TCTL, EDO_TIMING_MASK, in spi_init()
37 if (retval) in spi_init()
38 return retval; in spi_init()
46 int retval; in spi_set_init_para() local
48 retval = rtsx_write_register(chip, SPI_CLK_DIVIDER1, 0xFF, in spi_set_init_para()
50 if (retval) in spi_set_init_para()
[all …]
Dxd.c37 int retval; in xd_set_init_para() local
44 retval = switch_clock(chip, xd_card->xd_clock); in xd_set_init_para()
45 if (retval != STATUS_SUCCESS) in xd_set_init_para()
54 int retval; in xd_switch_clock() local
56 retval = select_card(chip, XD_CARD); in xd_switch_clock()
57 if (retval != STATUS_SUCCESS) in xd_switch_clock()
60 retval = switch_clock(chip, xd_card->xd_clock); in xd_switch_clock()
61 if (retval != STATUS_SUCCESS) in xd_switch_clock()
69 int retval, i; in xd_read_id() local
83 retval = rtsx_send_cmd(chip, XD_CARD, 20); in xd_read_id()
[all …]
/drivers/hid/
Dhid-roccat-arvo.c34 int retval; in arvo_sysfs_show_mode_key() local
37 retval = roccat_common2_receive(usb_dev, ARVO_COMMAND_MODE_KEY, in arvo_sysfs_show_mode_key()
40 if (retval) in arvo_sysfs_show_mode_key()
41 return retval; in arvo_sysfs_show_mode_key()
55 int retval; in arvo_sysfs_set_mode_key() local
57 retval = kstrtoul(buf, 10, &state); in arvo_sysfs_set_mode_key()
58 if (retval) in arvo_sysfs_set_mode_key()
59 return retval; in arvo_sysfs_set_mode_key()
65 retval = roccat_common2_send(usb_dev, ARVO_COMMAND_MODE_KEY, in arvo_sysfs_set_mode_key()
68 if (retval) in arvo_sysfs_set_mode_key()
[all …]
Dhid-roccat-kone.c110 int retval; in kone_check_write() local
120 retval = kone_receive(usb_dev, in kone_check_write()
122 if (retval) in kone_check_write()
123 return retval; in kone_check_write()
160 int retval; in kone_set_settings() local
162 retval = kone_send(usb_dev, kone_command_settings, in kone_set_settings()
164 if (retval) in kone_set_settings()
165 return retval; in kone_set_settings()
232 int retval; in kone_get_weight() local
235 retval = kone_receive(usb_dev, kone_command_weight, &data, 1); in kone_get_weight()
[all …]
Dhid-roccat-kovaplus.c46 int retval; in kovaplus_send_control() local
58 retval = roccat_common2_send(usb_dev, ROCCAT_COMMON_COMMAND_CONTROL, in kovaplus_send_control()
61 return retval; in kovaplus_send_control()
73 int retval; in kovaplus_get_profile_settings() local
75 retval = kovaplus_select_profile(usb_dev, number, in kovaplus_get_profile_settings()
77 if (retval) in kovaplus_get_profile_settings()
78 return retval; in kovaplus_get_profile_settings()
87 int retval; in kovaplus_get_profile_buttons() local
89 retval = kovaplus_select_profile(usb_dev, number, in kovaplus_get_profile_buttons()
91 if (retval) in kovaplus_get_profile_buttons()
[all …]
Dhid-roccat-isku.c40 int retval; in isku_get_actual_profile() local
42 retval = isku_receive(usb_dev, ISKU_COMMAND_ACTUAL_PROFILE, in isku_get_actual_profile()
44 return retval ? retval : buf.actual_profile; in isku_get_actual_profile()
73 int retval; in isku_sysfs_set_actual_profile() local
80 retval = kstrtoul(buf, 10, &profile); in isku_sysfs_set_actual_profile()
81 if (retval) in isku_sysfs_set_actual_profile()
82 return retval; in isku_sysfs_set_actual_profile()
89 retval = isku_set_actual_profile(usb_dev, profile); in isku_sysfs_set_actual_profile()
90 if (retval) { in isku_sysfs_set_actual_profile()
92 return retval; in isku_sysfs_set_actual_profile()
[all …]
/drivers/media/usb/gspca/
Djl2005bcd.c76 int retval; in jl2005c_write2() local
79 retval = usb_bulk_msg(gspca_dev->dev, in jl2005c_write2()
82 if (retval < 0) in jl2005c_write2()
84 gspca_dev->usb_buf[0], retval); in jl2005c_write2()
85 return retval; in jl2005c_write2()
91 int retval; in jl2005c_read1() local
93 retval = usb_bulk_msg(gspca_dev->dev, in jl2005c_read1()
96 if (retval < 0) in jl2005c_read1()
98 gspca_dev->usb_buf[0], retval); in jl2005c_read1()
99 return retval; in jl2005c_read1()
[all …]
/drivers/usb/misc/
Dusbtest.c466 int retval = 0; in simple_io() local
470 while (retval == 0 && iterations-- > 0) { in simple_io()
476 retval = usb_submit_urb(urb, GFP_KERNEL); in simple_io()
477 if (retval != 0) in simple_io()
483 retval = (urb->status == -ENOENT ? in simple_io()
486 retval = urb->status; in simple_io()
490 if (retval == 0 && usb_pipein(urb->pipe)) in simple_io()
491 retval = simple_check_buf(tdev, urb); in simple_io()
507 if (expected != retval) in simple_io()
510 label, iterations, retval, expected); in simple_io()
[all …]
Dcytherm.c82 int retval; in brightness_store() local
96 retval = vendor_command(cytherm->udev, WRITE_RAM, BRIGHTNESS, in brightness_store()
98 if (retval) in brightness_store()
99 dev_dbg(&cytherm->udev->dev, "retval = %d\n", retval); in brightness_store()
101 retval = vendor_command(cytherm->udev, WRITE_RAM, BRIGHTNESS_SEM, in brightness_store()
103 if (retval) in brightness_store()
104 dev_dbg(&cytherm->udev->dev, "retval = %d\n", retval); in brightness_store()
122 int retval; in temp_show() local
132 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in temp_show()
133 if (retval) in temp_show()
[all …]
/drivers/staging/pi433/
Dpi433_if.c369 int retval; in pi433_start_rx() local
376 retval = rf69_set_rx_cfg(dev, &dev->rx_cfg); in pi433_start_rx()
377 if (retval) in pi433_start_rx()
378 return retval; in pi433_start_rx()
381 retval = rf69_set_dio_mapping(dev->spi, DIO0, DIO_RSSI_DIO0); in pi433_start_rx()
382 if (retval < 0) in pi433_start_rx()
383 return retval; in pi433_start_rx()
388 retval = rf69_set_fifo_threshold(dev->spi, FIFO_SIZE - FIFO_THRESHOLD); in pi433_start_rx()
389 if (retval < 0) in pi433_start_rx()
390 return retval; in pi433_start_rx()
[all …]
/drivers/rtc/
Dsysfs.c35 ssize_t retval; in date_show() local
38 retval = rtc_read_time(to_rtc_device(dev), &tm); in date_show()
39 if (retval) in date_show()
40 return retval; in date_show()
49 ssize_t retval; in time_show() local
52 retval = rtc_read_time(to_rtc_device(dev), &tm); in time_show()
53 if (retval) in time_show()
54 return retval; in time_show()
63 ssize_t retval; in since_epoch_show() local
66 retval = rtc_read_time(to_rtc_device(dev), &tm); in since_epoch_show()
[all …]
Drtc-ab8500.c64 int retval, i; in ab8500_rtc_read_time() local
70 retval = abx500_set_register_interruptible(dev, in ab8500_rtc_read_time()
72 if (retval < 0) in ab8500_rtc_read_time()
73 return retval; in ab8500_rtc_read_time()
77 retval = abx500_get_register_interruptible(dev, in ab8500_rtc_read_time()
79 if (retval < 0) in ab8500_rtc_read_time()
80 return retval; in ab8500_rtc_read_time()
90 retval = abx500_get_register_interruptible(dev, in ab8500_rtc_read_time()
92 if (retval < 0) in ab8500_rtc_read_time()
93 return retval; in ab8500_rtc_read_time()
[all …]
/drivers/input/rmi4/
Drmi_driver.c63 int retval = 0; in reset_one_function() local
70 retval = fh->reset(fn); in reset_one_function()
71 if (retval < 0) in reset_one_function()
73 retval); in reset_one_function()
76 return retval; in reset_one_function()
82 int retval = 0; in configure_one_function() local
89 retval = fh->config(fn); in configure_one_function()
90 if (retval < 0) in configure_one_function()
92 retval); in configure_one_function()
95 return retval; in configure_one_function()
[all …]
Drmi_2d_sensor.c228 int retval; in rmi_2d_sensor_of_probe() local
240 retval = rmi_of_property_read_u32(dev, &val, "syna,clip-x-low", 1); in rmi_2d_sensor_of_probe()
241 if (retval) in rmi_2d_sensor_of_probe()
242 return retval; in rmi_2d_sensor_of_probe()
246 retval = rmi_of_property_read_u32(dev, &val, "syna,clip-y-low", 1); in rmi_2d_sensor_of_probe()
247 if (retval) in rmi_2d_sensor_of_probe()
248 return retval; in rmi_2d_sensor_of_probe()
252 retval = rmi_of_property_read_u32(dev, &val, "syna,clip-x-high", 1); in rmi_2d_sensor_of_probe()
253 if (retval) in rmi_2d_sensor_of_probe()
254 return retval; in rmi_2d_sensor_of_probe()
[all …]
/drivers/media/radio/si470x/
Dradio-si470x-common.c195 int retval; in si470x_set_chan() local
199 retval = radio->get_register(radio, POWERCFG); in si470x_set_chan()
200 if (retval) in si470x_set_chan()
201 return retval; in si470x_set_chan()
211 retval = radio->set_register(radio, CHANNEL); in si470x_set_chan()
212 if (retval < 0) in si470x_set_chan()
230 retval = radio->set_register(radio, CHANNEL); in si470x_set_chan()
233 return retval; in si470x_set_chan()
261 int chan, retval; in si470x_get_freq() local
264 retval = radio->get_register(radio, READCHAN); in si470x_get_freq()
[all …]
Dradio-si470x-usb.c201 int retval; in si470x_get_report() local
203 retval = usb_control_msg(radio->usbdev, in si470x_get_report()
210 if (retval < 0) in si470x_get_report()
213 retval); in si470x_get_report()
214 return retval; in si470x_get_report()
224 int retval; in si470x_set_report() local
226 retval = usb_control_msg(radio->usbdev, in si470x_set_report()
233 if (retval < 0) in si470x_set_report()
236 retval); in si470x_set_report()
237 return retval; in si470x_set_report()
[all …]
/drivers/usb/core/
Dhcd-pci.c175 int retval; in usb_hcd_pci_probe() local
192 retval = pci_alloc_irq_vectors(dev, 1, 1, PCI_IRQ_LEGACY | PCI_IRQ_MSI); in usb_hcd_pci_probe()
193 if (retval < 0) { in usb_hcd_pci_probe()
197 retval = -ENODEV; in usb_hcd_pci_probe()
205 retval = -ENOMEM; in usb_hcd_pci_probe()
219 retval = -EBUSY; in usb_hcd_pci_probe()
226 retval = -EFAULT; in usb_hcd_pci_probe()
247 retval = -EBUSY; in usb_hcd_pci_probe()
259 retval = usb_add_hcd(hcd, hcd_irq, IRQF_SHARED); in usb_hcd_pci_probe()
260 if (retval != 0) in usb_hcd_pci_probe()
[all …]
/drivers/net/usb/
Dipheth.c216 int retval = -EINVAL; in ipheth_rcvbulk_callback_ncm() local
224 return retval; in ipheth_rcvbulk_callback_ncm()
231 return retval; in ipheth_rcvbulk_callback_ncm()
239 return retval; in ipheth_rcvbulk_callback_ncm()
249 return retval; in ipheth_rcvbulk_callback_ncm()
255 retval = ipheth_consume_skb(buf, len, dev); in ipheth_rcvbulk_callback_ncm()
256 if (retval != 0) in ipheth_rcvbulk_callback_ncm()
257 return retval; in ipheth_rcvbulk_callback_ncm()
268 int retval, status; in ipheth_rcvbulk_callback() local
305 retval = dev->rcvbulk_callback(urb); in ipheth_rcvbulk_callback()
[all …]
/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c93 int retval; in pm_allocate_runlist_ib() local
102 retval = kfd_gtt_sa_allocate(pm->dqm->dev, *rl_buffer_size, in pm_allocate_runlist_ib()
105 if (retval) { in pm_allocate_runlist_ib()
118 return retval; in pm_allocate_runlist_ib()
128 int retval, processes_mapped; in pm_create_runlist_ib() local
135 rl_wptr = retval = processes_mapped = 0; in pm_create_runlist_ib()
137 retval = pm_allocate_runlist_ib(pm, &rl_buffer, rl_gpu_addr, in pm_create_runlist_ib()
139 if (retval) in pm_create_runlist_ib()
140 return retval; in pm_create_runlist_ib()
158 retval = pm->pmf->map_process(pm, &rl_buffer[rl_wptr], qpd); in pm_create_runlist_ib()
[all …]
/drivers/pci/hotplug/
Dpci_hotplug_core.c53 int retval = 0; \
57 retval = ops->get_##name(slot, value); \
59 return retval; \
69 int retval; in GET_STATUS() local
72 retval = get_power_status(pci_slot->hotplug, &value); in GET_STATUS()
73 if (retval) in GET_STATUS()
74 return retval; in GET_STATUS()
85 int retval = 0; in power_write_file() local
92 retval = -ENODEV; in power_write_file()
98 retval = slot->ops->disable_slot(slot); in power_write_file()
[all …]
/drivers/mfd/
Dcros_ec_dev.c137 int retval = -ENOMEM; in ec_device_probe() local
146 return retval; in ec_device_probe()
180 retval = dev_set_name(&ec->class_dev, "%s", ec_platform->ec_name); in ec_device_probe()
181 if (retval) { in ec_device_probe()
182 dev_err(dev, "dev_set_name failed => %d\n", retval); in ec_device_probe()
186 retval = device_add(&ec->class_dev); in ec_device_probe()
187 if (retval) in ec_device_probe()
192 retval = mfd_add_hotplug_devices(ec->dev, in ec_device_probe()
195 if (retval) in ec_device_probe()
197 cros_ec_sensorhub_cells->name, retval); in ec_device_probe()
[all …]
/drivers/input/misc/
Duinput.c44 int retval; member
149 int retval; in uinput_request_send() local
151 retval = mutex_lock_interruptible(&udev->mutex); in uinput_request_send()
152 if (retval) in uinput_request_send()
153 return retval; in uinput_request_send()
156 retval = -ENODEV; in uinput_request_send()
170 return retval; in uinput_request_send()
176 int retval; in uinput_request_submit() local
178 retval = uinput_request_reserve_slot(udev, request); in uinput_request_submit()
179 if (retval) in uinput_request_submit()
[all …]

12345678910>>...36