Searched refs:kill (Results 1 – 16 of 16) sorted by relevance
| /drivers/input/keyboard/ |
| A D | lm8323.c | 427 static void lm8323_write_pwm(struct lm8323_pwm *pwm, int kill, in lm8323_write_pwm() argument 435 lm8323_write_pwm_one(pwm, i++, PWM_END(kill)); in lm8323_write_pwm() 443 int div512, perstep, steps, hz, up, kill; in lm8323_pwm_work() local 458 kill = (pwm->desired_brightness == 0); in lm8323_pwm_work() 489 lm8323_write_pwm(pwm, kill, num_cmds, pwm_cmds); in lm8323_pwm_work()
|
| /drivers/tty/vt/ |
| A D | vc_screen.c | 128 struct vcs_poll_data *poll = file->private_data, *kill = NULL; in vcs_poll_data_get() local 166 kill = poll; in vcs_poll_data_get() 170 if (kill) in vcs_poll_data_get() 171 vcs_poll_data_free(kill); in vcs_poll_data_get()
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_chan.h | 54 struct nvif_event kill; member
|
| A D | nouveau_chan.c | 54 struct nouveau_channel *chan = container_of(event, typeof(*chan), kill); in nouveau_channel_killed() 103 nvif_event_dtor(&chan->kill); in nouveau_channel_del() 377 args, __struct_size(args), &chan->kill); in nouveau_channel_init() 379 ret = nvif_event_allow(&chan->kill); in nouveau_channel_init()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_exec_queue_types.h | 168 void (*kill)(struct xe_exec_queue *q); member
|
| A D | xe_exec_queue.c | 862 q->ops->kill(eq); in xe_exec_queue_kill() 866 q->ops->kill(q); in xe_exec_queue_kill()
|
| A D | xe_execlist.c | 468 .kill = execlist_exec_queue_kill,
|
| A D | xe_guc_submit.c | 1712 .kill = guc_exec_queue_kill,
|
| A D | xe_vm.c | 344 q->ops->kill(q); in xe_vm_kill()
|
| /drivers/infiniband/hw/bnxt_re/ |
| A D | qplib_rcfw.h | 266 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill);
|
| A D | qplib_rcfw.c | 981 void bnxt_qplib_rcfw_stop_irq(struct bnxt_qplib_rcfw *rcfw, bool kill) in bnxt_qplib_rcfw_stop_irq() argument 999 if (kill) in bnxt_qplib_rcfw_stop_irq()
|
| A D | qplib_fp.h | 539 void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill);
|
| A D | qplib_fp.c | 433 void bnxt_qplib_nq_stop_irq(struct bnxt_qplib_nq *nq, bool kill) in bnxt_qplib_nq_stop_irq() argument 448 if (kill) in bnxt_qplib_nq_stop_irq()
|
| /drivers/sbus/char/ |
| A D | oradax.c | 598 ret = dax_ccb_kill(ca, &ctx->result.kill.action); in dax_write()
|
| /drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_context.c | 1483 goto kill; in engines_idle_release() 1491 kill: in engines_idle_release()
|
| /drivers/platform/x86/ |
| A D | Kconfig | 555 tristate "OLPC XO-1 software RF kill switch"
|
Completed in 59 milliseconds