| /drivers/accel/qaic/ |
| A D | qaic_drv.c | 137 kfree(usr); in free_usr() 144 struct qaic_user *usr; in qaic_open() local 154 usr = kmalloc(sizeof(*usr), GFP_KERNEL); in qaic_open() 155 if (!usr) { in qaic_open() 161 if (usr->handle < 0) { in qaic_open() 162 ret = usr->handle; in qaic_open() 165 usr->qddev = qddev; in qaic_open() 186 kfree(usr); in qaic_open() 201 qddev = usr->qddev; in qaic_postclose() 209 if (qdev->dbc[i].usr && qdev->dbc[i].usr->handle == usr->handle) in qaic_postclose() [all …]
|
| A D | qaic_data.c | 1021 if (dbc->usr != usr) { in qaic_attach_slice_bo_ioctl() 1354 if (!dbc->usr || dbc->usr->handle != usr->handle) { in __qaic_execute_bo_ioctl() 1458 if (!dbc->usr) { in dbc_irq_handler() 1569 if (!dbc->usr) in dbc_irq_threaded_fn() 1699 if (dbc->usr != usr) { in qaic_wait_bo_ioctl() 1721 if (!dbc->usr) in qaic_wait_bo_ioctl() 1869 if (dbc->usr != usr) { in qaic_detach_slice_bo_ioctl() 1924 if (!qdev->dbc[dbc_id].usr || qdev->dbc[dbc_id].usr->handle != usr->handle) in disable_dbc() 1942 qdev->dbc[dbc_id].usr = usr; in enable_dbc() 1949 dbc->usr = NULL; in wakeup_dbc() [all …]
|
| A D | qaic_control.c | 298 struct qaic_user *usr) in save_dbc_buf() argument 309 enable_dbc(qdev, dbc_id, usr); in save_dbc_buf() 753 struct qaic_user *usr) in encode_message() argument 900 struct qaic_user *usr) in decode_deactivate() argument 919 enable_dbc(qdev, dbc_id, usr); in decode_deactivate() 961 struct qaic_user *usr) in decode_message() argument 1211 if (usr) { in qaic_manage_msg_xfer() 1290 struct qaic_user *usr; in qaic_manage_ioctl() local 1299 usr = file_priv->driver_priv; in qaic_manage_ioctl() 1302 if (!usr->qddev) { in qaic_manage_ioctl() [all …]
|
| A D | qaic.h | 86 struct qaic_user *usr; member 287 int get_cntl_version(struct qaic_device *qdev, struct qaic_user *usr, u16 *major, u16 *minor); 295 void qaic_release_usr(struct qaic_device *qdev, struct qaic_user *usr); 299 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr); 300 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr);
|
| /drivers/gpu/drm/ci/ |
| A D | setup-llvm-links.sh | 5 ln -svf "$(which clang++-${LLVM_VERSION})" /usr/bin/clang++ 6 ln -svf "$(which clang-${LLVM_VERSION})" /usr/bin/clang 7 ln -svf "$(which ld.lld-${LLVM_VERSION})" /usr/bin/ld.lld 8 ln -svf "$(which lld-${LLVM_VERSION})" /usr/bin/lld 9 ln -svf "$(which llvm-ar-${LLVM_VERSION})" /usr/bin/llvm-ar 10 ln -svf "$(which llvm-nm-${LLVM_VERSION})" /usr/bin/llvm-nm 11 ln -svf "$(which llvm-objcopy-${LLVM_VERSION})" /usr/bin/llvm-objcopy 12 ln -svf "$(which llvm-readelf-${LLVM_VERSION})" /usr/bin/llvm-readelf 13 ln -svf "$(which llvm-strip-${LLVM_VERSION})" /usr/bin/llvm-strip
|
| A D | build.sh | 54 for i in /usr/bin/*-ld /usr/bin/ld; do 56 ln -sf /usr/bin/$i.bfd ld-links/$i
|
| /drivers/rtc/ |
| A D | rtc-isl1208.c | 267 buf[0] = usr & 0xff; in isl1208_i2c_set_usr() 268 buf[1] = (usr >> 8) & 0xff; in isl1208_i2c_set_usr() 302 int sr, dtr, atr, usr; in isl1208_rtc_proc() local 330 usr = isl1208_i2c_get_usr(client); in isl1208_rtc_proc() 331 if (usr >= 0) in isl1208_rtc_proc() 735 if (usr < 0) in isl1208_sysfs_show_usr() 736 return usr; in isl1208_sysfs_show_usr() 746 int usr = -1; in isl1208_sysfs_store_usr() local 749 if (sscanf(buf, "%x", &usr) != 1) in isl1208_sysfs_store_usr() 752 if (sscanf(buf, "%d", &usr) != 1) in isl1208_sysfs_store_usr() [all …]
|
| /drivers/mailbox/ |
| A D | omap-mailbox.c | 339 u32 usr, fifo, reg; in omap_mbox_suspend() local 352 for (usr = 0; usr < mdev->num_users; usr++) { in omap_mbox_suspend() 353 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_suspend() 354 mdev->irq_ctx[usr] = mbox_read_reg(mdev, reg); in omap_mbox_suspend() 363 u32 usr, reg; in omap_mbox_resume() local 368 for (usr = 0; usr < mdev->num_users; usr++) { in omap_mbox_resume() 369 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_resume() 370 mbox_write_reg(mdev, mdev->irq_ctx[usr], reg); in omap_mbox_resume()
|
| /drivers/hid/bpf/progs/ |
| A D | README | 38 /usr/bin): 66 ACTION=="add",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/udev… 67 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/u… 69 ACTION=="add",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/udev… 70 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/u… 88 run: '/usr/local/bin/udev-hid-bpf add /sys/devices/virtual/misc/uhid/0003:28BD:095B.0E57 /etc/udev-…
|
| /drivers/gpu/drm/amd/display/dc/hubbub/dcn401/ |
| A D | dcn401_hubbub.c | 421 if (safe_to_lower || watermarks->dcn4x.a.usr in hubbub401_program_usr_watermarks() 422 > hubbub2->watermarks.dcn4x.a.usr) { in hubbub401_program_usr_watermarks() 423 hubbub2->watermarks.dcn4x.a.usr = watermarks->dcn4x.a.usr; in hubbub401_program_usr_watermarks() 428 watermarks->dcn4x.a.usr, watermarks->dcn4x.a.usr); in hubbub401_program_usr_watermarks() 429 } else if (watermarks->dcn4x.a.usr in hubbub401_program_usr_watermarks() 430 < hubbub2->watermarks.dcn4x.a.usr) in hubbub401_program_usr_watermarks() 435 > hubbub2->watermarks.dcn4x.b.usr) { in hubbub401_program_usr_watermarks() 436 hubbub2->watermarks.dcn4x.b.usr = watermarks->dcn4x.b.usr; in hubbub401_program_usr_watermarks() 441 watermarks->dcn4x.b.usr, watermarks->dcn4x.b.usr); in hubbub401_program_usr_watermarks() 442 } else if (watermarks->dcn4x.b.usr in hubbub401_program_usr_watermarks() [all …]
|
| /drivers/block/rnbd/ |
| A D | rnbd-srv.c | 119 const void *usr, size_t usrlen) in process_rdma() argument 121 const struct rnbd_msg_io *msg = usr; in process_rdma() 338 void *data, size_t datalen, const void *usr, in process_msg_close() argument 341 const struct rnbd_msg_close *close_msg = usr; in process_msg_close() 367 const void *usr, size_t usrlen) in rnbd_srv_rdma_ev() argument 370 const struct rnbd_msg_hdr *hdr = usr; in rnbd_srv_rdma_ev() 381 return process_rdma(srv_sess, id, data, datalen, usr, usrlen); in rnbd_srv_rdma_ev() 383 process_msg_close(srv_sess, data, datalen, usr, usrlen); in rnbd_srv_rdma_ev() 386 ret = process_msg_open(srv_sess, usr, usrlen, data, datalen); in rnbd_srv_rdma_ev() 389 process_msg_sess_info(srv_sess, usr, usrlen, data, datalen); in rnbd_srv_rdma_ev()
|
| /drivers/staging/media/av7110/ |
| A D | Kconfig | 30 download/extract it, and then copy it to /usr/lib/hotplug/firmware 69 download/extract it, and then copy it to /usr/lib/hotplug/firmware
|
| /drivers/tty/serial/ |
| A D | vt8500_serial.c | 250 unsigned int usr; in vt8500_get_mctrl() local 252 usr = vt8500_read(port, VT8500_URUSR); in vt8500_get_mctrl() 253 if (usr & (1 << 4)) in vt8500_get_mctrl()
|
| /drivers/media/usb/ttusb-dec/ |
| A D | Kconfig | 19 download/extract them, and then copy them to /usr/lib/hotplug/firmware
|
| /drivers/scsi/aic7xxx/aicasm/ |
| A D | Makefile | 19 AICASM_CFLAGS:= -I/usr/include -I. -I$(OUTDIR)
|
| /drivers/infiniband/ulp/rtrs/ |
| A D | rtrs.h | 154 void *data, size_t datalen, const void *usr,
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
| A D | dml_top_dchub_registers.h | 165 uint32_t usr; member
|
| /drivers/media/platform/st/sti/bdisp/ |
| A D | bdisp-reg.h | 65 u32 usr; member
|
| /drivers/media/dvb-frontends/ |
| A D | Kconfig | 499 download/extract it, and then copy it to /usr/lib/hotplug/firmware 526 download/extract them, and then copy them to /usr/lib/hotplug/firmware 661 download/extract them, and then copy them to /usr/lib/hotplug/firmware 676 /usr/lib/hotplug/firmware or /lib/firmware (depending on 688 download it, and then copy it to /usr/lib/hotplug/firmware
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_dpmm/ |
| A D | dml2_dpmm_dcn4.c | 759 …dchubbub_regs->wm_regs[DML2_DCHUB_WATERMARK_SET_A].usr = (int unsigned)(mode_lib->mp.Watermark.USR… in dpmm_dcn4_map_watermarks() 775 …dchubbub_regs->wm_regs[DML2_DCHUB_WATERMARK_SET_B].usr = (int unsigned)(mode_lib->mp.Watermark.USR… in dpmm_dcn4_map_watermarks()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_dcn4_calcs.c | 12166 wm_regs->usr = (int unsigned)(mode_lib->mp.Watermark.USRRetrainingWatermark * refclk_freq_in_mhz); in rq_dlg_get_wm_regs()
|